This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.tiles.TilesContainer (Tiles 2 2.1.4 API)

Uses of Interface
org.apache.tiles.TilesContainer

Packages that use TilesContainer
org.apache.tiles.access Utility classes to access Tiles funcionality from an application. 
org.apache.tiles.awareness Interfaces that let the Tiles engine to inject dependencies to its objects. 
org.apache.tiles.factory Factory classes, to allow creation of container instances. 
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.jsp.taglib The "tiles-jsp" tag library contains tags that are useful to create templates, subpages other reusable view parts using the "tiles-core" package. 
org.apache.tiles.mgmt Classes and interfaces to be used when it is needed to create Tiles definitions during the execution of the application. 
org.apache.tiles.portlet.context Classes and interfaces that allow to access the various contexts from a portlet application. 
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.startup Classes to start the Tiles engine up. 
org.apache.tiles.web.startup Classes to start the Tiles engine up in a web environment. 
 

Uses of TilesContainer in org.apache.tiles.access
 

Methods in org.apache.tiles.access that return TilesContainer
static TilesContainer TilesAccess.getContainer(Object context)
          Deprecated. Use one of the environment-specific Utilities (e.g. ServletUtil).
 

Methods in org.apache.tiles.access with parameters of type TilesContainer
static void TilesAccess.setContainer(Object context, TilesContainer container)
          Deprecated. Use TilesAccess.setContainer(TilesApplicationContext, TilesContainer).
static void TilesAccess.setContainer(TilesApplicationContext context, TilesContainer container)
          Configures the default container to be used in the application.
static void TilesAccess.setContainer(TilesApplicationContext context, TilesContainer container, String key)
          Configures the container to be used in the application.
 

Uses of TilesContainer in org.apache.tiles.awareness
 

Methods in org.apache.tiles.awareness with parameters of type TilesContainer
 void TilesContainerAware.setContainer(TilesContainer container)
          Sets the Tiles container.
 

Uses of TilesContainer in org.apache.tiles.factory
 

Methods in org.apache.tiles.factory that return TilesContainer
 TilesContainer TilesContainerFactory.createContainer(Object context)
          Deprecated. Use TilesContainerFactory.createContainer(TilesApplicationContext).
abstract  TilesContainer AbstractTilesContainerFactory.createContainer(TilesApplicationContext applicationContext)
          Creates a Tiles container.
 TilesContainer BasicTilesContainerFactory.createContainer(TilesApplicationContext applicationContext)
          Creates a Tiles container.
 TilesContainer TilesContainerFactory.createContainer(TilesApplicationContext context)
          Creates a Tiles container.
 TilesContainer TilesContainerFactory.createMutableTilesContainer(Object context)
          Deprecated. Use TilesContainerFactory.createMutableTilesContainer(TilesApplicationContext).
 TilesContainer TilesContainerFactory.createTilesContainer(Object context)
          Deprecated. Use TilesContainerFactory.createTilesContainer(TilesApplicationContext).
 TilesContainer TilesContainerFactory.createTilesContainer(TilesApplicationContext context)
          Creates an immutable Tiles container.
 TilesContainer KeyedDefinitionsFactoryTilesContainerFactory.createTilesContainer(TilesApplicationContext context)
          Creates an immutable Tiles container.
 

Methods in org.apache.tiles.factory with parameters of type TilesContainer
protected  AttributeRenderer BasicTilesContainerFactory.createDefaultAttributeRenderer(TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory, TilesContainer container, AttributeEvaluator evaluator)
          Creates the default attribute renderer.
protected  RendererFactory BasicTilesContainerFactory.createRendererFactory(TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory, TilesContainer container, AttributeEvaluator evaluator)
          Creates a renderer factory.
protected  void BasicTilesContainerFactory.registerAttributeRenderers(BasicRendererFactory rendererFactory, TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory, TilesContainer container, AttributeEvaluator evaluator)
          Registers attribute renderers in a BasicRendererFactory.
 

Uses of TilesContainer in org.apache.tiles.impl
 

Classes in org.apache.tiles.impl that implement TilesContainer
 class BasicTilesContainer
          Basic implementation of the tiles container interface.
 class KeyedDefinitionsFactoryTilesContainer
          Container that can be used to store multiple DefinitionsFactory instances mapped to different keys.
 

Uses of TilesContainer in org.apache.tiles.impl.mgmt
 

Classes in org.apache.tiles.impl.mgmt that implement TilesContainer
 class CachingKeyedDefinitionsFactoryTilesContainer
          Container that can be used to store multiple DefinitionsFactory instances mapped to different keys, with the addition of being "mutable", i.e.
 class CachingTilesContainer
          Mutable container which caches (in memory) the definitions registered to it.
 

Uses of TilesContainer in org.apache.tiles.jsp.context
 

