|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.tiles.ActionController
Struts wrapper implementation of Controller. This implementation wraps an
Action
in a Controller
.
Field Summary | |
private Action |
action
Struts action wrapped. |
Constructor Summary | |
ActionController(Action action)
Constructor. |
Method Summary | |
void |
execute(ComponentContext tileContext,
HttpServletRequest request,
HttpServletResponse response,
ServletContext servletContext)
Method associated to a tile and called immediately before the tile is included. |
void |
perform(ComponentContext tileContext,
HttpServletRequest request,
HttpServletResponse response,
ServletContext servletContext)
Method associated to a tile and called immediately before tile is included. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Action action
Constructor Detail |
public ActionController(Action action)
action
- Action to be wrapped.Method Detail |
public void perform(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext) throws ServletException, java.io.IOException
perform
in interface Controller
tileContext
- Current tile context.request
- Current request.response
- Current response.servletContext
- Current servlet context.
ServletException
java.io.IOException
public void execute(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext) throws java.lang.Exception
Controller
execute
in interface Controller
tileContext
- Current tile context.request
- Current requestresponse
- Current responseservletContext
- Current servlet context
java.lang.Exception
org.apache.struts.tiles.Controller#execute(org.apache.struts.tiles.ComponentContext, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, javax.servlet.ServletContext)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |