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

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

Packages that use TilesRequestContext
org.apache.tiles.compat.preparer "View preparers" are objects that allows the "preparation" of a Tiles artifact (definition, template or attribute) before it is rendered. 
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.evaluator Interfaces to manage attribute value evaluation. 
org.apache.tiles.evaluator.el Attribute evaluator classes that can perform EL evaluation for attributes. 
org.apache.tiles.evaluator.impl Classes to manage attribute value evaluation. 
org.apache.tiles.impl It contains the basic implementations of Tiles container. 
org.apache.tiles.impl.mgmt It contains the basic implementations of mutable Tiles containers. 
org.apache.tiles.jsp.context Tiles context classes in a JSP environment. 
org.apache.tiles.locale Classes and interfaces to allow locale resolution in an application, i.e. it allows to specify how to access the locale that the user wants to use. 
org.apache.tiles.locale.impl Basic implementation of the locale resolver. 
org.apache.tiles.portlet.context Classes and interfaces that allow to access the various contexts from a portlet application. 
org.apache.tiles.preparer "View preparers" are objects that allows the "preparation" of a Tiles artifact (definition, template or attribute) before it is rendered. 
org.apache.tiles.renderer Interfaces to manage attribute rendering. 
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. 
 

Uses of TilesRequestContext in org.apache.tiles.compat.preparer
 

Methods in org.apache.tiles.compat.preparer with parameters of type TilesRequestContext
 void UrlPreparer.execute(TilesRequestContext tilesContext, AttributeContext attributeContext)
          Method associated to a tile and called immediately before the tile is included.
 

Uses of TilesRequestContext in org.apache.tiles.context
 

Classes in org.apache.tiles.context that implement TilesRequestContext
 class TilesRequestContextWrapper
          Delegate for ease of customization.
 

Methods in org.apache.tiles.context that return TilesRequestContext
 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.
 TilesRequestContext TilesRequestContextWrapper.getWrappedRequest()
          Returns the wrapped Tiles request.
 

Methods in org.apache.tiles.context with parameters of type TilesRequestContext
static AttributeContext BasicAttributeContext.getContext(TilesRequestContext tilesContext)
          Deprecated. Use TilesContainer#getAttributeContext(Object...).
static Stack<AttributeContext> BasicAttributeContext.getContextStack(TilesRequestContext tilesContext)
          Deprecated. Use TilesContainer#getAttributeContext(Object...), TilesContainer#startContext(Object...) or TilesContainer#endContext(Object...).
static AttributeContext BasicAttributeContext.popContext(TilesRequestContext tilesContext)
          Deprecated. Use TilesContainer#endContext(Object...).
static void BasicAttributeContext.pushContext(AttributeContext context, TilesRequestContext tilesContext)
          Deprecated. Use TilesContainer#startContext(Object...).
 

Constructors in org.apache.tiles.context with parameters of type TilesRequestContext
TilesRequestContextWrapper(TilesRequestContext context)
          Constructor.
 

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

Methods in org.apache.tiles.context.enhanced that return TilesRequestContext
 TilesRequestContext EnhancedContextFactory.createRequestContext(TilesApplicationContext context, Object... requestItems)
          Deprecated. Create a TilesRequestContext for the given context, request, and response.
 

Uses of TilesRequestContext in org.apache.tiles.definition
 

Methods in org.apache.tiles.definition with parameters of type TilesRequestContext
protected  void UrlDefinitionsFactory.addDefinitions(Definitions definitions, TilesRequestContext tilesContext)
          Deprecated. Let the definitions be loaded by a DefinitionDAO.
 Definition DefinitionsFactory.getDefinition(String name, TilesRequestContext tilesContext)
          Returns a Definition object that matches the given name and Tiles context.
 Definition LocaleDefinitionsFactory.getDefinition(String name, TilesRequestContext tilesContext)
          Returns a Definition object that matches the given name and Tiles context.
 Definition UrlDefinitionsFactory.getDefinition(String name, TilesRequestContext tilesContext)
          Returns a Definition object that matches the given name and Tiles context.
protected  boolean UrlDefinitionsFactory.isContextProcessed(TilesRequestContext tilesContext)
          Deprecated. It always return true.
 

