Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static ComponentContext |
ComponentContext.getContext(javax.servlet.ServletRequest request)
Get component context from request.
|
Modifier and Type | Method and Description |
---|---|
void |
Controller.execute(ComponentContext tileContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext)
Method associated to a tile and called immediately before the tile
is included.
|
void |
ControllerSupport.execute(ComponentContext tileContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext) |
void |
UrlController.execute(ComponentContext tileContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext) |
void |
ActionController.execute(ComponentContext tileContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext) |
void |
Controller.perform(ComponentContext tileContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext)
Deprecated.
Use execute() instead. This will be removed after
Struts 1.2.
|
void |
ControllerSupport.perform(ComponentContext tileContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext)
Deprecated.
Use execute() instead. This will be removed after
Struts 1.2.
|
void |
UrlController.perform(ComponentContext tileContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext)
Method associated to a tile and called immediately before the tile
is included.
|
void |
ActionController.perform(ComponentContext tileContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext)
Method associated to a tile and called immediately before tile is
included.
|
static void |
ComponentContext.setContext(ComponentContext context,
javax.servlet.ServletRequest request)
Store component context into request.
|
Modifier and Type | Method and Description |
---|---|
ActionForward |
TilesAction.execute(ComponentContext context,
ActionMapping mapping,
ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.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.
|
Modifier and Type | Field and Description |
---|---|
protected ComponentContext |
InsertTag.cachedCurrentContext
Current component context.
|
protected ComponentContext |
InsertTag.InsertHandler.currentContext |
protected ComponentContext |
InsertTag.InsertHandler.subCompContext |
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.