Uses of Interface
org.apache.tiles.request.ApplicationContext

Packages that use ApplicationContext
org.apache.tiles.request This package defines the concept of "request" as the event causing a document to be generated from a template. 
org.apache.tiles.request.freemarker Support for Freemarker's Environment as a request. 
org.apache.tiles.request.freemarker.render Rendering of Freemarker templates. 
org.apache.tiles.request.jsp Support of Tiles request in a JSP environment. 
org.apache.tiles.request.portlet Support of Tiles requests to portlets. 
org.apache.tiles.request.portlet.wildcard Classes and interfaces that allow to access the various contexts from a portlet application. 
org.apache.tiles.request.servlet Tiles request support for Servlet technology. 
org.apache.tiles.request.servlet.wildcard Classes and interfaces that allow to access the various contexts from a servlet application. 
org.apache.tiles.request.velocity Tiles request support for Velocity. 
org.apache.tiles.request.velocity.render Renderering support for Velocity. 
 

Uses of ApplicationContext in org.apache.tiles.request
 

Classes in org.apache.tiles.request that implement ApplicationContext
 class ApplicationContextWrapper
          Delegate for ease of customization.
 

Methods in org.apache.tiles.request that return ApplicationContext
 ApplicationContext Request.getApplicationContext()
          Returns the associated application context.
 ApplicationContext DispatchRequestWrapper.getApplicationContext()
          Returns the associated application context.
 ApplicationContext DefaultRequestWrapper.getApplicationContext()
          Returns the associated application context.
 ApplicationContext AbstractClientRequest.getApplicationContext()
           
 ApplicationContext ApplicationContextWrapper.getWrappedApplicationContext()
          Returns the wrapped application context.
 

Methods in org.apache.tiles.request with parameters of type ApplicationContext
static void ApplicationAccess.register(ApplicationContext applicationContext)
          Registers an application context.
 void ApplicationContextAware.setApplicationContext(ApplicationContext applicationContext)
          Sets the Tiles application context.
 

Constructors in org.apache.tiles.request with parameters of type ApplicationContext
AbstractClientRequest(ApplicationContext applicationContext)
          Constructor.
ApplicationContextWrapper(ApplicationContext context)
          Constructor.
 

Uses of ApplicationContext in org.apache.tiles.request.freemarker
 

Methods in org.apache.tiles.request.freemarker that return ApplicationContext
static ApplicationContext FreemarkerRequestUtil.getApplicationContext(freemarker.core.Environment env)
          Returns the application context.
 

Methods in org.apache.tiles.request.freemarker with parameters of type ApplicationContext
static FreemarkerRequest FreemarkerRequest.createServletFreemarkerRequest(ApplicationContext applicationContext, freemarker.core.Environment env)
          Creates a new Freemarker request.
 

Uses of ApplicationContext in org.apache.tiles.request.freemarker.render
 

Methods in org.apache.tiles.request.freemarker.render with parameters of type ApplicationContext
 FreemarkerRendererBuilder FreemarkerRendererBuilder.setApplicationContext(ApplicationContext applicationContext)
          Sets the application context.
 

Constructors in org.apache.tiles.request.freemarker.render with parameters of type ApplicationContext
InitParamsServletConfig(Map<String,String> params, ApplicationContext applicationContext)
          Constructor.
 

Uses of ApplicationContext in org.apache.tiles.request.jsp
 

Methods in org.apache.tiles.request.jsp that return ApplicationContext
static ApplicationContext JspUtil.getApplicationContext(JspContext jspContext)
          Returns the application context.
 

Methods in org.apache.tiles.request.jsp with parameters of type ApplicationContext
static JspRequest JspRequest.createServletJspRequest(ApplicationContext applicationContext, PageContext pageContext)
          Creates a JSP request.
 

Uses of ApplicationContext in org.apache.tiles.request.portlet
 

Classes in org.apache.tiles.request.portlet that implement ApplicationContext
 class PortletApplicationContext
          Portlet-based TilesApplicationContext implementation.
 

Constructors in org.apache.tiles.request.portlet with parameters of type ApplicationContext
ActionPortletRequest(ApplicationContext applicationContext, javax.portlet.PortletContext context, javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
          Constructor.
EventPortletRequest(ApplicationContext applicationContext, javax.portlet.PortletContext context, javax.portlet.EventRequest request, javax.portlet.EventResponse response)
          Constructor.
PortletRequest(ApplicationContext applicationContext, javax.portlet.PortletContext context, javax.portlet.PortletRequest request, javax.portlet.PortletResponse response, RequestDelegate requestDelegate, ResponseDelegate responseDelegate)
          Creates a new instance of PortletTilesRequestContext.
RenderPortletRequest(ApplicationContext applicationContext, javax.portlet.PortletContext context, javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
          Constructor.
ResourcePortletRequest(ApplicationContext applicationContext, javax.portlet.PortletContext context, javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response)
          Constructor.
 

Uses of ApplicationContext in org.apache.tiles.request.portlet.wildcard
 

Classes in org.apache.tiles.request.portlet.wildcard that implement ApplicationContext
 class WildcardPortletApplicationContext
          Portlet-based implementation of the TilesApplicationContext interface that can resolve resources even using wildcards.
 

Uses of ApplicationContext in org.apache.tiles.request.servlet
 

Classes in org.apache.tiles.request.servlet that implement ApplicationContext
 class ServletApplicationContext
          Servlet-based implementation of the TilesApplicationContext interface.
 

Methods in org.apache.tiles.request.servlet that return ApplicationContext
static ApplicationContext ServletUtil.getApplicationContext(ServletContext servletContext)
          Returns the application context getting it from the servlet context.
 

Methods in org.apache.tiles.request.servlet with parameters of type ApplicationContext
static ServletContext ServletUtil.getServletContext(ApplicationContext applicationContext)
          Gets a servlet context from a TilesApplicationContext.
 

Constructors in org.apache.tiles.request.servlet with parameters of type ApplicationContext
ServletRequest(ApplicationContext applicationContext, HttpServletRequest request, HttpServletResponse response)
          Creates a new instance of ServletTilesRequestContext.
 

Uses of ApplicationContext in org.apache.tiles.request.servlet.wildcard
 

Classes in org.apache.tiles.request.servlet.wildcard that implement ApplicationContext
 class WildcardServletApplicationContext
          Servlet-based implementation of the TilesApplicationContext interface that can resolve resources even using wildcards.
 

Uses of ApplicationContext in org.apache.tiles.request.velocity
 

Methods in org.apache.tiles.request.velocity with parameters of type ApplicationContext
static VelocityRequest VelocityRequest.createVelocityRequest(ApplicationContext applicationContext, HttpServletRequest request, HttpServletResponse response, org.apache.velocity.context.Context velocityContext, Writer writer)
          Factory method to create a Velocity request.
 

Uses of ApplicationContext in org.apache.tiles.request.velocity.render
 

Methods in org.apache.tiles.request.velocity.render with parameters of type ApplicationContext
 VelocityRendererBuilder VelocityRendererBuilder.setApplicationContext(ApplicationContext applicationContext)
          Sets the application context.
 

Constructors in org.apache.tiles.request.velocity.render with parameters of type ApplicationContext
ApplicationContextJeeConfig(ApplicationContext applicationContext, Map<String,String> params)
          Constructor.
 



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