|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentContext | |
---|---|
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 | |
org.apache.struts.tiles.taglib | 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 ComponentContext | |
---|---|
static ComponentContext |
ComponentContext.getContext(ServletRequest request)
Get component context from request. |
Methods in org.apache.struts.tiles with parameters of type ComponentContext | |
---|---|
void |
UrlController.execute(ComponentContext tileContext,
HttpServletRequest request,
HttpServletResponse response,
ServletContext servletContext)
|
void |
ControllerSupport.execute(ComponentContext tileContext,
HttpServletRequest request,
HttpServletResponse response,
ServletContext servletContext)
|
void |
Controller.execute(ComponentContext tileContext,
HttpServletRequest request,
HttpServletResponse response,
ServletContext servletContext)
Method associated to a tile and called immediately before the tile is included. |
void |
ActionController.execute(ComponentContext tileContext,
HttpServletRequest request,
HttpServletResponse response,
ServletContext servletContext)
|
void |
UrlController.perform(ComponentContext tileContext,
HttpServletRequest request,
HttpServletResponse response,
ServletContext servletContext)
Method associated to a tile and called immediately before the tile is included. |
void |
ControllerSupport.perform(ComponentContext tileContext,
HttpServletRequest request,
HttpServletResponse response,
ServletContext servletContext)
Deprecated. Use execute() instead. This will be removed after Struts 1.2. |
void |
Controller.perform(ComponentContext tileContext,
HttpServletRequest request,
HttpServletResponse response,
ServletContext servletContext)
Deprecated. Use execute() instead. This will be removed after Struts 1.2. |
void |
ActionController.perform(ComponentContext tileContext,
HttpServletRequest request,
HttpServletResponse response,
ServletContext servletContext)
Method associated to a tile and called immediately before tile is included. |
static void |
ComponentContext.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 ComponentContext | |
---|---|
ActionForward |
TilesAction.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 ComponentContext | |
---|---|
protected ComponentContext |
InsertTag.cachedCurrentContext
Current component context. |
protected ComponentContext |
InsertTag.InsertHandler.currentContext
|
protected ComponentContext |
InsertTag.InsertHandler.subCompContext
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |