|
|||||||||||
| 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,
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 |
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. |
| 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,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext)
throws javax.servlet.ServletException,
java.io.IOException
perform in interface ControllertileContext - Current tile context.request - Current request.response - Current response.servletContext - Current servlet context.
javax.servlet.ServletException
java.io.IOException
public void execute(ComponentContext tileContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext)
throws java.lang.Exception
Controller
execute in interface ControllertileContext - Current tile context.request - Current requestresponse - Current responseservletContext - Current servlet context
java.lang.ExceptionController.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 | ||||||||||