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 TypeClassDescriptionclass
Struts wrapper implementation of Controller.class
Basic implementation of Controller.class
Tiles controller including a local URL.Methods in org.apache.struts.tiles that return ControllerModifier and TypeMethodDescriptionstatic 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.ComponentDefinition.getControllerInstance()
Get controller instance.ComponentDefinition.getOrCreateController()
Get or create controller.Methods in org.apache.struts.tiles with parameters of type ControllerModifier and TypeMethodDescriptionvoid
ComponentDefinition.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.