Class NavigationCase
- java.lang.Object
- 
- org.apache.myfaces.config.element.NavigationCase
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- NavigationCaseImpl
 
 public abstract class NavigationCase extends Object implements Serializable Entry of the Collection returned byNavigationRule.getNavigationCases().- Version:
- $Revision$ $Date$
- Author:
- Manfred Geiler (latest modification by $Author$)
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description NavigationCase()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract StringgetFromAction()abstract StringgetFromOutcome()abstract StringgetIf()abstract RedirectgetRedirect()abstract StringgetToViewId()
 
-