|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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 |
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(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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |