org.apache.struts.taglib.tiles
Class GetTag
- ComponentConstants, PutListTagParent, PutTagParent, Serializable
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.
This tag is intended to be compatible with the same tag from Templates (David Geary).
Implementation extends InsertTag for facility (no so well).
The only difference is the default value of attribute 'ignore', which is true
for this tag (default behavior of David Geary's templates).
ROLE_DELIMITER , attribute , beanName , beanProperty , beanScope , cachedCurrentContext , definitionName , flush , isErrorIgnored , log , name , pageContext , processEndTag , tagHandler |
void | release() - Release all allocated resources.
|
createTagHandler , doEndTag , doInclude , doStartTag , getBeanName , getBeanProperty , getBeanScope , getController , getCurrentContext , getDefinitionName , getFlush , getIgnore , getName , getPageContext , processAsDefinitionOrURL , processAttribute , processBean , processDefinition , processDefinitionName , processName , processNestedTag , processNestedTag , processObjectValue , processTypedAttribute , processUrl , putAttribute , putAttribute , release , releaseInternal , setAttribute , setBeanName , setBeanProperty , setBeanScope , setComponent , setDefinition , setFlush , setFlush , setIgnore , setName , setPageContext , userHasRole |
getControllerName , getControllerType , getPage , getRole , getTemplate , release , setController , setControllerClass , setControllerName , setControllerType , setControllerUrl , setPage , setRole , setTemplate |
GetTag
public GetTag()
Constructor.
Set default value for 'isErrorIgnored' to true
.
release
public void release()
Release all allocated resources.
- release in interface InsertTag
Copyright B) 2000-2007 - The Apache Software Foundation