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

Uses of Interface
org.apache.tiles.TilesApplicationContext

Packages that use TilesApplicationContext
org.apache.tiles
The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles. 
org.apache.tiles.access Utility classes to access Tiles funcionality from an application. 
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.impl It contains the basic implementations of Tiles container. 
org.apache.tiles.jsp.context Tiles context classes in a JSP environment. 
org.apache.tiles.portlet.context Classes and interfaces that allow to access the various contexts from a portlet application. 
org.apache.tiles.servlet.context Classes and interfaces that allow to access the various contexts from a servlet application. 
 

Uses of TilesApplicationContext in org.apache.tiles
 

Methods in org.apache.tiles that return TilesApplicationContext
 TilesApplicationContext TilesContainer.getApplicationContext()
          Retrieve the containers context.
 

Uses of TilesApplicationContext in org.apache.tiles.access
 

Methods in org.apache.tiles.access that return TilesApplicationContext
static TilesApplicationContext TilesAccess.getApplicationContext(Object context)
          Returns the Tiles application context object.
 

Uses of TilesApplicationContext in org.apache.tiles.context
 

Methods in org.apache.tiles.context that return TilesApplicationContext
 TilesApplicationContext ChainedTilesContextFactory.createApplicationContext(Object context)
          Create a TilesApplicationContext for the given context.
 TilesApplicationContext TilesContextFactory.createApplicationContext(Object context)
          Create a TilesApplicationContext for the given context.
 

Methods in org.apache.tiles.context with parameters of type TilesApplicationContext
 TilesRequestContext ChainedTilesContextFactory.createRequestContext(TilesApplicationContext context, Object... requestItems)
          Create a TilesRequestContext for the given context, request, and response.
 TilesRequestContext TilesContextFactory.createRequestContext(TilesApplicationContext context, Object... requestItems)
          Create a TilesRequestContext for the given context, request, and response.
 

Uses of TilesApplicationContext in org.apache.tiles.context.enhanced
 

Classes in org.apache.tiles.context.enhanced that implement TilesApplicationContext
 class EnhancedTilesApplicationContext
          ApplicationContext decorator used to provide enhancements to the standard context.
 

Methods in org.apache.tiles.context.enhanced that return TilesApplicationContext
 TilesApplicationContext EnhancedContextFactory.createApplicationContext(Object context)
          Create a TilesApplicationContext for the given context.
 TilesApplicationContext EnhancedTilesApplicationContext.getRootContext()
          Returns the root context.
 

Methods in org.apache.tiles.context.enhanced with parameters of type TilesApplicationContext
 TilesRequestContext EnhancedContextFactory.createRequestContext(TilesApplicationContext context, Object... requestItems)
          Create a TilesRequestContext for the given context, request, and response.
 void EnhancedTilesApplicationContext.setRootContext(TilesApplicationContext rootContext)
          Sets the root context.
 

Constructors in org.apache.tiles.context.enhanced with parameters of type TilesApplicationContext
EnhancedTilesApplicationContext(TilesApplicationContext rootContext)
          Constructor.
 

Uses of TilesApplicationContext in org.apache.tiles.impl
 

Methods in org.apache.tiles.impl that return TilesApplicationContext
 TilesApplicationContext BasicTilesContainer.getApplicationContext()
          Returns the Tiles application context used by this container.
 

Methods in org.apache.tiles.impl with parameters of type TilesApplicationContext
 void BasicTilesContainer.setApplicationContext(TilesApplicationContext context)
          Sets the Tiles application context to use.
 

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

Classes in org.apache.tiles.jsp.context that implement TilesApplicationContext
 class JspTilesRequestContext
          Context implementation used for executing tiles within a jsp tag library.
 

Methods in org.apache.tiles.jsp.context that return TilesApplicationContext
 TilesApplicationContext JspTilesContextFactory.createApplicationContext(Object context)
          Create a TilesApplicationContext for the given context.
 

Methods in org.apache.tiles.jsp.context with parameters of type TilesApplicationContext
 TilesRequestContext JspTilesContextFactory.createRequestContext(TilesApplicationContext context, Object... requestItems)
          Create a TilesRequestContext for the given context, request, and response.
protected  ServletContext JspTilesContextFactory.getServletContext(TilesApplicationContext context)
          Returns the original servlet context.
 

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

Classes in org.apache.tiles.portlet.context that implement TilesApplicationContext
 class PortletTilesApplicationContext
          Portlet-based TilesApplicationContext implementation.
 class PortletTilesRequestContext
          Portlet-based TilesApplicationContext implementation.
 

Methods in org.apache.tiles.portlet.context that return TilesApplicationContext
 TilesApplicationContext PortletTilesContextFactory.createApplicationContext(Object context)
          Create a TilesApplicationContext for the given context.
 

Methods in org.apache.tiles.portlet.context with parameters of type TilesApplicationContext
 TilesRequestContext PortletTilesContextFactory.createRequestContext(TilesApplicationContext context, Object... requestItems)
          Create a TilesRequestContext for the given context, request, and response.
protected  javax.portlet.PortletContext PortletTilesContextFactory.getPortletContext(TilesApplicationContext context)
          Returns the original portlet context.
 

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

Classes in org.apache.tiles.servlet.context that implement TilesApplicationContext
 class ServletTilesApplicationContext
          Servlet-based implementation of the TilesApplicationContext interface.
 class ServletTilesRequestContext
          Servlet-based implementation of the TilesApplicationContext interface.
 

Methods in org.apache.tiles.servlet.context that return TilesApplicationContext
 TilesApplicationContext ServletTilesContextFactory.createApplicationContext(Object context)
          Create a TilesApplicationContext for the given context.
 

Methods in org.apache.tiles.servlet.context with parameters of type TilesApplicationContext
 TilesRequestContext ServletTilesContextFactory.createRequestContext(TilesApplicationContext context, Object... requestItems)
          Create a TilesRequestContext for the given context, request, and response.
protected  ServletContext ServletTilesContextFactory.getServletContext(TilesApplicationContext context)
          Returns the original servlet context.
 



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