This project has retired. For details please refer to its Attic page.
Uses of Package org.apache.tiles.context (Tiles 2 2.2.2 API)

Uses of Package
org.apache.tiles.context

Packages that use org.apache.tiles.context
org.apache.tiles.awareness Interfaces that let the Tiles engine to inject dependencies to its objects. 
org.apache.tiles.compat.preparer "View preparers" are objects that allows the "preparation" of a Tiles artifact (definition, template or attribute) before it is rendered. 
org.apache.tiles.context Classes and interfaces that allow to access the various contexts in an application in a uniformed way. 
org.apache.tiles.context.enhanced Classes and interfaces that allow to access the various contexts using also the classpath to access resources. 
org.apache.tiles.definition It contains classes and interfaces to allow manipulations of "definitions", i.e. objects made of a template page and a number of filled attributes. 
org.apache.tiles.el Attribute evaluator classes that can perform EL evaluation for attributes. 
org.apache.tiles.evaluator Interfaces to manage attribute value evaluation. 
org.apache.tiles.evaluator.impl Classes to manage attribute value evaluation. 
org.apache.tiles.extras.complete These classes allow to start up Tiles with all features on. 
org.apache.tiles.factory Factory classes, to allow creation of container instances. 
org.apache.tiles.freemarker.context Context classes to make FreeMarker work with Tiles. 
org.apache.tiles.freemarker.renderer FreeMarker-typed attributes can be rendered by using classes in this package. 
org.apache.tiles.impl It contains the basic implementations of Tiles container. 
org.apache.tiles.impl.mgmt It contains the basic implementations of mutable Tiles containers. 
org.apache.tiles.jsp.context Tiles context classes in a JSP environment. 
org.apache.tiles.locale Classes and interfaces to allow locale resolution in an application, i.e. it allows to specify how to access the locale that the user wants to use. 
org.apache.tiles.locale.impl Basic implementation of the locale resolver. 
org.apache.tiles.mvel Attribute evaluator classes that can perform MVEL evaluation for attributes. 
org.apache.tiles.ognl Attribute evaluator classes that can perform OGNL evaluation for attributes. 
org.apache.tiles.portlet.context Classes and interfaces that allow to access the various contexts from a portlet application. 
org.apache.tiles.portlet.context.wildcard This package contains deprecated classes and interfaces that allow to access the various contexts from a portlet application. 
org.apache.tiles.preparer "View preparers" are objects that allows the "preparation" of a Tiles artifact (definition, template or attribute) before it is rendered. 
org.apache.tiles.renderer Interfaces to manage attribute rendering. 
org.apache.tiles.renderer.impl Default implementations to manage attribute rendering. 
org.apache.tiles.servlet.context Classes and interfaces that allow to access the various contexts from a servlet application. 
org.apache.tiles.servlet.context.wildcard This package contains deprecated classes and interfaces that allow to access the various contexts from a servlet application. 
org.apache.tiles.startup Classes to start the Tiles engine up. 
org.apache.tiles.velocity.context Context classes to make Velocity work with Tiles. 
org.apache.tiles.velocity.renderer Velocity-typed attributes can be rendered by using classes in this package. 
 

Classes in org.apache.tiles.context used by org.apache.tiles.awareness
AbstractTilesApplicationContextFactory
          Deprecated. Create an instance of TilesApplicationContext yourself, by implementing TilesInitializer or extending AbstractTilesInitializer and overriding createTilesApplicationContext method.
TilesRequestContextFactory
          Creates an instance of the appropriate TilesRequestContext implementation.
 

Classes in org.apache.tiles.context used by org.apache.tiles.compat.preparer
TilesRequestContext
          Encapsulation of request information.
 

Classes in org.apache.tiles.context used by org.apache.tiles.context
AbstractTilesApplicationContextFactory
          Deprecated. Create an instance of TilesApplicationContext yourself, by implementing TilesInitializer or extending AbstractTilesInitializer and overriding createTilesApplicationContext method.
BasicAttributeContext
          Deprecated. Use BasicAttributeContext.
TilesContextFactory
          Deprecated. Use TilesRequestContextFactory.
TilesRequestContext
          Encapsulation of request information.
TilesRequestContextFactory
          Creates an instance of the appropriate TilesRequestContext implementation.
 

Classes in org.apache.tiles.context used by org.apache.tiles.context.enhanced
AbstractTilesApplicationContextFactory
          Deprecated. Create an instance of TilesApplicationContext yourself, by implementing TilesInitializer or extending AbstractTilesInitializer and overriding createTilesApplicationContext method.
ChainedTilesApplicationContextFactory
          Deprecated. Create an instance of TilesApplicationContext yourself, by implementing TilesInitializer or extending AbstractTilesInitializer and overriding createTilesApplicationContext method.
Moreover, it does not make sense to "try" if your application is servlet-based, portlet-based, etc. You know it, right?
ChainedTilesContextFactory
          Deprecated. Use ChainedTilesApplicationContextFactory and ChainedTilesRequestContextFactory.
TilesContextFactory
          Deprecated. Use TilesRequestContextFactory.
TilesRequestContext
          Encapsulation of request information.
TilesRequestContextFactory
          Creates an instance of the appropriate TilesRequestContext implementation.
 

Classes in org.apache.tiles.context used by org.apache.tiles.definition
TilesRequestContext
          Encapsulation of request information.
 

Classes in org.apache.tiles.context used by org.apache.tiles.el
TilesRequestContext
          Encapsulation of request information.
 

Classes in org.apache.tiles.context used by org.apache.tiles.evaluator
TilesRequestContext
          Encapsulation of request information.
 

