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. 
 

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 AbstractClientRequest.getApplicationContext()
           
 ApplicationContext DispatchRequestWrapper.getApplicationContext()
          Returns the associated application context.
 ApplicationContext DefaultRequestWrapper.getApplicationContext()
          Returns the associated application context.
 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.
 



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