Serialized Form
-
Package org.apache.tiles
-
Class org.apache.tiles.Attribute extends java.lang.Object implements Serializable
-
Serialized Fields
-
expressionObject
Expression expressionObject
The expression to evaluate. Ignored ifAttribute.value
is notnull
.- Since:
- 2.2.0
-
renderer
java.lang.String renderer
The renderer name of the attribute. Default names arestring
,template
,definition
,object
. -
roles
java.util.Set<java.lang.String> roles
The roles that can render this attribute.- Since:
- 2.0.6
-
value
java.lang.Object value
The value of the attribute.
-
-
-
Class org.apache.tiles.BasicAttributeContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
attributes
java.util.Map<java.lang.String,Attribute> attributes
Template attributes.- Since:
- 2.1.0
-
cascadedAttributes
java.util.Map<java.lang.String,Attribute> cascadedAttributes
Cascaded template attributes.- Since:
- 2.1.0
-
preparer
java.lang.String preparer
Associated ViewPreparer URL or classname, if defined.- Since:
- 2.1.0
-
templateAttribute
Attribute templateAttribute
The template attribute, to render a template.- Since:
- 2.1.2
-
-
-
Class org.apache.tiles.Definition extends BasicAttributeContext implements Serializable
-
Serialized Fields
-
inherit
java.lang.String inherit
Extends attribute value. -
name
java.lang.String name
Definition name.
-
-
-
Class org.apache.tiles.ListAttribute extends Attribute implements Serializable
-
Serialized Fields
-
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'.
-
-
-
Class org.apache.tiles.NoSuchContainerException extends TilesException implements Serializable
-
Class org.apache.tiles.TilesException extends java.lang.RuntimeException implements Serializable
-
-
Package org.apache.tiles.beans
-
Class org.apache.tiles.beans.SimpleMenuItem extends java.lang.Object implements Serializable
-
Serialized Fields
-
icon
java.lang.String icon
The (optional) icon image URL. -
link
java.lang.String link
The link where the menu item points to. -
tooltip
java.lang.String tooltip
The (optional) tooltip text. -
value
java.lang.String value
The value of the item, i.e. what is really visible to the user.
-
-
-
-
Package org.apache.tiles.definition
-
Class org.apache.tiles.definition.DefinitionsFactoryException extends TilesException implements Serializable
-
Class org.apache.tiles.definition.FactoryNotFoundException extends DefinitionsFactoryException implements Serializable
-
Class org.apache.tiles.definition.NoSuchDefinitionException extends DefinitionsFactoryException implements Serializable
-
-
Package org.apache.tiles.definition.digester
-
Class org.apache.tiles.definition.digester.DigesterDefinitionsReaderException extends TilesException implements Serializable
-
-
Package org.apache.tiles.evaluator
-
Class org.apache.tiles.evaluator.EvaluationException extends TilesException implements Serializable
-
-
Package org.apache.tiles.factory
-
Class org.apache.tiles.factory.TilesContainerFactoryException extends TilesException implements Serializable
-
-
Package org.apache.tiles.impl
-
Class org.apache.tiles.impl.InvalidTemplateException extends TilesException implements Serializable
-
-
Package org.apache.tiles.mvel
-
Class org.apache.tiles.mvel.ReadOnlyVariableResolverFactory extends org.mvel2.integration.impl.BaseVariableResolverFactory implements Serializable
-
Serialized Fields
-
requestHolder
TilesRequestContextHolder requestHolder
The Tiles request holder.
-
-
-
Class org.apache.tiles.mvel.ReadOnlyVariableResolverFactory.ReadOnlyVariableResolver extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The name of the property.
-
-
-
Class org.apache.tiles.mvel.ScopeVariableResolverFactory extends ReadOnlyVariableResolverFactory implements Serializable
-
Class org.apache.tiles.mvel.TilesContextBeanVariableResolverFactory extends ReadOnlyVariableResolverFactory implements Serializable
-
Class org.apache.tiles.mvel.TilesContextVariableResolverFactory extends ReadOnlyVariableResolverFactory implements Serializable
-
Serialized Fields
-
requestBeanInfo
CombinedBeanInfo requestBeanInfo
Beaninfo aboutRequest
andApplicationContext
.
-
-
-
-
Package org.apache.tiles.preparer
-
Class org.apache.tiles.preparer.PreparerException extends TilesException implements Serializable
-
-
Package org.apache.tiles.preparer.factory
-
Class org.apache.tiles.preparer.factory.NoSuchPreparerException extends PreparerException implements Serializable
-
-
Package org.apache.tiles.template
-
Class org.apache.tiles.template.NoSuchAttributeException extends TilesException implements Serializable
-
-
Package org.apache.tiles.velocity
-
Class org.apache.tiles.velocity.TilesVelocityException extends TilesException implements Serializable
-
-
Package org.apache.tiles.web.startup
-
Class org.apache.tiles.web.startup.AbstractTilesInitializerServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
initializer
TilesInitializer initializer
Deprecated.The private listener instance, that is used to initialize Tiles container.
-
-
-
-
Package org.apache.tiles.web.startup.simple
-
Class org.apache.tiles.web.startup.simple.SimpleTilesInitializerServlet extends AbstractTilesInitializerServlet implements Serializable
-
-
Package org.apache.tiles.web.util
-
Class org.apache.tiles.web.util.TilesDispatchServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
containerKey
java.lang.String containerKey
The key under which the container is stored. -
log
org.slf4j.Logger log
The logging object. -
mutator
AttributeContextMutator mutator
The object that will mutate the attribute context so that it uses different attributes.
-
-
-