Uses of Class
org.apache.struts.tiles.ComponentContext

Packages that use ComponentContext
org.apache.struts.taglib.tiles The "struts-tiles" tag library contains tags that are useful in creating dynamic reusable components. 
org.apache.struts.tiles
The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles. 
org.apache.struts.tiles.actions   
 

Uses of ComponentContext in org.apache.struts.taglib.tiles
 

Fields in org.apache.struts.taglib.tiles declared as ComponentContext
protected  ComponentContext InsertTag.cachedCurrentContext
          Current component context
protected  ComponentContext InsertTag.InsertHandler.currentContext
           
protected  ComponentContext InsertTag.InsertHandler.subCompContext
           
 

Methods in org.apache.struts.taglib.tiles that return ComponentContext
private  ComponentContext InsertTag.getCurrentContext()
          Get current component context.
 

Uses of ComponentContext in org.apache.struts.tiles
 

Methods in org.apache.struts.tiles that return ComponentContext
static ComponentContext ComponentContext.getContext(javax.servlet.ServletRequest request)
          Get component context from request.
 

Methods in org.apache.struts.tiles with parameters of type ComponentContext
 void Controller.perform(ComponentContext tileContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext)
          Method associated to a tile and called immediately before the tile is included.
 void ActionController.perform(ComponentContext tileContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext)
          Method associated to a tile and called immediately before tile is included.
static void ComponentContext.setContext(ComponentContext context, javax.servlet.ServletRequest request)
          Store component context into request.
 void UrlController.perform(ComponentContext tileContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext)
          Method associated to a tile and called immediately before the tile is included.
 void ControllerSupport.perform(ComponentContext tileContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext)
          Method associated to a tile and called immediately before tile is included.
 

Uses of ComponentContext in org.apache.struts.tiles.actions
 

Methods in org.apache.struts.tiles.actions with parameters of type ComponentContext
 ActionForward TilesAction.execute(ComponentContext context, ActionMapping mapping, ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Process the specified HTTP request and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
 ActionForward TilesAction.perform(ComponentContext context, ActionMapping mapping, ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated. Use the execute() method instead
 



Copyright © 2000-2003 - Apache Software Foundation