Uses of Interface
org.apache.turbine.modules.Navigation
-
Packages that use Navigation Package Description 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.navigations
Classes in org.apache.turbine.modules.navigations that implement Navigation Modifier and Type Class Description classBaseJspNavigationBase JSP navigation that should be subclassed by Navigation that want to use JSP.classLegacyVelocityNavigationDeprecated.Use VelocityNavigation directlyclassTemplateNavigationBase Template Navigation.classVelocityNavigationVelocityNavigation. -
Uses of Navigation in org.apache.turbine.services.assemblerbroker.util.java
Methods in org.apache.turbine.services.assemblerbroker.util.java that return Navigation Modifier and Type Method Description NavigationJavaNavigationFactory. getAssembler(String name)Get an Assembler.Methods in org.apache.turbine.services.assemblerbroker.util.java that return types with arguments of type Navigation Modifier and Type Method Description Loader<Navigation>JavaNavigationFactory. getLoader()Get the loader for this type of assemblerClass<Navigation>JavaNavigationFactory. getManagedClass()Get the class of this assembler -
Uses of Navigation in org.apache.turbine.services.assemblerbroker.util.python
Methods in org.apache.turbine.services.assemblerbroker.util.python that return Navigation Modifier and Type Method Description NavigationPythonNavigationFactory. getAssembler(String name)Get an Assembler.Methods in org.apache.turbine.services.assemblerbroker.util.python that return types with arguments of type Navigation Modifier and Type Method Description Loader<Navigation>PythonNavigationFactory. getLoader()Get the loader for this type of assemblerClass<Navigation>PythonNavigationFactory. getManagedClass()Get the class of this assembler
-