Methods in org.apache.tiles.jsp.context that return TilesContainer
static TilesContainer JspUtil.getContainer(PageContext context)
          Returns the default Tiles container.
static TilesContainer JspUtil.getContainer(PageContext context, String key)
          Returns a specific Tiles container.
static TilesContainer JspUtil.getCurrentContainer(PageContext context)
          Returns the current container that has been set, or the default one.
 

Methods in org.apache.tiles.jsp.context with parameters of type TilesContainer
static void JspUtil.setContainer(PageContext context, TilesContainer container)
          Configures the default container to be used in the application.
static void JspUtil.setContainer(PageContext context, TilesContainer container, String key)
          Configures the container to be used in the application.
static void JspUtil.setCurrentContainer(PageContext context, TilesContainer container)
          Sets the current container to use in web pages.
 

Uses of TilesContainer in org.apache.tiles.jsp.taglib
 

Fields in org.apache.tiles.jsp.taglib declared as TilesContainer
protected  TilesContainer RenderTag.container
          The Tiles container that can be used inside the tag.
protected  TilesContainer ContainerTagSupport.container
          Deprecated. The Tiles container that can be used inside the tag.
protected  TilesContainer AttributeTagSupport.container
          The Tiles container to use.
 

Uses of TilesContainer in org.apache.tiles.mgmt
 

Subinterfaces of TilesContainer in org.apache.tiles.mgmt
 interface MutableTilesContainer
          Defines a mutable version of the TilesContainer.
 

Uses of TilesContainer in org.apache.tiles.portlet.context
 

Methods in org.apache.tiles.portlet.context that return TilesContainer
static TilesContainer PortletUtil.getContainer(javax.portlet.PortletContext context)
          Returns the default Tiles container.
static TilesContainer PortletUtil.getContainer(javax.portlet.PortletContext context, String key)
          Returns a specific Tiles container.
static TilesContainer PortletUtil.getCurrentContainer(javax.portlet.PortletRequest request, javax.portlet.PortletContext context)
          Returns the current container that has been set, or the default one.
 

Methods in org.apache.tiles.portlet.context with parameters of type TilesContainer
static void PortletUtil.setContainer(javax.portlet.PortletContext context, TilesContainer container)
          Configures the default container to be used in the application.
static void PortletUtil.setContainer(javax.portlet.PortletContext context, TilesContainer container, String key)
          Configures the container to be used in the application.
static void PortletUtil.setCurrentContainer(javax.portlet.PortletRequest request, javax.portlet.PortletContext context, TilesContainer container)
          Sets the current container to use in web pages.
 

Uses of TilesContainer in org.apache.tiles.renderer.impl
 

Fields in org.apache.tiles.renderer.impl declared as TilesContainer
protected  TilesContainer BasicRendererFactory.container
          The Tiles container.
protected  TilesContainer DefinitionAttributeRenderer.container
          The Tiles container.
 

Methods in org.apache.tiles.renderer.impl with parameters of type TilesContainer
 void BasicRendererFactory.setContainer(TilesContainer container)
          Sets the Tiles container.
 void UntypedAttributeRenderer.setContainer(TilesContainer container)
          Sets the Tiles container.
 void DefinitionAttributeRenderer.setContainer(TilesContainer container)
          Sets the Tiles container.
 

Uses of TilesContainer in org.apache.tiles.servlet.context
 

Methods in org.apache.tiles.servlet.context that return TilesContainer
static TilesContainer ServletUtil.getContainer(ServletContext context)
          Returns the default Tiles container.
static TilesContainer ServletUtil.getContainer(ServletContext context, String key)
          Returns a specific Tiles container.
static TilesContainer ServletUtil.getCurrentContainer(ServletRequest request, ServletContext context)
          Returns the current container that has been set, or the default one.
 

Methods in org.apache.tiles.servlet.context with parameters of type TilesContainer
static void ServletUtil.setContainer(ServletContext context, TilesContainer container)
          Configures the default container to be used in the application.
static void ServletUtil.setContainer(ServletContext context, TilesContainer container, String key)
          Configures the container to be used in the application.
static void ServletUtil.setCurrentContainer(ServletRequest request, ServletContext context, TilesContainer container)
          Sets the current container to use in web pages.
 

Uses of TilesContainer in org.apache.tiles.startup
 

Methods in org.apache.tiles.startup that return TilesContainer
protected  TilesContainer BasicTilesInitializer.createContainer(TilesApplicationContext context)
          Creates a Tiles container.
 

Uses of TilesContainer in org.apache.tiles.web.startup
 

Methods in org.apache.tiles.web.startup that return TilesContainer
protected  TilesContainer TilesListener.createContainer(ServletContext context)
          Deprecated. Use BasicTilesInitializer.createContainer(org.apache.tiles.TilesApplicationContext) instead.
 



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