org.apache.struts.tiles.taglib |
|
Java Source File Name | Type | Comment |
AddTag.java | Class | Add an element to the surrounding list tag. |
AddTagParent.java | Interface | Tag classes implementing this interface can contain nested PutTag s. |
AttributeToScopeTag.java | Class | Custom tag that puts component's attributes in a scope (request, page, ...). |
ComponentConstants.java | Interface | Constants used by Tiles/Components. |
DefinitionTag.java | Class | This is the tag handler for <tiles:definition>, which defines
a tiles (or template / component). |
DefinitionTagSupport.java | Class | Common base class for tags dealing with Tiles definitions. |
GetAttributeTag.java | Class | Retrieve the value of the specified component/template attribute property,
and render it to the current JspWriter as a String. |
GetTag.java | Class | This is the tag handler for <tiles:get>, which gets
content from the request scope and either includes the content or prints
it, depending upon the value of the content's direct attribute. |
ImportAttributeTag.java | Class | Import attribute from component to requested scope.
Attribute name and scope are optional. |
InitDefinitionsTag.java | Class | Init definitions factory. |
InsertTag.java | Class | This is the tag handler for <tiles:insert>, which includes
a template. |
PutListTag.java | Class | PutList tag implementation. |
PutListTagParent.java | Interface | Tag classes implementing this interface can contains nested PutTag. |
PutTag.java | Class | Put an attribute in enclosing attribute container tag.
Enclosing attribute container tag can be : <insert> or <definition>.
Exception is thrown if no appropriate tag can be found.
Put tag can have following atributes :
name : Name of the attribute
value | content : value to put as attribute
|
PutTagParent.java | Interface | Tag classes implementing this interface can contain nested PutTag. |
UseAttributeTag.java | Class | Custom tag exposing a component attribute to page. |
UseAttributeTei.java | Class | Implementation of TagExtraInfo for the UseAttribute
tag, identifying the scripting object(s) to be made visible. |