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

Uses in package org.apache.struts.tiles.actions

Methods with parameter type org.apache.struts.tiles.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 in package org.apache.struts.taglib.tiles

Fields of type org.apache.struts.tiles.ComponentContext

ComponentContext
Current component context.
ComponentContext
ComponentContext

Methods with return type org.apache.struts.tiles.ComponentContext

ComponentContext
Get current component context.

Uses in package org.apache.struts.tiles

Methods with parameter type org.apache.struts.tiles.ComponentContext

void
ActionController.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
ControllerSupport.execute(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext)
void
UrlController.execute(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext)
void
ActionController.perform(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext)
Method associated to a tile and called immediately before tile is included.
void
Controller.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)
Method associated to a tile and called immediately before tile is included.
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
ComponentContext.setContext(ComponentContext context, ServletRequest request)
Store component context into request.

Methods with return type org.apache.struts.tiles.ComponentContext

ComponentContext
ComponentContext.getContext(ServletRequest request)
Get component context from request.

Copyright B) 2000-2007 - The Apache Software Foundation