com.liferay.faces.bridge.application
Class NavigationCaseWrapper

java.lang.Object
  extended by javax.faces.application.NavigationCase
      extended by com.liferay.faces.bridge.application.NavigationCaseWrapper
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.application.NavigationCase>
Direct Known Subclasses:
BridgeNavigationCaseImpl

public abstract class NavigationCaseWrapper
extends javax.faces.application.NavigationCase
implements javax.faces.FacesWrapper<javax.faces.application.NavigationCase>

Author:
Neil Griffin

Constructor Summary
NavigationCaseWrapper()
           
 
Method Summary
 boolean equals(Object o)
           
 URL getActionURL(javax.faces.context.FacesContext context)
           
 URL getBookmarkableURL(javax.faces.context.FacesContext context)
           
 Boolean getCondition(javax.faces.context.FacesContext context)
           
 String getFromAction()
           
 String getFromOutcome()
           
 String getFromViewId()
           
 Map<String,List<String>> getParameters()
           
 URL getRedirectURL(javax.faces.context.FacesContext context)
           
 URL getResourceURL(javax.faces.context.FacesContext context)
           
 String getToViewId(javax.faces.context.FacesContext context)
           
abstract  javax.faces.application.NavigationCase getWrapped()
           
 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)
Overrides:
equals in class javax.faces.application.NavigationCase

hasCondition

public boolean hasCondition()
Overrides:
hasCondition in class javax.faces.application.NavigationCase

hashCode

public int hashCode()
Overrides:
hashCode in class javax.faces.application.NavigationCase

toString

public String toString()
Overrides:
toString in class javax.faces.application.NavigationCase

getActionURL

public URL getActionURL(javax.faces.context.FacesContext context)
                 throws MalformedURLException
Overrides:
getActionURL in class javax.faces.application.NavigationCase
Throws:
MalformedURLException

getBookmarkableURL

public URL getBookmarkableURL(javax.faces.context.FacesContext context)
                       throws MalformedURLException
Overrides:
getBookmarkableURL in class javax.faces.application.NavigationCase
Throws:
MalformedURLException

getCondition

public Boolean getCondition(javax.faces.context.FacesContext context)
Overrides:
getCondition in class javax.faces.application.NavigationCase

getFromAction

public String getFromAction()
Overrides:
getFromAction in class javax.faces.application.NavigationCase

getFromOutcome

public String getFromOutcome()
Overrides:
getFromOutcome in class javax.faces.application.NavigationCase

getFromViewId

public String getFromViewId()
Overrides:
getFromViewId in class javax.faces.application.NavigationCase

getParameters

public Map<String,List<String>> getParameters()
Overrides:
getParameters in class javax.faces.application.NavigationCase

getRedirectURL

public URL getRedirectURL(javax.faces.context.FacesContext context)
                   throws MalformedURLException
Overrides:
getRedirectURL in class javax.faces.application.NavigationCase
Throws:
MalformedURLException

getResourceURL

public URL getResourceURL(javax.faces.context.FacesContext context)
                   throws MalformedURLException
Overrides:
getResourceURL in class javax.faces.application.NavigationCase
Throws:
MalformedURLException

isIncludeViewParams

public boolean isIncludeViewParams()
Overrides:
isIncludeViewParams in class javax.faces.application.NavigationCase

isRedirect

public boolean isRedirect()
Overrides:
isRedirect in class javax.faces.application.NavigationCase

getToViewId

public String getToViewId(javax.faces.context.FacesContext context)
Overrides:
getToViewId in class javax.faces.application.NavigationCase

getWrapped

public abstract javax.faces.application.NavigationCase getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.faces.application.NavigationCase>


Copyright © 2014 Liferay, Inc.. All Rights Reserved.