javax.faces.application
Class NavigationCase

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

public class NavigationCase
extends java.lang.Object

Since:
2.0
Version:
$Revision: 696523 $ $Date: 2009-03-14 13:57:20 -0400 (mer., 17 sept. 2008) $
Author:
Simon Lessard (latest modification by $Author: slessard $)

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

Constructor Detail

NavigationCase

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

equals

public boolean equals(java.lang.Object o)

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

getActionURL

public java.net.URL getActionURL(FacesContext context)
                          throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

getCondition

public java.lang.Boolean getCondition(FacesContext context)

getFromAction

public java.lang.String getFromAction()

getFromOutcome

public java.lang.String getFromOutcome()

getFromViewId

public java.lang.String getFromViewId()

getBookmarkableURL

public java.net.URL getBookmarkableURL(FacesContext context)
                                throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

getResourceURL

public java.net.URL getResourceURL(FacesContext context)
                            throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

getRedirectURL

public java.net.URL getRedirectURL(FacesContext context)
                            throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

getParameters

public java.util.Map<java.lang.String,java.util.List<java.lang.String>> getParameters()

getToViewId

public java.lang.String getToViewId(FacesContext context)

hasCondition

public boolean hasCondition()

isIncludeViewParams

public boolean isIncludeViewParams()

isRedirect

public boolean isRedirect()

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object


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