This is a small description of the possibilities the
custom tags of the de.fzi.wim.kaonportal.tags
package give so far.
Tagname |
Tagclass |
Bodytype |
Attributes |
Description |
rootconcepts |
{@link de.fzi.wim.kaonportal.tags.RootConceptsTag} |
JSP |
Scripting variables
|
This tag reads the root concepts from the current ontology and copies them to a
scripting variable or an enclosing tag that implements the IteratorConsumer
interface.
|
search |
{@link de.fzi.wim.kaonportal.tags.SearchTag} |
JSP |
Normal attributes
Scripting variables
|
This tag performs a search in the current ontology. |
entitylabel |
{@link de.fzi.wim.kaonportal.tags.EntityLabelTag} |
empty |
Normal attributes
|
Returns the label of a entity. |
relatedentities |
{@link de.fzi.wim.kaonportal.tags.RelatedEntitiesTag} |
JSP |
Normal attributes
Scripting variables
|
This tag returns entities having the specified relation with the current
entity.
|
changeontology |
{@link de.fzi.wim.kaonportal.tags.ChangeOntologyTag} |
JSP |
Scripting variables
|
Prints a list of links to change the current ontology. |
Tagname |
Tagclass |
Bodytype |
Attributes |
Description |
ncolumntable |
{@link de.fzi.wim.kaonportal.tags.NColumnTableTag} |
JSP |
Normal attributes
- numcolumns
- width
- elementclass
- additionalelementclass
- tableexists
Scripting variables
|
Tag prints out a list of values to a table of n columns. |
attributetable |
{@link de.fzi.wim.kaonportal.tags.AttributeTableTag} |
JSP |
Normal attributes
- uri
- type
- width
- nameclass
- valueclass
- tableexists
Scripting variables
|
Tag prints out the supplied list of attributes either into an existing table or
a new table.
|
relatedinstancestable |
{@link de.fzi.wim.kaonportal.tags.RelatedInstancesTableTag} |
JSP |
Normal attributes
- uri
- type
- width
- relationtypeclass
- instancesclass
- tableexists
Scripting variables
|
Tag prints out the supplied list of related instances either into an existing
table or a new table.
|
Tagname |
Tagclass |
Bodytype |
Attributes |
Description |
tabtable |
{@link de.fzi.wim.kaonportal.tags.TabtableTag} |
JSP |
Normal attributes
- titleclass
- contentclass
- width
- title
|
This tag encloses its body content in a tabbed table. |
menuitem |
{@link de.fzi.wim.kaonportal.tags.MenuItemTag} |
JSP |
Normal attributes
- titleclass
- contentclass
- width
- title
- tableexists
|
This tag encloses its body content in a menu item. |
headline |
{@link de.fzi.wim.kaonportal.tags.HeadlineTag} |
empty |
Normal attributes
|
Encloses the body in a div tag with and applies a specified css class. |
formaturl |
{@link de.fzi.wim.kaonportal.tags.FormatUrlTag} |
JSP |
Normal attributes
Scripting variables
|
This tag is used to encode an url correctly. |
Tagname |
Tagclass |
Bodytype |
Attributes |
Description |
phrase |
{@link de.fzi.wim.kaonportal.tags.PhraseTag} |
JSP |
Normal attributes
Scripting variables
|
This tag is used to specify the key of a phrase which should be inserted
according to the currently selected language.
|
orientation |
{@link de.fzi.wim.kaonportal.tags.OrientationTag} |
JSP |
Scripting variables
|
This tag is used to retrieve the orientation of the current language. |
changelanguage |
{@link de.fzi.wim.kaonportal.tags.ChangeLanguageTag} |
JSP |
Scripting variables
|
Prints a list of links to change the current language. |