org.apache.struts.tiles
Interface Controller
- ActionController, ControllerSupport, UrlController
public interface Controller
A controller is a piece of code called before rendering a jsp page.
A controller can be associated to a tile. See or for
association syntax.
void | perform(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext) - Method associated to a tile and called immediately before the tile is included.
|
perform
public void perform(ComponentContext tileContext,
HttpServletRequest request,
HttpServletResponse response,
ServletContext servletContext)
throws ServletException,
IOException
Method associated to a tile and called immediately before the tile is included.
tileContext
- Current tile context.request
- Current requestresponse
- Current responseservletContext
- Current servlet context
Copyright B) 2000-2005 - Apache Software Foundation