Package | Description |
---|---|
org.apache.turbine.modules |
Modules (Action, Screen, Layout, Navigation, Page) classes for the Turbine view.
|
org.apache.turbine.modules.layouts |
Layout class implementations.
|
org.apache.turbine.services.assemblerbroker.util.java |
Factories for the java class based view (all template views).
|
org.apache.turbine.services.assemblerbroker.util.python |
Factory for the python / jython based view.
|
Modifier and Type | Method and Description |
---|---|
Layout |
LayoutLoader.getAssembler(String name)
Pulls out an instance of the object by name.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectResponseLayout
This layout allows an action to manipulate the ServletOutputStream directly.
|
class |
JspLayout
This Layout module allows JSP templates to be used as layouts.
|
class |
VelocityCachedLayout
This Layout module is Turbine 2.3.3 VelocityDirectLayout (same package)
with methods added for
PipelineData . |
class |
VelocityDirectLayout
This Layout module allows Velocity templates
to be used as layouts.
|
class |
VelocityOnlyLayout
This Layout module allows Velocity templates to be used as layouts.
|
class |
VelocityXslLayout
This Layout module allows Velocity XML templates to be used as layouts.
|
Modifier and Type | Method and Description |
---|---|
Layout |
JavaLayoutFactory.getAssembler(String name)
Get an Assembler.
|
Modifier and Type | Method and Description |
---|---|
Loader<Layout> |
JavaLayoutFactory.getLoader()
Get the loader for this type of assembler
|
Class<Layout> |
JavaLayoutFactory.getManagedClass()
Get the class of this assembler
|
Modifier and Type | Method and Description |
---|---|
Layout |
PythonLayoutFactory.getAssembler(String name)
Get an Assembler.
|
Modifier and Type | Method and Description |
---|---|
Loader<Layout> |
PythonLayoutFactory.getLoader()
Get the loader for this type of assembler
|
Class<Layout> |
PythonLayoutFactory.getManagedClass()
Get the class of this assembler
|
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.