Package org.jboss.gravel.navigation

A tag library consisting of tags that control navigation flow.

See:
          Description

Interface Summary
NavigationState  
 

Class Summary
GravelNavigationHandler  
NavigationLibrary  
 

Package org.jboss.gravel.navigation Description

A tag library consisting of tags that control navigation flow. To use this tag library, you must configure your navigation handler as follows in your faces-config.xml:

<application>
...
    <navigation-handler>org.jboss.gravel.navigation.GravelNavigationHandler</navigation-handler>
...
</application>