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

Uses of Interface
org.apache.tiles.context.TilesRequestContextFactory

Packages that use TilesRequestContextFactory
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.extras.complete These classes allow to start up Tiles with all features on. 
org.apache.tiles.factory Factory classes, to allow creation of container instances. 
org.apache.tiles.freemarker.context Context classes to make FreeMarker work with Tiles. 
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.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.velocity.context Context classes to make Velocity work with Tiles. 
 

Uses of TilesRequestContextFactory in org.apache.tiles.awareness
 

Methods in org.apache.tiles.awareness with parameters of type TilesRequestContextFactory
 void TilesRequestContextFactoryAware.setRequestContextFactory(TilesRequestContextFactory contextFactory)
          Sets the Tiles request context factory.
 

Uses of TilesRequestContextFactory in org.apache.tiles.context
 

Subinterfaces of TilesRequestContextFactory in org.apache.tiles.context
 interface TilesContextFactory
          Deprecated. Use TilesRequestContextFactory.
 

Classes in org.apache.tiles.context that implement TilesRequestContextFactory
 class ChainedTilesContextFactory
          Deprecated. Use ChainedTilesApplicationContextFactory and ChainedTilesRequestContextFactory.
 class ChainedTilesRequestContextFactory
          Default implementation for TilesRequestContextFactory, that creates a chain of sub-factories, trying each one until it returns a not-null value.
 

Method parameters in org.apache.tiles.context with type arguments of type TilesRequestContextFactory
 void ChainedTilesRequestContextFactory.setFactories(List<TilesRequestContextFactory> factories)
          Sets the factories to be used.
 

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

Classes in org.apache.tiles.context.enhanced that implement TilesRequestContextFactory
 class EnhancedContextFactory
          Deprecated. Use EnhancedTilesApplicationContextFactory.
 

Uses of TilesRequestContextFactory in org.apache.tiles.extras.complete
 

Methods in org.apache.tiles.extras.complete that return types with arguments of type TilesRequestContextFactory
protected  List<TilesRequestContextFactory> CompleteAutoloadTilesContainerFactory.getTilesRequestContextFactoriesToBeChained(ChainedTilesRequestContextFactory parent)
          Returns the list of TilesRequestContextFactory instances to be chained together.
 

Methods in org.apache.tiles.extras.complete with parameters of type TilesRequestContextFactory
protected  AttributeEvaluatorFactory CompleteAutoloadTilesContainerFactory.createAttributeEvaluatorFactory(TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory, LocaleResolver resolver)
          Creates the attribute evaluator factory to use.
protected  AttributeRenderer CompleteAutoloadTilesContainerFactory.createDefaultAttributeRenderer(BasicRendererFactory rendererFactory, TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory, TilesContainer container, AttributeEvaluatorFactory attributeEvaluatorFactory)
          Creates the default attribute renderer.
protected  DefinitionsReader CompleteAutoloadTilesContainerFactory.createDefinitionsReader(TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory)
          Creates the definitions reader.
protected  List<URL> CompleteAutoloadTilesContainerFactory.getSourceURLs(TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory)
          Returns a list containing the URLs to be parsed.
protected  void CompleteAutoloadTilesContainerFactory.registerAttributeRenderers(BasicRendererFactory rendererFactory, TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory, TilesContainer container, AttributeEvaluatorFactory attributeEvaluatorFactory)
          Registers attribute renderers in a BasicRendererFactory.
 

Uses of TilesRequestContextFactory in org.apache.tiles.factory
 

Methods in org.apache.tiles.factory that return TilesRequestContextFactory
protected  TilesRequestContextFactory BasicTilesContainerFactory.createRequestContextFactory(TilesApplicationContext context)
          Create a Tiles request context factory.
 

Methods in org.apache.tiles.factory that return types with arguments of type TilesRequestContextFactory
protected  List<TilesRequestContextFactory> BasicTilesContainerFactory.getTilesRequestContextFactoriesToBeChained(ChainedTilesRequestContextFactory parent)
          Returns the list of TilesRequestContextFactory instances to be chained together.
 

Methods in org.apache.tiles.factory with parameters of type TilesRequestContextFactory
protected  AttributeEvaluatorFactory BasicTilesContainerFactory.createAttributeEvaluatorFactory(TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory, LocaleResolver resolver)
          Creates the attribute evaluator factory to use.
protected  AttributeRenderer BasicTilesContainerFactory.createDefaultAttributeRenderer(BasicRendererFactory rendererFactory, TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory, TilesContainer container, AttributeEvaluatorFactory attributeEvaluatorFactory)
          Creates the default attribute renderer.
protected  AttributeRenderer BasicTilesContainerFactory.createDefinitionAttributeRenderer(BasicRendererFactory rendererFactory, TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory, TilesContainer container, AttributeEvaluatorFactory attributeEvaluatorFactory)
          Creates a DefinitionAttributeRenderer.
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  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.
protected  PreparerFactory BasicTilesContainerFactory.createPreparerFactory(TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory)
          Creates the preparer factory to use.
