org.apache.struts.tiles
Class UrlController
java.lang.Objectorg.apache.struts.tiles.UrlController
- Controller
public class UrlController
extends java.lang.Object
Tiles controller including a local URL.
- Cedric Dumoulin
protected String | url- Url associated with this controller.
|
void | perform(ComponentContext tileContext, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext)- Method associated to a tile and called immediately before the tile is included.
|
url
protected String url
Url associated with this controller.
UrlController
public UrlController(String url)
Constructor.
url - URL.
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.
This implementation calls a Struts Action. No servlet is set by this method.
- perform in interface Controller
tileContext - Current tile context.request - Current request.response - Current response.servletContext - Current servlet context.
Copyright B) 2000-2005 - Apache Software Foundation