Package | Description |
---|---|
org.apache.struts.taglib.tiles |
The "struts-tiles" tag library contains tags that are useful in
creating dynamic reusable components.
|
org.apache.struts.tiles |
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles.
|
Modifier and Type | Field and Description |
---|---|
protected Controller |
InsertTag.InsertHandler.controller |
Modifier and Type | Method and Description |
---|---|
private Controller |
InsertTag.getController()
Get instantiated Controller.
|
Constructor and Description |
---|
InsertTag.InsertHandler(java.util.Map attributes,
java.lang.String page,
java.lang.String role,
Controller controller)
Constructor.
|
InsertTag.InsertHandler(java.lang.String page,
java.lang.String role,
Controller controller)
Constructor.
|
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 | Field and Description |
---|---|
private Controller |
ComponentDefinition.controllerInstance
Controller associated to Definition.
|
Modifier and Type | Method and Description |
---|---|
static Controller |
ComponentDefinition.createController(java.lang.String name,
java.lang.String controllerType)
Create a new instance of controller named in parameter.
|
static Controller |
ComponentDefinition.createControllerFromClassname(java.lang.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.
|
Copyright ? 2000-2014 - The Apache Software Foundation