|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Interface
org.apache.struts.tiles.Controller
Packages that use Controller | |
org.apache.struts.taglib.tiles | The "struts-tiles" tag library contains tags that are useful in creating dynamic reusable components. |
org.apache.struts.tiles |
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles. |
Uses of Controller in org.apache.struts.taglib.tiles |
Fields in org.apache.struts.taglib.tiles declared as Controller | |
protected Controller |
InsertTag.InsertHandler.controller
|
Methods in org.apache.struts.taglib.tiles that return Controller | |
private Controller |
InsertTag.getController()
Get instantiated Controller. |
Constructors in org.apache.struts.taglib.tiles with parameters of type Controller | |
InsertTag.InsertHandler(java.util.Map attributes,
java.lang.String page,
java.lang.String role,
Controller controller)
Constructor. |
|
InsertTag.InsertHandler(java.lang.String page,
java.lang.String role,
Controller controller)
Constructor. |
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. |
Fields in org.apache.struts.tiles declared as Controller | |
private Controller |
ComponentDefinition.controllerInstance
Controller associated to Definition. |
Methods in org.apache.struts.tiles that return Controller | |
Controller |
ComponentDefinition.getControllerInstance()
Get controller instance. |
Controller |
ComponentDefinition.getOrCreateController()
Get or create controller. |
static Controller |
ComponentDefinition.createController(java.lang.String name,
java.lang.String controllerType)
Create a new instance of controller named in parameter. |
static Controller |
ComponentDefinition.createControllerFromClassname(java.lang.String classname)
Create a controller from specified classname |
Methods in org.apache.struts.tiles with parameters of type Controller | |
void |
ComponentDefinition.setControllerInstance(Controller controller)
Set controller. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2000-2005 - The Apache Software Foundation