Package | Description |
---|---|
org.apache.struts.taglib.tiles |
The "struts-tiles" tag library contains tags that are useful in
creating dynamic reusable components.
|
Modifier and Type | Class and Description |
---|---|
class |
DefinitionTag
This is the tag handler for <tiles:definition>, which defines
a tiles (or template / component).
|
class |
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. |
class |
InsertTag
This is the tag handler for <tiles:insert>, which includes
a template.
|
Modifier and Type | Method and Description |
---|---|
protected PutTagParent |
PutTag.findEnclosingPutTagParent()
Find parent tag which must implement AttributeContainer.
|
Copyright ? 2000-2014 - The Apache Software Foundation