javax.faces.application
Class NavigationCase

java.lang.Object
  extended by javax.faces.application.NavigationCase

public class NavigationCase
extends Object

Since:
2.0
Version:
$Revision: 1298419 $ $Date: 2012-03-08 09:54:46 -0500 (Thu, 08 Mar 2012) $
Author:
Simon Lessard (latest modification by $Author: lu4242 $)

Constructor Summary
NavigationCase(String fromViewId, String fromAction, String fromOutcome, String condition, String toViewId, Map<String,List<String>> parameters, boolean redirect, boolean includeViewParams)
           
 
Method Summary
 boolean equals(Object o)
          
 URL getActionURL(FacesContext context)
           
 URL getBookmarkableURL(FacesContext context)
           
 Boolean getCondition(FacesContext context)
           
 String getFromAction()
           
 String getFromOutcome()
           
 String getFromViewId()
           
 Map<String,List<String>> getParameters()
           
 URL getRedirectURL(FacesContext context)
           
 URL getResourceURL(FacesContext context)
           
 String getToViewId(FacesContext context)
           
 boolean hasCondition()
           
 int hashCode()
          
 boolean isIncludeViewParams()
           
 boolean isRedirect()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NavigationCase

public NavigationCase(String fromViewId,
                      String fromAction,
                      String fromOutcome,
                      String condition,
                      String toViewId,
                      Map<String,List<String>> parameters,
                      boolean redirect,
                      boolean includeViewParams)
Method Detail

equals

public boolean equals(Object o)

Overrides:
equals in class Object

hashCode

public int hashCode()

Overrides:
hashCode in class Object

getActionURL

public URL getActionURL(FacesContext context)
                 throws MalformedURLException
Throws:
MalformedURLException

getCondition

public Boolean getCondition(FacesContext context)

getFromAction

public String getFromAction()

getFromOutcome

public String getFromOutcome()

getFromViewId

public String getFromViewId()

getBookmarkableURL

public URL getBookmarkableURL(FacesContext context)
                       throws MalformedURLException
Throws:
MalformedURLException

getResourceURL

public URL getResourceURL(FacesContext context)
                   throws MalformedURLException
Throws:
MalformedURLException

getRedirectURL

public URL getRedirectURL(FacesContext context)
                   throws MalformedURLException
Throws:
MalformedURLException

getParameters

public Map<String,List<String>> getParameters()

getToViewId

public String getToViewId(FacesContext context)

hasCondition

public boolean hasCondition()

isIncludeViewParams

public boolean isIncludeViewParams()

isRedirect

public boolean isRedirect()

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.