Package | Description |
---|---|
org.apache.turbine.modules |
Modules (Action, Screen, Layout, Navigation, Page) classes for the Turbine view.
|
org.apache.turbine.modules.navigations |
Navigation 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 |
---|---|
Navigation |
NavigationLoader.getAssembler(String name)
Pulls out an instance of the object by name.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseJspNavigation
Base JSP navigation that should be subclassed by Navigation that want to
use JSP.
|
class |
LegacyVelocityNavigation
Deprecated.
Use VelocityNavigation directly
|
class |
TemplateNavigation
Base Template Navigation.
|
class |
VelocityNavigation
VelocityNavigation.
|
Modifier and Type | Method and Description |
---|---|
Navigation |
JavaNavigationFactory.getAssembler(String name)
Get an Assembler.
|
Modifier and Type | Method and Description |
---|---|
Loader<Navigation> |
JavaNavigationFactory.getLoader()
Get the loader for this type of assembler
|
Class<Navigation> |
JavaNavigationFactory.getManagedClass()
Get the class of this assembler
|
Modifier and Type | Method and Description |
---|---|
Navigation |
PythonNavigationFactory.getAssembler(String name)
Get an Assembler.
|
Modifier and Type | Method and Description |
---|---|
Loader<Navigation> |
PythonNavigationFactory.getLoader()
Get the loader for this type of assembler
|
Class<Navigation> |
PythonNavigationFactory.getManagedClass()
Get the class of this assembler
|
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.