Package | Description |
---|---|
org.apache.turbine.modules |
Modules (Action, Screen, Layout, Navigation, Page) classes for the Turbine view.
|
org.apache.turbine.modules.pages |
Page 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 |
---|---|
Page |
PageLoader.getAssembler(String name)
Pulls out an instance of the object by name.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPage
When building sites using templates, Screens need only be defined
for templates which require dynamic (database or object) data.
|
class |
JspPage
Extends TemplatePage to add some convenience objects to the request.
|
class |
TemplatePage
When building sites using templates, Screens need only be defined
for templates which require dynamic (database or object) data.
|
class |
VelocityPage
Extends TemplatePage to set the template Context.
|
Modifier and Type | Method and Description |
---|---|
Page |
JavaPageFactory.getAssembler(String name)
Get an Assembler.
|
Modifier and Type | Method and Description |
---|---|
Loader<Page> |
JavaPageFactory.getLoader()
Get the loader for this type of assembler
|
Class<Page> |
JavaPageFactory.getManagedClass()
Get the class of this assembler
|
Modifier and Type | Method and Description |
---|---|
Page |
PythonPageFactory.getAssembler(String name)
Get an Assembler.
|
Modifier and Type | Method and Description |
---|---|
Loader<Page> |
PythonPageFactory.getLoader()
Get the loader for this type of assembler
|
Class<Page> |
PythonPageFactory.getManagedClass()
Get the class of this assembler
|
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.