This project has retired. For details please refer to its
Attic page .
Serialized Form (Tiles 2 2.2.2 API)
Serialized Form
serialVersionUID: 2130079159931574599L
roles
Set <E > roles
The roles that can render this attribute.
Since:
2.0.6
value
Object value
The value of the attribute.
expression
String expression
Deprecated. Use Attribute.expressionObject
. The expression to evaluate. Ignored if Attribute.value
is not
null
.
Since:
2.1.2
expressionObject
Expression expressionObject
The expression to evaluate. Ignored if Attribute.value
is not
null
.
Since:
2.2.0
renderer
String renderer
The renderer name of the attribute. Default names are string
,
template
, definition
, object
.
name
String name
Deprecated. It is not used. The name of the attribute. If it is null
, it should be used
as an element of a list attribute.
templateAttribute
Attribute templateAttribute
The template attribute, to render a template.
Since:
2.1.2
preparer
String preparer
Associated ViewPreparer URL or classname, if defined.
Since:
2.1.0
attributes
Map <K ,V > attributes
Template attributes.
Since:
2.1.0
cascadedAttributes
Map <K ,V > cascadedAttributes
Cascaded template attributes.
Since:
2.1.0
inherit
String inherit
Extends attribute value.
name
String name
Definition name.
inherit
boolean inherit
If true, the attribute will put the elements of the attribute with the
same name of the parent definition before the ones specified here. By
default, it is 'false'.
Package org.apache.tiles.access
Package org.apache.tiles.beans
value
String value
The value of the item, i.e. what is really visible to the user.
link
String link
The link where the menu item points to.
icon
String icon
The (optional) icon image URL.
tooltip
String tooltip
The (optional) tooltip text.
Package org.apache.tiles.context
Package org.apache.tiles.definition
Package org.apache.tiles.definition.digester
Package org.apache.tiles.evaluator
Package org.apache.tiles.factory
Package org.apache.tiles.freemarker
Package org.apache.tiles.freemarker.servlet
Package org.apache.tiles.impl
Package org.apache.tiles.jsp.taglib
Package org.apache.tiles.jsp.taglib.definition
log
org.slf4j.Logger log
Deprecated. The logging object.
containerFactory
String containerFactory
Deprecated. The container factory class name to use.
containerKey
String containerKey
Deprecated. The key under which the container will be stored.
Package org.apache.tiles.mvel
requestHolder
TilesRequestContextHolder requestHolder
The Tiles request holder.
requestHolder
TilesRequestContextHolder requestHolder
The Tiles request holder.
requestBeanInfo
CombinedBeanInfo requestBeanInfo
Beaninfo about TilesRequestContext
and
TilesApplicationContext
.
Package org.apache.tiles.portlet.context
Package org.apache.tiles.preparer
Package org.apache.tiles.reflect
Package org.apache.tiles.renderer
Package org.apache.tiles.servlet.context
Package org.apache.tiles.template
Package org.apache.tiles.util
Package org.apache.tiles.velocity
Package org.apache.tiles.web.startup
initializer
TilesInitializer initializer
The private listener instance, that is used to initialize Tiles
container.
filterConfig
FilterConfig filterConfig
Deprecated. The filter configuration object we are associated with. If
this value is null, this filter instance is not currently
configured.
Package org.apache.tiles.web.startup.simple
Package org.apache.tiles.web.util
log
org.slf4j.Logger log
The logging object.
containerKey
String containerKey
The key under which the container is stored.
mutator
AttributeContextMutator mutator
The object that will mutate the attribute context so that it uses
different attributes.
Copyright © 2001-2010 Apache Software Foundation . All Rights Reserved.