Package | Description |
---|---|
org.apache.struts.tiles |
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles.
|
org.apache.struts.tiles.taglib |
The "struts-tiles" tag library contains tags that are useful in
creating dynamic reusable components.
|
org.apache.strutsel.taglib.tiles |
Modifier and Type | Class and Description |
---|---|
class |
DefinitionsUtil
|
Modifier and Type | Class and Description |
---|---|
class |
AddTag
Add an element to the surrounding list tag.
|
class |
GetAttributeTag
Retrieve the value of the specified component/template attribute property,
and render it to the current JspWriter as a String.
|
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 |
InitDefinitionsTag
Init definitions factory.
|
class |
InsertTag
This is the tag handler for <tiles:insert>, which includes
a template.
|
class |
PutListTag
PutList tag implementation.
|
class |
PutTag
Put an attribute in enclosing attribute container tag.
|
Modifier and Type | Class and Description |
---|---|
class |
ELAddTag
Adds an element to the surrounding list tag.
|
class |
ELGetAttributeTag
This is the tag handler for <tiles-el: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 |
ELGetTag
This is the tag handler for <tiles-el: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 |
ELInitDefinitionsTag
Init definitions factory.
|
class |
ELInsertTag
This is the tag handler for <tiles:insert>, which includes a
template.
|
class |
ELPutListTag
PutList tag implementation.
|
class |
ELPutTag
Put an attribute in enclosing attribute container tag.
|
Copyright © 2000–2016 Apache Software Foundation. All rights reserved.