Frames | No Frames |
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. |
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. |
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 | Store component context into request. |
Methods with return type org.apache.struts.tiles.ComponentContext | |
ComponentContext | ComponentContext.getContext(ServletRequest request) Get component context from request. |