Uses of Interface
org.apache.struts.tiles.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
Modifier and TypeClassDescriptionclass
Struts wrapper implementation of Controller.class
Basic implementation of Controller.class
Tiles controller including a local URL.Modifier 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.Modifier and TypeMethodDescriptionvoid
ComponentDefinition.setControllerInstance
(Controller controller) Set controller. -
Uses of Controller in org.apache.struts.tiles.taglib
ModifierConstructorDescriptionInsertHandler
(String page, String role, Controller controller) Constructor.InsertHandler
(Map<String, Object> attributes, String page, String role, Controller controller) Constructor.