Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionController
Struts wrapper implementation of Controller.
|
class |
ControllerSupport
Basic implementation of Controller.
|
class |
UrlController
Tiles controller including a local URL.
|
Modifier and Type | Method and Description |
---|---|
static 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
|
Controller |
ComponentDefinition.getControllerInstance()
Get controller instance.
|
Controller |
ComponentDefinition.getOrCreateController()
Get or create controller.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentDefinition.setControllerInstance(Controller controller)
Set controller.
|
Modifier and Type | Field and Description |
---|---|
protected Controller |
InsertTag.InsertHandler.controller |
Constructor and Description |
---|
InsertHandler(Map attributes,
String page,
String role,
Controller controller)
Constructor.
|
InsertHandler(String page,
String role,
Controller controller)
Constructor.
|
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.