|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Navigation | |
---|---|
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. |
Uses of Navigation in org.apache.turbine.modules |
---|
Methods in org.apache.turbine.modules that return Navigation | |
---|---|
Navigation |
NavigationLoader.getAssembler(String name)
Pulls out an instance of the object by name. |
Uses of Navigation in org.apache.turbine.modules.navigations |
---|
Subclasses of Navigation in org.apache.turbine.modules.navigations | |
---|---|
class |
BaseJspNavigation
Base JSP navigation that should be subclassed by Navigation that want to use JSP. |
class |
TemplateNavigation
Base Template Navigation. |
class |
VelocityNavigation
VelocityNavigation. |
Uses of Navigation in org.apache.turbine.services.assemblerbroker.util.java |
---|
Methods in org.apache.turbine.services.assemblerbroker.util.java that return Navigation | |
---|---|
Navigation |
JavaNavigationFactory.getAssembler(String name)
Get an Assembler. |
Methods in org.apache.turbine.services.assemblerbroker.util.java that return types with arguments of type Navigation | |
---|---|
Loader<Navigation> |
JavaNavigationFactory.getLoader()
Get the loader for this type of assembler |
Uses of Navigation in org.apache.turbine.services.assemblerbroker.util.python |
---|
Methods in org.apache.turbine.services.assemblerbroker.util.python that return Navigation | |
---|---|
Navigation |
PythonNavigationFactory.getAssembler(String name)
Get an Assembler. |
Methods in org.apache.turbine.services.assemblerbroker.util.python that return types with arguments of type Navigation | |
---|---|
Loader<Navigation> |
PythonNavigationFactory.getLoader()
Get the loader for this type of assembler |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |