Uses of Interface
org.apache.struts.tiles.Controller
Packages that use Controller
Package
Description
The Tiles taglib and framework allows building web pages by assembling reusable
 pieces of pages, called Tiles.
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 ControllerModifier and TypeClassDescriptionclassStruts wrapper implementation of Controller.classBasic implementation of Controller.classTiles controller including a local URL.Methods in org.apache.struts.tiles that return ControllerModifier and TypeMethodDescriptionstatic ControllerComponentDefinition.createController(String name, String controllerType) Create a new instance of controller named in parameter.static ControllerComponentDefinition.createControllerFromClassname(String classname) Create a controller from specified classname.ComponentDefinition.getControllerInstance()Get controller instance.ComponentDefinition.getOrCreateController()Get or create controller.Methods in org.apache.struts.tiles with parameters of type ControllerModifier and TypeMethodDescriptionvoidComponentDefinition.setControllerInstance(Controller controller) Set controller. - 
Uses of Controller in org.apache.struts.tiles.taglib
Fields in org.apache.struts.tiles.taglib declared as ControllerConstructors in org.apache.struts.tiles.taglib with parameters of type ControllerModifierConstructorDescriptionInsertHandler(String page, String role, Controller controller) Constructor.InsertHandler(Map<String, Object> attributes, String page, String role, Controller controller) Constructor.