Apache Struts API Documentation: Uses of Class org.apache.struts.tiles.ComponentContext

Apache Struts API


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 ControllerSupport.perform(ComponentContext tileContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext)
          Deprecated. Use execute() instead. This will be removed after Struts 1.2.
 void ControllerSupport.execute(ComponentContext tileContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext)
           
 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 UrlController.execute(ComponentContext tileContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext)
           
 void Controller.perform(ComponentContext tileContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext)
          Deprecated. Use execute() instead. This will be removed after Struts 1.2.
 void Controller.execute(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.
 void ActionController.execute(ComponentContext tileContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext)
           
static void ComponentContext.setContext(ComponentContext context, javax.servlet.ServletRequest request)
          Store component context into request.
 

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.
 



Copyright © 2000-2005 - The Apache Software Foundation