| Frames | No Frames |
Classes implementing org.apache.struts.tiles.Controller | |
| class | Struts wrapper implementation of Controller. |
| class | Basic implementation of Controller. |
| class | Tiles controller including a local URL. |
Fields of type org.apache.struts.tiles.Controller | |
| Controller | Controller associated to Definition. |
Methods with parameter type org.apache.struts.tiles.Controller | |
| void | Set controller. |
Methods with return type org.apache.struts.tiles.Controller | |
| Controller | ComponentDefinition.createController(String name, String controllerType) Create a new instance of controller named in parameter. |
| Controller | ComponentDefinition.createControllerFromClassname(String classname) Create a controller from specified classname
|
| Controller | Get controller instance. |
| Controller | Get or create controller. |
Constructors with parameter type org.apache.struts.tiles.Controller | |
InsertTag.InsertHandler.InsertHandler(Map attributes, String page, String role, Controller controller) Constructor. | |
Constructor. | |
Fields of type org.apache.struts.tiles.Controller | |
| Controller | |
Methods with return type org.apache.struts.tiles.Controller | |
| Controller | Get instantiated Controller. |