protected  RendererFactory BasicTilesContainerFactory.createRendererFactory(TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory, TilesContainer container, AttributeEvaluatorFactory attributeEvaluatorFactory)
          Creates a renderer factory.
protected  AttributeRenderer BasicTilesContainerFactory.createStringAttributeRenderer(BasicRendererFactory rendererFactory, TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory, TilesContainer container, AttributeEvaluatorFactory attributeEvaluatorFactory)
          Creates a StringAttributeRenderer.
protected  AttributeRenderer BasicTilesContainerFactory.createTemplateAttributeRenderer(BasicRendererFactory rendererFactory, TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory, TilesContainer container, AttributeEvaluatorFactory attributeEvaluatorFactory)
          Creates a TemplateAttributeRenderer.
protected  List<URL> BasicTilesContainerFactory.getSourceURLs(TilesApplicationContext applicationContext, TilesRequestContextFactory contextFactory)
          Returns a list containing the URLs to be parsed.
protected  UnresolvingLocaleDefinitionsFactory 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)
          Deprecated. 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)
          Deprecated. 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, AttributeEvaluatorFactory attributeEvaluatorFactory)
          Registers attribute renderers in a BasicRendererFactory.
protected  void BasicTilesContainerFactory.registerRequestContextFactory(String className, List<TilesRequestContextFactory> factories, TilesRequestContextFactory parent)
          Registers a TilesRequestContextFactory specifying its classname.
 

Method parameters in org.apache.tiles.factory with type arguments of type TilesRequestContextFactory
protected  void BasicTilesContainerFactory.registerRequestContextFactory(String className, List<TilesRequestContextFactory> factories, TilesRequestContextFactory parent)
          Registers a TilesRequestContextFactory specifying its classname.
 

Uses of TilesRequestContextFactory in org.apache.tiles.freemarker.context
 

Classes in org.apache.tiles.freemarker.context that implement TilesRequestContextFactory
 class FreeMarkerTilesRequestContextFactory
          The FreeMarker-specific request context factory.
 

Methods in org.apache.tiles.freemarker.context with parameters of type TilesRequestContextFactory
 void FreeMarkerTilesRequestContextFactory.setRequestContextFactory(TilesRequestContextFactory contextFactory)
          Sets the Tiles request context factory.
 

Uses of TilesRequestContextFactory in org.apache.tiles.impl
 

Methods in org.apache.tiles.impl that return TilesRequestContextFactory
protected  TilesRequestContextFactory BasicTilesContainer.getRequestContextFactory()
          Returns the request context factory.
 

Methods in org.apache.tiles.impl with parameters of type TilesRequestContextFactory
 void BasicTilesContainer.setRequestContextFactory(TilesRequestContextFactory contextFactory)
          Sets the request context factory.
 

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

Classes in org.apache.tiles.jsp.context that implement TilesRequestContextFactory
 class JspTilesContextFactory
          Deprecated. Use JspTilesRequestContextFactory.
 class JspTilesRequestContextFactory
          Creates an instance of the appropriate TilesRequestContext implementation under a JSP environment.
 

Methods in org.apache.tiles.jsp.context with parameters of type TilesRequestContextFactory
 void JspTilesRequestContextFactory.setRequestContextFactory(TilesRequestContextFactory contextFactory)
          Sets the Tiles request context factory.
 

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

Classes in org.apache.tiles.portlet.context that implement TilesRequestContextFactory
 class PortletTilesContextFactory
          Deprecated. Use PortletTilesApplicationContextFactory or PortletTilesRequestContextFactory.
 class PortletTilesRequestContextFactory
          Creates an instance of the appropriate TilesRequestContext implementation under a portlet environment.
 

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

Fields in org.apache.tiles.renderer.impl declared as TilesRequestContextFactory
protected  TilesRequestContextFactory BasicRendererFactory.contextFactory
          The Tiles context factory.
protected  TilesRequestContextFactory AbstractBaseAttributeRenderer.contextFactory
          The Tiles request context factory.
 

Methods in org.apache.tiles.renderer.impl with parameters of type TilesRequestContextFactory
 void BasicRendererFactory.setRequestContextFactory(TilesRequestContextFactory contextFactory)
          Sets the Tiles request context factory.
 void AbstractBaseAttributeRenderer.setRequestContextFactory(TilesRequestContextFactory contextFactory)
          Sets the Tiles request context factory.
 

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

Classes in org.apache.tiles.servlet.context that implement TilesRequestContextFactory
 class ServletTilesContextFactory
          Deprecated. 
 class ServletTilesRequestContextFactory
          Creates an instance of the appropriate TilesRequestContext implementation in a servlet environment.
 

Uses of TilesRequestContextFactory in org.apache.tiles.velocity.context
 

Classes in org.apache.tiles.velocity.context that implement TilesRequestContextFactory
 class VelocityTilesRequestContextFactory
          The implementation of the Tiles request context factory specific for Velocity.
 

Methods in org.apache.tiles.velocity.context with parameters of type TilesRequestContextFactory
 void VelocityTilesRequestContextFactory.setRequestContextFactory(TilesRequestContextFactory contextFactory)
          Sets the Tiles request context factory.
 



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