Uses of Class
org.apache.struts.tiles.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
Modifier and TypeMethodDescriptionstatic ComponentContext
ComponentContext.getContext
(ServletRequest request) Get component context from request.Modifier and TypeMethodDescriptionvoid
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) Deprecated.Use execute() instead.void
Controller.perform
(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext) Deprecated.Use execute() instead.void
ControllerSupport.perform
(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext) Deprecated.Use execute() instead.void
UrlController.perform
(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext) Deprecated.Use execute() instead.static void
ComponentContext.setContext
(ComponentContext context, ServletRequest request) Store component context into request. -
Uses of ComponentContext in org.apache.struts.tiles.actions
Modifier 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
Modifier and TypeFieldDescriptionprotected ComponentContext
InsertTag.cachedCurrentContext
Current component context.protected ComponentContext
InsertTag.InsertHandler.currentContext
protected ComponentContext
InsertTag.InsertHandler.subCompContext