The "struts-tiles" tag library contains tags that are useful in creating dynamic reusable components.
See: Description
| Interface Summary | |
|---|---|
| AddTagParent |
Tag classes implementing this interface can contain nested PutTags.
|
| ComponentConstants | Constants used by Tiles/Components. |
| InsertTag.TagHandler | Inner Interface. |
| PutListTagParent | Tag classes implementing this interface can contains nested PutTag. |
| PutTagParent | Tag classes implementing this interface can contain nested PutTag. |
| Class Summary | |
|---|---|
| AddTag | Add an element to the surrounding list tag. |
| AttributeToScopeTag | Custom tag that puts component's attributes in a scope (request, page, ...). |
| DefinitionTag | This is the tag handler for <tiles:definition>, which defines a tiles (or template / component). |
| DefinitionTagSupport | Common base class for tags dealing with Tiles definitions. |
| GetAttributeTag | Retrieve the value of the specified component/template attribute property, and render it to the current JspWriter as a String. |
| GetTag |
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 | Import attribute from component to requested scope. |
| InitDefinitionsTag | Init definitions factory. |
| InsertTag | This is the tag handler for <tiles:insert>, which includes a template. |
| InsertTag.DirectStringHandler | Handle insert direct string. |
| InsertTag.InsertHandler | Real handler, after attribute resolution. |
| PutListTag | PutList tag implementation. |
| PutTag | Put an attribute in enclosing attribute container tag. |
| UseAttributeTag | Custom tag exposing a component attribute to page. |
| UseAttributeTei |
Implementation of TagExtraInfo for the UseAttribute
tag, identifying the scripting object(s) to be made visible.
|
The "struts-tiles" tag library contains tags that are useful in creating dynamic reusable components.