Uses of TilesRequestContext in org.apache.tiles.evaluator
 

Methods in org.apache.tiles.evaluator with parameters of type TilesRequestContext
 Object AttributeEvaluator.evaluate(Attribute attribute, TilesRequestContext request)
          Evaluates an attribute value.
 Object AbstractAttributeEvaluator.evaluate(Attribute attribute, TilesRequestContext request)
          Evaluates an attribute value.
 Object AttributeEvaluator.evaluate(String expression, TilesRequestContext request)
          Evaluates an expression.
 

Uses of TilesRequestContext in org.apache.tiles.evaluator.el
 

Methods in org.apache.tiles.evaluator.el with parameters of type TilesRequestContext
 Object ELAttributeEvaluator.evaluate(String expression, TilesRequestContext request)
          Evaluates an expression.
 

Uses of TilesRequestContext in org.apache.tiles.evaluator.impl
 

Methods in org.apache.tiles.evaluator.impl with parameters of type TilesRequestContext
 Object DirectAttributeEvaluator.evaluate(String expression, TilesRequestContext request)
          Evaluates an expression.
 

Uses of TilesRequestContext in org.apache.tiles.impl
 

Methods in org.apache.tiles.impl with parameters of type TilesRequestContext
protected  AttributeContext BasicTilesContainer.getContext(TilesRequestContext tilesContext)
          Get attribute context from request.
protected  Stack<AttributeContext> BasicTilesContainer.getContextStack(TilesRequestContext tilesContext)
          Returns the context stack.
protected  Definition KeyedDefinitionsFactoryTilesContainer.getDefinition(String definitionName, TilesRequestContext request)
          Returns a definition specifying its name.
protected  Definition BasicTilesContainer.getDefinition(String definitionName, TilesRequestContext request)
          Returns a definition specifying its name.
protected  String KeyedDefinitionsFactoryTilesContainer.getDefinitionsFactoryKey(TilesRequestContext request)
          Returns the definitions factory key.
 String KeyedDefinitionsFactoryTilesContainer.KeyExtractor.getDefinitionsFactoryKey(TilesRequestContext request)
          Returns the definitions factory key.
 String KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor.getDefinitionsFactoryKey(TilesRequestContext request)
          Returns the definitions factory key.
protected  AttributeContext BasicTilesContainer.popContext(TilesRequestContext tilesContext)
          Pops a context object out of the stack.
protected  void BasicTilesContainer.pushContext(AttributeContext context, TilesRequestContext tilesContext)
          Pushes a context object in the stack.
protected  void BasicTilesContainer.render(TilesRequestContext request, AttributeContext attributeContext)
          Renders the specified attribute context.
protected  void BasicTilesContainer.render(TilesRequestContext request, Definition definition)
          Renders the specified definition
protected  void BasicTilesContainer.render(TilesRequestContext request, String definitionName)
          Renders the definition with specified name.
 

Uses of TilesRequestContext in org.apache.tiles.impl.mgmt
 

Methods in org.apache.tiles.impl.mgmt with parameters of type TilesRequestContext
 void DefinitionManager.addDefinition(Definition definition, TilesRequestContext request)
          Adds a definition to the set of custom ones.
protected  Definition CachingTilesContainer.getDefinition(String definition, TilesRequestContext context)
          Returns a definition specifying its name.
 Definition DefinitionManager.getDefinition(String definition, TilesRequestContext request)
          Returns a definition by name.
protected  Definition CachingKeyedDefinitionsFactoryTilesContainer.getDefinition(String definition, TilesRequestContext context)
          Returns a definition specifying its name.
protected  Map<String,Definition> DefinitionManager.getDefinitions(TilesRequestContext request)
          Returns the map with custom definitions for the current request.
protected  Map<String,Definition> DefinitionManager.getOrCreateDefinitions(TilesRequestContext request)
          Returns a map of type "definition name -> definition" and, if it has not been defined before, creates one.
protected  void CachingTilesContainer.register(Definition definition, TilesRequestContext request)
          Registers a custom definition.
protected  void CachingKeyedDefinitionsFactoryTilesContainer.register(Definition definition, TilesRequestContext request)
          Registers a custom definition.
