This project has retired. For details please refer to its Attic page.
Serialized Form (Tiles 2 2.2.2 API)

Serialized Form


Package org.apache.tiles

Class org.apache.tiles.ArrayStack extends ArrayList<T> implements Serializable

serialVersionUID: 2130079159931574599L

Class org.apache.tiles.Attribute extends Object implements Serializable

Serialized Fields

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.

Class org.apache.tiles.BasicAttributeContext extends Object implements Serializable

Serialized Fields

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

Class org.apache.tiles.Definition extends BasicAttributeContext implements Serializable

Serialized Fields

inherit

String inherit
Extends attribute value.


name

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.TilesException extends RuntimeException implements Serializable


Package org.apache.tiles.access

Class org.apache.tiles.access.TilesAccessException extends TilesException implements Serializable


Package org.apache.tiles.beans

Class org.apache.tiles.beans.SimpleMenuItem extends Object implements Serializable

Serialized Fields

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

Class org.apache.tiles.context.BasicAttributeContext extends BasicAttributeContext implements Serializable

Class org.apache.tiles.context.ListAttribute extends ListAttribute implements Serializable


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.NotAvailableFeatureException extends TilesException implements Serializable

Class org.apache.tiles.factory.TilesContainerFactoryException extends TilesException implements Serializable


Package org.apache.tiles.freemarker

Class org.apache.tiles.freemarker.FreeMarkerTilesException extends TilesException implements Serializable


Package org.apache.tiles.freemarker.servlet

Class org.apache.tiles.freemarker.servlet.TilesFreemarkerServlet extends freemarker.ext.servlet.FreemarkerServlet implements Serializable


Package org.apache.tiles.impl

Class org.apache.tiles.impl.CannotRenderException extends TilesException implements Serializable

Class org.apache.tiles.impl.InvalidTemplateException extends TilesException implements Serializable

Class org.apache.tiles.impl.NoSuchContainerException extends TilesException implements Serializable


Package org.apache.tiles.jsp.taglib

Class org.apache.tiles.jsp.taglib.NoSuchAttributeException extends TilesException implements Serializable

Class org.apache.tiles.jsp.taglib.TilesBodyTag extends BodyTagSupport implements Serializable

Class org.apache.tiles.jsp.taglib.TilesJspException extends JspException implements Serializable


Package org.apache.tiles.jsp.taglib.definition

Class org.apache.tiles.jsp.taglib.definition.InitContainerTag extends TilesBodyTag implements Serializable

Serialized Fields

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

Class org.apache.tiles.mvel.TilesContextBeanVariableResolverFactory extends org.mvel2.integration.impl.BaseVariableResolverFactory implements Serializable

Serialized Fields

requestHolder

TilesRequestContextHolder requestHolder
The Tiles request holder.

Class org.apache.tiles.mvel.TilesContextVariableResolverFactory extends org.mvel2.integration.impl.BaseVariableResolverFactory implements Serializable

Serialized Fields

requestHolder

TilesRequestContextHolder requestHolder
The Tiles request holder.


requestBeanInfo

CombinedBeanInfo requestBeanInfo
Beaninfo about TilesRequestContext and TilesApplicationContext.


Package org.apache.tiles.portlet.context

Class org.apache.tiles.portlet.context.NotAPortletEnvironmentException extends NotAvailableFeatureException implements Serializable


Package org.apache.tiles.preparer

Class org.apache.tiles.preparer.NoSuchPreparerException extends PreparerException implements Serializable

Class org.apache.tiles.preparer.PreparerException extends TilesException implements Serializable


Package org.apache.tiles.reflect

Class org.apache.tiles.reflect.CannotAccessMethodException extends TilesException implements Serializable

Class org.apache.tiles.reflect.CannotInstantiateObjectException extends TilesException implements Serializable


Package org.apache.tiles.renderer

Class org.apache.tiles.renderer.RendererException extends TilesException implements Serializable


Package org.apache.tiles.servlet.context

Class org.apache.tiles.servlet.context.NotAServletEnvironmentException extends TilesException implements Serializable


Package org.apache.tiles.template

Class org.apache.tiles.template.NoSuchAttributeException extends TilesException implements Serializable


Package org.apache.tiles.util

Class org.apache.tiles.util.TilesIOException extends IOException 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 HttpServlet implements Serializable

Serialized Fields

initializer

TilesInitializer initializer
The private listener instance, that is used to initialize Tiles container.

Class org.apache.tiles.web.startup.TilesFilter extends TilesServlet implements Serializable

Serialized Fields

filterConfig

FilterConfig filterConfig
Deprecated. 
The filter configuration object we are associated with. If this value is null, this filter instance is not currently configured.

Class org.apache.tiles.web.startup.TilesServlet extends AbstractTilesInitializerServlet implements Serializable


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 HttpServlet implements Serializable

Serialized Fields

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.