Classes in org.apache.tiles.context used by org.apache.tiles.evaluator.impl
TilesRequestContext
          Encapsulation of request information.
 

Classes in org.apache.tiles.context used by org.apache.tiles.extras.complete
ChainedTilesRequestContextFactory
          Default implementation for TilesRequestContextFactory, that creates a chain of sub-factories, trying each one until it returns a not-null value.
TilesRequestContextFactory
          Creates an instance of the appropriate TilesRequestContext implementation.
 

Classes in org.apache.tiles.context used by org.apache.tiles.factory
ChainedTilesRequestContextFactory
          Default implementation for TilesRequestContextFactory, that creates a chain of sub-factories, trying each one until it returns a not-null value.
TilesRequestContextFactory
          Creates an instance of the appropriate TilesRequestContext implementation.
 

Classes in org.apache.tiles.context used by org.apache.tiles.freemarker.context
TilesRequestContext
          Encapsulation of request information.
TilesRequestContextFactory
          Creates an instance of the appropriate TilesRequestContext implementation.
TilesRequestContextWrapper
          Delegate for ease of customization.
 

Classes in org.apache.tiles.context used by org.apache.tiles.freemarker.renderer
TilesRequestContext
          Encapsulation of request information.
 

Classes in org.apache.tiles.context used by org.apache.tiles.impl
TilesContextFactory
          Deprecated. Use TilesRequestContextFactory.
TilesRequestContext
          Encapsulation of request information.
TilesRequestContextFactory
          Creates an instance of the appropriate TilesRequestContext implementation.
 

Classes in org.apache.tiles.context used by org.apache.tiles.impl.mgmt
TilesRequestContext
          Encapsulation of request information.
 

Classes in org.apache.tiles.context used by org.apache.tiles.jsp.context
TilesContextFactory
          Deprecated. Use TilesRequestContextFactory.
TilesRequestContext
          Encapsulation of request information.
TilesRequestContextFactory
          Creates an instance of the appropriate TilesRequestContext implementation.
TilesRequestContextWrapper
          Delegate for ease of customization.
 

Classes in org.apache.tiles.context used by org.apache.tiles.locale
TilesRequestContext
          Encapsulation of request information.
 

Classes in org.apache.tiles.context used by org.apache.tiles.locale.impl
TilesRequestContext
          Encapsulation of request information.
 

Classes in org.apache.tiles.context used by org.apache.tiles.mvel
TilesRequestContext
          Encapsulation of request information.
TilesRequestContextHolder
          Holds in a ThreadLocal object a TilesRequestContext.
 

Classes in org.apache.tiles.context used by org.apache.tiles.ognl
TilesRequestContext
          Encapsulation of request information.
 

Classes in org.apache.tiles.context used by org.apache.tiles.portlet.context
AbstractTilesApplicationContextFactory
          Deprecated. Create an instance of TilesApplicationContext yourself, by implementing TilesInitializer or extending AbstractTilesInitializer and overriding createTilesApplicationContext method.
TilesApplicationContextWrapper
          Delegate for ease of customization.
TilesContextFactory
          Deprecated. Use TilesRequestContextFactory.
TilesRequestContext
          Encapsulation of request information.
TilesRequestContextFactory
          Creates an instance of the appropriate TilesRequestContext implementation.
 

Classes in org.apache.tiles.context used by org.apache.tiles.portlet.context.wildcard
AbstractTilesApplicationContextFactory
          Deprecated. Create an instance of TilesApplicationContext yourself, by implementing TilesInitializer or extending AbstractTilesInitializer and overriding createTilesApplicationContext method.
 

Classes in org.apache.tiles.context used by org.apache.tiles.preparer
TilesRequestContext
          Encapsulation of request information.
 

Classes in org.apache.tiles.context used by org.apache.tiles.renderer
TilesRequestContext
          Encapsulation of request information.
 

Classes in org.apache.tiles.context used by org.apache.tiles.renderer.impl
TilesRequestContext
          Encapsulation of request information.
TilesRequestContextFactory
          Creates an instance of the appropriate TilesRequestContext implementation.
 

Classes in org.apache.tiles.context used by org.apache.tiles.servlet.context
AbstractTilesApplicationContextFactory
          Deprecated. Create an instance of TilesApplicationContext yourself, by implementing TilesInitializer or extending AbstractTilesInitializer and overriding createTilesApplicationContext method.
TilesApplicationContextWrapper
          Delegate for ease of customization.
TilesContextFactory
          Deprecated. Use TilesRequestContextFactory.
TilesRequestContext
          Encapsulation of request information.
TilesRequestContextFactory
          Creates an instance of the appropriate TilesRequestContext implementation.
 

Classes in org.apache.tiles.context used by org.apache.tiles.servlet.context.wildcard
AbstractTilesApplicationContextFactory
          Deprecated. Create an instance of TilesApplicationContext yourself, by implementing TilesInitializer or extending AbstractTilesInitializer and overriding createTilesApplicationContext method.
 

Classes in org.apache.tiles.context used by org.apache.tiles.startup
AbstractTilesApplicationContextFactory
          Deprecated. Create an instance of TilesApplicationContext yourself, by implementing TilesInitializer or extending AbstractTilesInitializer and overriding createTilesApplicationContext method.
 

Classes in org.apache.tiles.context used by org.apache.tiles.velocity.context
TilesRequestContext
          Encapsulation of request information.
TilesRequestContextFactory
          Creates an instance of the appropriate TilesRequestContext implementation.
TilesRequestContextWrapper
          Delegate for ease of customization.
 

Classes in org.apache.tiles.context used by org.apache.tiles.velocity.renderer
TilesRequestContext
          Encapsulation of request information.
 



Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.