Save This Page
Home » struts-1.3.9-src » org.apache.struts » tiles » [javadoc | source]
org.apache.struts.tiles
public class: UrlController [javadoc | source]
java.lang.Object
   org.apache.struts.tiles.UrlController

All Implemented Interfaces:
    Controller

Tiles controller including a local URL.
Field Summary
protected  String url    URL associated with this controller. 
Constructor:
 public UrlController(String url) 
    Constructor.
    Parameters:
    url - URL.
Method from org.apache.struts.tiles.UrlController Summary:
execute,   perform
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts.tiles.UrlController Detail:
 public  void execute(ComponentContext tileContext,
    HttpServletRequest request,
    HttpServletResponse response,
    ServletContext servletContext) throws Exception 
 public  void perform(ComponentContext tileContext,
    HttpServletRequest request,
    HttpServletResponse response,
    ServletContext servletContext) throws IOException, ServletException 
    Method associated to a tile and called immediately before the tile is included. This implementation calls an Action. No servlet is set by this method.