semtags
Tag for-each-label


To iterate over the list of (rdfs) labels of a resource (class or property).


Tag Information
Tag Classfr.inria.semtags.view.ForEachLabelTag
TagExtraInfo ClassNone
Body Contentscriptless
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
uritruetruejava.lang.Stringfull URI of the resource (e.g. http://example.org/onto#myclass).
langfalsetruejava.lang.StringTo choose the language of label(s).
vartruetruejava.lang.StringThe variable's name where to store the current label.
varStatusfalsetruejava.lang.StringVariable that will contain the loop status (count, index, first, last). See javax.servlet.jsp.jstl.core.LoopTagStatus
beginfalsetrueintThe starting index of the loop.
endfalsetrueintThe ending index of the loop.
stepfalsetrueintThe iteration's step.
enginefalsetruefr.inria.semtags.EngineWrapperThe engine instance to query ; default is "defaultEngineWrapper".

Variables
No Variables Defined.


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.