|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.core.controller.TilesController
Implementation of the org.apache.struts.tiles.Controller interface. This allows for manipulation of the ControllerResponse for a particular tile before it is displayed, independantly of the State currently being processed. Developers should extend this class and code the execute() method.
| Constructor Summary | |
TilesController()
Creates a new instance of TilesController |
|
| Method Summary | |
void |
execute(org.apache.struts.tiles.ComponentContext context,
ControllerRequest request,
ControllerResponse response,
ServletContext servletContext)
This method will be called by the perform() method. |
void |
perform(org.apache.struts.tiles.ComponentContext context,
HttpServletRequest request,
HttpServletResponse response,
ServletContext servletContext)
Implementation of perform() method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TilesController()
| Method Detail |
public final void perform(org.apache.struts.tiles.ComponentContext context,
HttpServletRequest request,
HttpServletResponse response,
ServletContext servletContext)
throws ServletException,
IOException
perform in interface org.apache.struts.tiles.ControllerServletException
IOException
public void execute(org.apache.struts.tiles.ComponentContext context,
ControllerRequest request,
ControllerResponse response,
ServletContext servletContext)
throws ControllerException
ControllerException
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||