|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Navigation | |
org.apache.turbine.modules | |
org.apache.turbine.modules.navigations |
Uses of Navigation in org.apache.turbine.modules |
Methods in org.apache.turbine.modules that return Navigation | |
Navigation |
NavigationLoader.getInstance(java.lang.String name)
Pulls out an instance of the object by name. |
Methods in org.apache.turbine.modules with parameters of type Navigation | |
private void |
NavigationLoader.addInstance(java.lang.String name,
Navigation navigation)
Adds an instance of an object into the hashtable. |
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 |
DefaultBottomNavigation
This is a sample navigation module. |
class |
DefaultTopNavigation
This is a sample navigation module. |
class |
TemplateNavigation
Base Template Navigation. |
class |
VelocityNavigation
VelocityNavigation. |
class |
WebMacroSiteNavigation
WebMacroSiteNavigation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |