Uses of Class
org.jboss.seam.faces.Navigator

Packages that use Navigator
org.jboss.seam.exception Implementation of Seam exception handling for JSF. 
org.jboss.seam.navigation Implementation of pages.xml based navigation 
 

Uses of Navigator in org.jboss.seam.exception
 

Subclasses of Navigator in org.jboss.seam.exception
 class AnnotationErrorHandler
          Implements @HttpError
 class AnnotationRedirectHandler
          Implements @Redirect
 class ConfigErrorHandler
          Implements <http-error/> for pages.xml
 class ConfigRedirectHandler
          Implements <redirect/> for pages.xml
 class DebugPageHandler
          Implements automagic redirection to the Seam debug page.
 class ErrorHandler
          Base implementation of HTTP error exception handlers.
 class ExceptionHandler
          An element of the chain that knows how to handle a specific exception type.
 class RedirectHandler
          Base implementation of redirection exception handlers.
 

Uses of Navigator in org.jboss.seam.navigation
 

Subclasses of Navigator in org.jboss.seam.navigation
 class NavigationHandler
          The result of a navigation rule.
 class RedirectNavigationHandler
          Metadata for a <redirect/> in pages.xml
 class RenderNavigationHandler
          Metadata for a <render/> in pages.xml