protected  void DefinitionManager.resolveInheritance(Definition definition, TilesRequestContext request)
          Resolve inheritance.
 

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

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

Methods in org.apache.tiles.jsp.context that return TilesRequestContext
 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.
 

Constructors in org.apache.tiles.jsp.context with parameters of type TilesRequestContext
JspTilesRequestContext(TilesRequestContext enclosedRequest, PageContext pageContext)
          Constructor.
 

Uses of TilesRequestContext in org.apache.tiles.locale
 

Methods in org.apache.tiles.locale with parameters of type TilesRequestContext
 Locale LocaleResolver.resolveLocale(TilesRequestContext request)
          Resolves the locale.
 

Uses of TilesRequestContext in org.apache.tiles.locale.impl
 

Methods in org.apache.tiles.locale.impl with parameters of type TilesRequestContext
 Locale DefaultLocaleResolver.resolveLocale(TilesRequestContext request)
          Resolves the locale.
 

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

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

Methods in org.apache.tiles.portlet.context that return TilesRequestContext
 TilesRequestContext PortletTilesApplicationContext.createRequestContext(Object request, Object response)
          Deprecated. Use TilesRequestContextFactory.createRequestContext(TilesApplicationContext, Object...) .
 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.
 

Uses of TilesRequestContext in org.apache.tiles.preparer
 

Methods in org.apache.tiles.preparer with parameters of type TilesRequestContext
 void ViewPreparer.execute(TilesRequestContext tilesContext, AttributeContext attributeContext)
          Method associated to a tile and called immediately before the tile is included.
 void ViewPreparerSupport.execute(TilesRequestContext tilesContext, AttributeContext attributeContext)
          Method associated to a tile and called immediately before the tile is included.
 ViewPreparer PreparerFactory.getPreparer(String name, TilesRequestContext context)
          Create the named {link ViewPreparer} for the specified context.
 ViewPreparer BasicPreparerFactory.getPreparer(String name, TilesRequestContext context)
          Create a new instance of the named preparerInstance.
 

Uses of TilesRequestContext in org.apache.tiles.renderer
 

Methods in org.apache.tiles.renderer with parameters of type TilesRequestContext
 void AttributeRenderer.render(Attribute attribute, TilesRequestContext request)
          Renders an attribute.
 

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

Methods in org.apache.tiles.renderer.impl that return TilesRequestContext
protected  TilesRequestContext AbstractBaseAttributeRenderer.getRequestContext(Object... requestItems)
          Creates a Tiles request context from request items.
 

Methods in org.apache.tiles.renderer.impl with parameters of type TilesRequestContext
protected  boolean AbstractBaseAttributeRenderer.isPermitted(TilesRequestContext request, Set<String> roles)
          Checks if the current user is in one of the comma-separated roles specified in the role parameter.
 void AbstractBaseAttributeRenderer.render(Attribute attribute, TilesRequestContext request)
          Renders an attribute.
 void UntypedAttributeRenderer.write(Object value, Attribute attribute, TilesRequestContext request)
          Implement this method knowing that the attribute won't be null and it will be authorized.
 void StringAttributeRenderer.write(Object value, Attribute attribute, TilesRequestContext request)
          Implement this method knowing that the attribute won't be null and it will be authorized.
 void TemplateAttributeRenderer.write(Object value, Attribute attribute, TilesRequestContext request)
          Implement this method knowing that the attribute won't be null and it will be authorized.
abstract  void AbstractBaseAttributeRenderer.write(Object value, Attribute attribute, TilesRequestContext request)
          Implement this method knowing that the attribute won't be null and it will be authorized.
 void DefinitionAttributeRenderer.write(Object value, Attribute attribute, TilesRequestContext request)
          Implement this method knowing that the attribute won't be null and it will be authorized.
 

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

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

Methods in org.apache.tiles.servlet.context that return TilesRequestContext
 TilesRequestContext ServletTilesApplicationContext.createRequestContext(Object request, Object response)
          Deprecated. Use TilesRequestContextFactory.createRequestContext(TilesApplicationContext, Object...) .
 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.
 



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