Serialized Form
|
Package org.apache.tiles.jsp.taglib |
value
java.lang.Object value
- Associated attribute value.
type
java.lang.String type
- Requested type for the value.
scopeName
java.lang.String scopeName
- The scope name.
scope
int scope
- The scope.
name
java.lang.String name
- The name of the attribute.
ignore
boolean ignore
- Flag that, if
true, ignores exceptions.
container
org.apache.tiles.TilesContainer container
- The Tiles container to use.
attributeContext
org.apache.tiles.AttributeContext attributeContext
- The current attribute context.
attribute
org.apache.tiles.Attribute attribute
- The found attribute.
container
org.apache.tiles.TilesContainer container
- The Tiles container that can be used inside the tag.
attributeContext
org.apache.tiles.AttributeContext attributeContext
- The attribute context to use to store and read attribute values.
toName
java.lang.String toName
- The destination attribute name.
name
java.lang.String name
- Name to insert.
value
java.lang.Object value
- The value of the attribute.
evaluatingContext
org.apache.tiles.AttributeContext evaluatingContext
- The context used to evaluate the attribute.
name
java.lang.String name
- The definition name.
template
java.lang.String template
- A string representing the URI of a template (for example, a JSP page).
name
java.lang.String name
- Name of attribute to put in attribute context.
value
java.lang.Object value
- Associated attribute value.
type
java.lang.String type
- Requested type for the value.
preparer
java.lang.String preparer
- The view preparer to use before the rendering.
flush
boolean flush
- This flag, if
true, flushes the content before rendering.
ignore
boolean ignore
- This flag, if
true, ignores exception thrown by preparers
and those caused by problems with definitions.
role
java.lang.String role
- The role to check. If the user is in the specified role, the tag is taken
into account; otherwise, the tag is ignored (skipped).
classname
java.lang.String classname
- Class name of object.
|
Package org.apache.tiles.jsp.taglib.definition |
name
java.lang.String name
- Name of the definition to configure.
template
java.lang.String template
- The template of the definition.
extend
java.lang.String extend
- The (optional) definition name that this definition extends.
role
java.lang.String role
- The role to check when rendering this definition.
preparer
java.lang.String preparer
- The definition view preparer.
container
org.apache.tiles.mgmt.MutableTilesContainer container
- The mutable Tiles container to use.
attributes
java.util.Map<K,V> attributes
- Maps attribute names with their attributes.
containerFactory
java.lang.String containerFactory
- The container factory class name to use.
initParameters
java.util.Map<K,V> initParameters
- Init parameters map.