Uses of Class
org.apache.struts.tiles.ComponentContext
Packages that use ComponentContext
Package
Description
The Tiles taglib and framework allows building web pages by assembling reusable
 pieces of pages, called Tiles.
The "struts-tiles" tag library contains tags that are useful in
 creating dynamic reusable components.
- 
Uses of ComponentContext in org.apache.struts.tiles
Methods in org.apache.struts.tiles that return ComponentContextModifier and TypeMethodDescriptionstatic ComponentContextComponentContext.getContext(ServletRequest request) Get component context from request.Methods in org.apache.struts.tiles with parameters of type ComponentContextModifier and TypeMethodDescriptionvoidActionController.execute(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext) voidController.execute(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext) Method associated to a tile and called immediately before the tile is included.voidControllerSupport.execute(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext) voidUrlController.execute(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext) voidActionController.perform(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext) Deprecated.Use execute() instead.voidController.perform(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext) Deprecated.Use execute() instead.voidControllerSupport.perform(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext) Deprecated.Use execute() instead.voidUrlController.perform(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext) Deprecated.Use execute() instead.static voidComponentContext.setContext(ComponentContext context, 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 ComponentContextModifier and TypeMethodDescriptionTilesAction.execute(ComponentContext context, ActionMapping mapping, ActionForm form, HttpServletRequest request, 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. - 
Uses of ComponentContext in org.apache.struts.tiles.taglib
Fields in org.apache.struts.tiles.taglib declared as ComponentContextModifier and TypeFieldDescriptionprotected ComponentContextInsertTag.cachedCurrentContextCurrent component context.protected ComponentContextInsertTag.InsertHandler.currentContextprotected ComponentContextInsertTag.InsertHandler.subCompContext