javax.faces.application
Class NavigationCaseWrapper

java.lang.Object
  extended by javax.faces.application.NavigationCase
      extended by javax.faces.application.NavigationCaseWrapper
All Implemented Interfaces:
FacesWrapper<NavigationCase>

public abstract class NavigationCaseWrapper
extends NavigationCase
implements FacesWrapper<NavigationCase>

Since:
2.2
Author:
Leonardo Uribe

Constructor Summary
NavigationCaseWrapper()
           
 
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 getToFlowDocumentId()
           
 String getToViewId(FacesContext context)
           
abstract  NavigationCase getWrapped()
          A class that implements this interface uses this method to return an instance of the class being wrapped.
 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

NavigationCaseWrapper

public NavigationCaseWrapper()
Method Detail

equals

public boolean equals(Object o)
Description copied from class: NavigationCase

Overrides:
equals in class NavigationCase

hashCode

public int hashCode()
Description copied from class: NavigationCase

Overrides:
hashCode in class NavigationCase

getActionURL

public URL getActionURL(FacesContext context)
                 throws MalformedURLException
Overrides:
getActionURL in class NavigationCase
Throws:
MalformedURLException

getCondition

public Boolean getCondition(FacesContext context)
Overrides:
getCondition in class NavigationCase

getFromAction

public String getFromAction()
Overrides:
getFromAction in class NavigationCase

getFromOutcome

public String getFromOutcome()
Overrides:
getFromOutcome in class NavigationCase

getFromViewId

public String getFromViewId()
Overrides:
getFromViewId in class NavigationCase

getBookmarkableURL

public URL getBookmarkableURL(FacesContext context)
                       throws MalformedURLException
Overrides:
getBookmarkableURL in class NavigationCase
Throws:
MalformedURLException

getResourceURL

public URL getResourceURL(FacesContext context)
                   throws MalformedURLException
Overrides:
getResourceURL in class NavigationCase
Throws:
MalformedURLException

getRedirectURL

public URL getRedirectURL(FacesContext context)
                   throws MalformedURLException
Overrides:
getRedirectURL in class NavigationCase
Throws:
MalformedURLException

getParameters

public Map<String,List<String>> getParameters()
Overrides:
getParameters in class NavigationCase

getToViewId

public String getToViewId(FacesContext context)
Overrides:
getToViewId in class NavigationCase

hasCondition

public boolean hasCondition()
Overrides:
hasCondition in class NavigationCase

isIncludeViewParams

public boolean isIncludeViewParams()
Overrides:
isIncludeViewParams in class NavigationCase

isRedirect

public boolean isRedirect()
Overrides:
isRedirect in class NavigationCase

getToFlowDocumentId

public String getToFlowDocumentId()
Overrides:
getToFlowDocumentId in class NavigationCase
Returns:

toString

public String toString()
Description copied from class: NavigationCase

Overrides:
toString in class NavigationCase

getWrapped

public abstract NavigationCase getWrapped()
Description copied from interface: FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.

Specified by:
getWrapped in interface FacesWrapper<NavigationCase>
Returns:
the instance of the class being wrapped


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