Class NavigationHandlerImpl.NavigationContext

java.lang.Object
org.apache.myfaces.application.NavigationHandlerImpl.NavigationContext
Enclosing class:
NavigationHandlerImpl

protected static class NavigationHandlerImpl.NavigationContext extends Object
A navigation command is an operation to do by the navigation handler like do a redirect, execute a normal navigation or enter or exit a flow. To resolve a navigation command, it is necessary to get an snapshot of the current "navigation context" and try to resolve the command.
  • Constructor Details

    • NavigationContext

      public NavigationContext()
    • NavigationContext

      public NavigationContext(NavigationCase navigationCase)
  • Method Details