|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.awareness | Interfaces that let the Tiles engine to inject dependencies to its objects. |
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.definition.dao | Classes to simply load definitions depending on a customization key. |
org.apache.tiles.evaluator.el | Attribute evaluator classes that can perform EL evaluation for attributes. |
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.jsp.context | Tiles context classes in a JSP environment. |
org.apache.tiles.jsp.evaluator.el | Attribute evaluator classes that can perform EL evaluation for attributes when a JSP environment is available. |
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 | 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.servlet.context.wildcard | 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. |
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)
Deprecated. Use one of the environment-specific Utilities (e.g. ServletUtil). |
Methods in org.apache.tiles.access with parameters of type TilesApplicationContext | |
---|---|
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 TilesApplicationContext in org.apache.tiles.awareness |
---|
Methods in org.apache.tiles.awareness with parameters of type TilesApplicationContext | |
---|---|
void |
TilesApplicationContextAware.setApplicationContext(TilesApplicationContext applicationContext)
Sets the Tiles application context. |
Uses of TilesApplicationContext in org.apache.tiles.context |
---|
Classes in org.apache.tiles.context that implement TilesApplicationContext | |
---|---|
class |
TilesApplicationContextWrapper
Delegate for ease of customization. |
Methods in org.apache.tiles.context that return TilesApplicationContext | |
---|---|
TilesApplicationContext |
ChainedTilesApplicationContextFactory.createApplicationContext(Object context)
Create a TilesApplicationContext for the given context. |
TilesApplicationContext |
ChainedTilesContextFactory.createApplicationContext(Object context)
Deprecated. Create a TilesApplicationContext for the given context. |
TilesApplicationContext |
TilesContextFactory.createApplicationContext(Object context)
Deprecated. Create a TilesApplicationContext for the given context. |
abstract TilesApplicationContext |
AbstractTilesApplicationContextFactory.createApplicationContext(Object context)
Create a TilesApplicationContext for the given context. |
TilesApplicationContext |
TilesRequestContextWrapper.getApplicationContext()
Returns the associated application context. |
TilesApplicationContext |
TilesRequestContext.getApplicationContext()
Returns the associated application context. |
TilesApplicationContext |
TilesApplicationContextWrapper.getWrappedApplicationContext()
Returns the wrapped application context. |
Methods in org.apache.tiles.context with parameters of type TilesApplicationContext | |
---|---|
static AbstractTilesApplicationContextFactory |
AbstractTilesApplicationContextFactory.createFactory(TilesApplicationContext preliminaryContext)
Creates the Tiles application context factory. |
TilesRequestContext |
TilesRequestContextFactory.createRequestContext(TilesApplicationContext context,
Object... requestItems)
Create a TilesRequestContext for the given context, request, and response. |
TilesRequestContext |
ChainedTilesRequestContextFactory.createRequestContext(TilesApplicationContext context,
Object... requestItems)
Create a TilesRequestContext for the given context, request, and response. |
TilesRequestContext |
ChainedTilesContextFactory.createRequestContext(TilesApplicationContext context,
Object... requestItems)
Deprecated. Create a TilesRequestContext for the given context, request, and response. |
Constructors in org.apache.tiles.context with parameters of type TilesApplicationContext | |
---|---|
TilesApplicationContextWrapper(TilesApplicationContext context)
Constructor. |
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)
Deprecated. Create a TilesApplicationContext for the given context. |
TilesApplicationContext |
EnhancedTilesApplicationContextFactory.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)
Deprecated. 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.definition |
---|
Fields in org.apache.tiles.definition declared as TilesApplicationContext | |
---|---|
protected TilesApplicationContext |
LocaleDefinitionsFactory.applicationContext
The application context. |
Methods in org.apache.tiles.definition with parameters of type TilesApplicationContext | |
---|---|
void |
LocaleDefinitionsFactory.setApplicationContext(TilesApplicationContext applicationContext)
Sets the Tiles application context. |
Uses of TilesApplicationContext in org.apache.tiles.definition.dao |
---|
Fields in org.apache.tiles.definition.dao declared as TilesApplicationContext | |
---|---|
protected TilesApplicationContext |
BaseLocaleUrlDefinitionDAO.applicationContext
The application context. |
Methods in org.apache.tiles.definition.dao with parameters of type TilesApplicationContext | |
---|---|
void |
BaseLocaleUrlDefinitionDAO.setApplicationContext(TilesApplicationContext applicationContext)
Sets the Tiles application context. |
Uses of TilesApplicationContext in org.apache.tiles.evaluator.el |
---|
Fields in org.apache.tiles.evaluator.el declared as TilesApplicationContext | |
---|---|
protected TilesApplicationContext |
ELAttributeEvaluator.applicationContext
The Tiles application context. |
Methods in org.apache.tiles.evaluator.el with parameters of type TilesApplicationContext | |
---|---|
void |
ELAttributeEvaluator.setApplicationContext(TilesApplicationContext applicationContext)
Sets the Tiles application context. |
Uses of TilesApplicationContext in org.apache.tiles.factory |
---|
Fields in org.apache.tiles.factory declared as TilesApplicationContext | |
---|---|
protected TilesApplicationContext |
KeyedDefinitionsFactoryTilesContainerFactory.applicationContext
The application context. |
Methods in org.apache.tiles.factory with parameters of type 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. |
protected AttributeRenderer |
BasicTilesContainerFactory.createDefaultAttributeRenderer(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
TilesContainer container,
AttributeEvaluator evaluator)
Creates the default attribute renderer. |
DefinitionsFactory |
KeyedDefinitionsFactoryTilesContainerFactory.createDefinitionsFactory(TilesApplicationContext context)
Creates a definitions factory. |
protected DefinitionsFactory |
BasicTilesContainerFactory.createDefinitionsFactory(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
LocaleResolver resolver)
Creates the definitions factory. |
protected DefinitionsReader |
BasicTilesContainerFactory.createDefinitionsReader(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory)
Creates the definitions reader. |
protected AttributeEvaluator |
BasicTilesContainerFactory.createEvaluator(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
LocaleResolver resolver)
Creates the attribute evaluator to use. |
protected DefinitionDAO<Locale> |
BasicTilesContainerFactory.createLocaleDefinitionDao(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
LocaleResolver resolver)
Creates a Locale-based definition DAO. |
protected LocaleResolver |
BasicTilesContainerFactory.createLocaleResolver(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory)
Creates the locale resolver. |
MutableTilesContainer |
TilesContainerFactory.createMutableTilesContainer(TilesApplicationContext context)
Creates a mutable Tiles container. |
MutableTilesContainer |
KeyedDefinitionsFactoryTilesContainerFactory.createMutableTilesContainer(TilesApplicationContext context)
Creates a mutable Tiles container. |
protected PreparerFactory |
BasicTilesContainerFactory.createPreparerFactory(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory)
Creates the preparer factory to use. |
protected RendererFactory |
BasicTilesContainerFactory.createRendererFactory(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
TilesContainer container,
AttributeEvaluator evaluator)
Creates a renderer factory. |
protected TilesRequestContextFactory |
BasicTilesContainerFactory.createRequestContextFactory(TilesApplicationContext context)
Create a Tiles request context factory. |
TilesContainer |
TilesContainerFactory.createTilesContainer(TilesApplicationContext context)
Creates an immutable Tiles container. |
TilesContainer |
KeyedDefinitionsFactoryTilesContainerFactory.createTilesContainer(TilesApplicationContext context)
Creates an immutable Tiles container. |
protected List<URL> |
BasicTilesContainerFactory.getSourceURLs(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory)
Returns a list containing the URLs to be parsed. |
static AbstractTilesContainerFactory |
AbstractTilesContainerFactory.getTilesContainerFactory(TilesApplicationContext context)
Creates a factory instance. |
protected void |
TilesContainerFactory.initializeContainer(TilesApplicationContext context,
BasicTilesContainer container)
Initializes a container. |
protected BasicTilesContainer |
BasicTilesContainerFactory.instantiateContainer(TilesApplicationContext context)
Instantiate the container, without initialization. |
protected LocaleDefinitionsFactory |
BasicTilesContainerFactory.instantiateDefinitionsFactory(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
LocaleResolver resolver)
Instantiate a new definitions factory based on Locale. |
protected BaseLocaleUrlDefinitionDAO |
BasicTilesContainerFactory.instantiateLocaleDefinitionDao(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
LocaleResolver resolver)
Instantiate (and does not initialize) a Locale-based definition DAO. |
protected void |
TilesContainerFactory.postCreationOperations(TilesRequestContextFactory contextFactory,
TilesApplicationContext tilesContext,
RendererFactory rendererFactory,
AttributeEvaluator evaluator,
Map<String,String> initParameters,
Map<String,String> configuration,
BasicTilesContainer container)
After the creation of the elements, it is possible to do other operations that will be done after the creation and before the assignment to the container. |
protected void |
KeyedDefinitionsFactoryTilesContainerFactory.postCreationOperations(TilesRequestContextFactory contextFactory,
TilesApplicationContext tilesContext,
RendererFactory rendererFactory,
AttributeEvaluator evaluator,
Map<String,String> initParameters,
Map<String,String> configuration,
BasicTilesContainer container)
After the creation of the elements, it is possible to do other operations that will be done after the creation and before the assignment to the container. |
protected void |
BasicTilesContainerFactory.registerAttributeRenderers(BasicRendererFactory rendererFactory,
TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
TilesContainer container,
AttributeEvaluator evaluator)
Registers attribute renderers in a BasicRendererFactory . |
protected void |
TilesContainerFactory.storeContainerDependencies(TilesApplicationContext context,
Map<String,String> initParameters,
Map<String,String> configuration,
BasicTilesContainer container)
Stores container dependencies, that is called before TilesContainer.init(Map) . |
protected void |
KeyedDefinitionsFactoryTilesContainerFactory.storeContainerDependencies(TilesApplicationContext context,
Map<String,String> initParameters,
Map<String,String> configuration,
BasicTilesContainer container)
Stores container dependencies, that is called before TilesContainer.init(Map) . |
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 |
---|
Methods in org.apache.tiles.jsp.context with parameters of type TilesApplicationContext | |
---|---|
TilesRequestContext |
JspTilesRequestContextFactory.createRequestContext(TilesApplicationContext context,
Object... requestItems)
Create a TilesRequestContext for the given context, request, and response. |
TilesRequestContext |
JspTilesContextFactory.createRequestContext(TilesApplicationContext context,
Object... requestItems)
Deprecated. Create a TilesRequestContext for the given context, request, and response. |
protected ServletContext |
JspTilesContextFactory.getServletContext(TilesApplicationContext context)
Deprecated. Use getContext() . |
Uses of TilesApplicationContext in org.apache.tiles.jsp.evaluator.el |
---|
Methods in org.apache.tiles.jsp.evaluator.el with parameters of type TilesApplicationContext | |
---|---|
void |
JspExpressionFactoryFactory.setApplicationContext(TilesApplicationContext applicationContext)
Sets the Tiles application 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)
Deprecated. Create a TilesApplicationContext for the given context. |
TilesApplicationContext |
PortletTilesApplicationContextFactory.createApplicationContext(Object context)
Create a TilesApplicationContext for the given context. |
TilesApplicationContext |
PortletTilesRequestContext.getApplicationContext()
Returns the associated application context. |
Methods in org.apache.tiles.portlet.context with parameters of type TilesApplicationContext | |
---|---|
TilesRequestContext |
PortletTilesContextFactory.createRequestContext(TilesApplicationContext context,
Object... requestItems)
Deprecated. Create a TilesRequestContext for the given context, request, and response. |
TilesRequestContext |
PortletTilesRequestContextFactory.createRequestContext(TilesApplicationContext context,
Object... requestItems)
Create a TilesRequestContext for the given context, request, and response. |
protected javax.portlet.PortletContext |
PortletTilesContextFactory.getPortletContext(TilesApplicationContext context)
Deprecated. Use PortletTilesRequestContextFactory.getPortletContext(TilesApplicationContext)
. |
protected javax.portlet.PortletContext |
PortletTilesRequestContextFactory.getPortletContext(TilesApplicationContext context)
Returns the original portlet context. |
Constructors in org.apache.tiles.portlet.context with parameters of type TilesApplicationContext | |
---|---|
PortletTilesRequestContext(TilesApplicationContext applicationContext,
javax.portlet.PortletContext context,
javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Creates a new instance of PortletTilesRequestContext. |
Uses of TilesApplicationContext in org.apache.tiles.portlet.context.wildcard |
---|
Classes in org.apache.tiles.portlet.context.wildcard that implement TilesApplicationContext | |
---|---|
class |
WildcardPortletTilesApplicationContext
Portlet-based implementation of the TilesApplicationContext interface that can resolve resources even using wildcards. |
Methods in org.apache.tiles.portlet.context.wildcard that return TilesApplicationContext | |
---|---|
TilesApplicationContext |
WildcardPortletTilesApplicationContextFactory.createApplicationContext(Object context)
Create a TilesApplicationContext for the given context. |
Uses of TilesApplicationContext in org.apache.tiles.renderer.impl |
---|
Fields in org.apache.tiles.renderer.impl declared as TilesApplicationContext | |
---|---|
protected TilesApplicationContext |
BasicRendererFactory.applicationContext
The Tiles application context. |
protected TilesApplicationContext |
AbstractBaseAttributeRenderer.applicationContext
The Tiles application context. |
Methods in org.apache.tiles.renderer.impl with parameters of type TilesApplicationContext | |
---|---|
void |
BasicRendererFactory.setApplicationContext(TilesApplicationContext applicationContext)
Sets the Tiles application context. |
void |
AbstractBaseAttributeRenderer.setApplicationContext(TilesApplicationContext applicationContext)
Sets the Tiles application 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 |
ServletTilesApplicationContextFactory.createApplicationContext(Object context)
Create a TilesApplicationContext for the given context. |
TilesApplicationContext |
ServletTilesContextFactory.createApplicationContext(Object context)
Deprecated. Create a TilesApplicationContext for the given context. |
TilesApplicationContext |
ServletTilesRequestContext.getApplicationContext()
Returns the associated application context. |
Methods in org.apache.tiles.servlet.context with parameters of type TilesApplicationContext | |
---|---|
TilesRequestContext |
ServletTilesContextFactory.createRequestContext(TilesApplicationContext context,
Object... requestItems)
Deprecated. Create a TilesRequestContext for the given context, request, and response. |
TilesRequestContext |
ServletTilesRequestContextFactory.createRequestContext(TilesApplicationContext context,
Object... requestItems)
Create a TilesRequestContext for the given context, request, and response. |
protected ServletContext |
ServletTilesContextFactory.getServletContext(TilesApplicationContext context)
Deprecated. Use getContext() . |
Constructors in org.apache.tiles.servlet.context with parameters of type TilesApplicationContext | |
---|---|
ServletTilesRequestContext(TilesApplicationContext applicationContext,
HttpServletRequest request,
HttpServletResponse response)
Creates a new instance of ServletTilesRequestContext. |
Uses of TilesApplicationContext in org.apache.tiles.servlet.context.wildcard |
---|
Classes in org.apache.tiles.servlet.context.wildcard that implement TilesApplicationContext | |
---|---|
class |
WildcardServletTilesApplicationContext
Servlet-based implementation of the TilesApplicationContext interface that can resolve resources even using wildcards. |
Methods in org.apache.tiles.servlet.context.wildcard that return TilesApplicationContext | |
---|---|
TilesApplicationContext |
WildcardServletTilesApplicationContextFactory.createApplicationContext(Object context)
Create a TilesApplicationContext for the given context. |
Uses of TilesApplicationContext in org.apache.tiles.startup |
---|
Methods in org.apache.tiles.startup that return TilesApplicationContext | |
---|---|
protected TilesApplicationContext |
BasicTilesInitializer.createTilesApplicationContext(TilesApplicationContext preliminaryContext)
Creates the Tiles application context, to be used across all the Tiles-based application. |
Methods in org.apache.tiles.startup with parameters of type TilesApplicationContext | |
---|---|
protected AbstractTilesApplicationContextFactory |
BasicTilesInitializer.createAndInitializeTilesApplicationContextFactory(TilesApplicationContext preliminaryContext)
Creates and initializes the Tiles application context factory, to create a TilesApplicationContext to be used across all the Tiles-based
application. |
protected TilesContainer |
BasicTilesInitializer.createContainer(TilesApplicationContext context)
Creates a Tiles container. |
protected AbstractTilesContainerFactory |
BasicTilesInitializer.createContainerFactory(TilesApplicationContext context)
Creates a Tiles container factory. |
protected TilesApplicationContext |
BasicTilesInitializer.createTilesApplicationContext(TilesApplicationContext preliminaryContext)
Creates the Tiles application context, to be used across all the Tiles-based application. |
protected String |
BasicTilesInitializer.getContainerKey(TilesApplicationContext applicationContext)
Returns the container key under which the container will be stored. |
void |
TilesInitializer.initialize(TilesApplicationContext preliminaryContext)
Initializes Tiles. |
void |
BasicTilesInitializer.initialize(TilesApplicationContext applicationContext)
Initializes Tiles. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |