semtags
Function detailedLabel

java.lang.String detailedLabel(javax.servlet.jsp.PageContext, java.lang.String, java.lang.String, boolean, fr.inria.semtags.EngineWrapper)
To display a label of a notion. Arguments are : notion's URI, language, all labels or one only, and the engine instance to use.

Example:
To display one english label of the concept with the URI myns#myconcept : ${stl:detailedLabel(pageContext, "myns#myconcept", "en", false, myEngineWrapper)}


Function Information
Function Classfr.inria.semtags.view.NotionHelper
Function Signaturejava.lang.String getLabel(javax.servlet.jsp.PageContext, java.lang.String, java.lang.String, boolean, fr.inria.semtags.EngineWrapper)
Display NameNone


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.