Uses of Interface
org.apache.struts.tiles.Controller

Packages that use Controller
org.apache.struts.tiles
The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles. 
org.apache.struts.tiles.taglib The "struts-tiles" tag library contains tags that are useful in creating dynamic reusable components. 
 

Uses of Controller in org.apache.struts.tiles
 

Classes in org.apache.struts.tiles that implement Controller
 class ActionController
          Struts wrapper implementation of Controller.
 class ControllerSupport
          Basic implementation of Controller.
 class UrlController
          Tiles controller including a local URL.
 

Methods in org.apache.struts.tiles that return Controller
static Controller ComponentDefinition.createController(String name, String controllerType)
          Create a new instance of controller named in parameter.
static Controller ComponentDefinition.createControllerFromClassname(String classname)
          Create a controller from specified classname
 Controller ComponentDefinition.getControllerInstance()
          Get controller instance.
 Controller ComponentDefinition.getOrCreateController()
          Get or create controller.
 

Methods in org.apache.struts.tiles with parameters of type Controller
 void ComponentDefinition.setControllerInstance(Controller controller)
          Set controller.
 

Uses of Controller in org.apache.struts.tiles.taglib
 

Fields in org.apache.struts.tiles.taglib declared as Controller
protected  Controller InsertTag.InsertHandler.controller
           
 

Constructors in org.apache.struts.tiles.taglib with parameters of type Controller
InsertTag.InsertHandler(Map attributes, String page, String role, Controller controller)
          Constructor.
InsertTag.InsertHandler(String page, String role, Controller controller)
          Constructor.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.