org.apache.myfaces.config.impl.digester.elements

Class NavigationCase

Implemented Interfaces:
NavigationCase

public class NavigationCase
extends java.lang.Object
implements NavigationCase

Author:
Oliver Rossmueller

Method Summary

String
getFromAction()
String
getFromOutcome()
String
getToViewId()
boolean
isRedirect()
void
setFromAction(String fromAction)
void
setFromOutcome(String fromOutcome)
void
setRedirect()
void
setToViewId(String toViewId)

Method Details

getFromAction

public String getFromAction()
Specified by:
getFromAction in interface NavigationCase

getFromOutcome

public String getFromOutcome()
Specified by:
getFromOutcome in interface NavigationCase

getToViewId

public String getToViewId()
Specified by:
getToViewId in interface NavigationCase

isRedirect

public boolean isRedirect()
Specified by:
isRedirect in interface NavigationCase

setFromAction

public void setFromAction(String fromAction)

setFromOutcome

public void setFromOutcome(String fromOutcome)

setRedirect

public void setRedirect()

setToViewId

public void setToViewId(String toViewId)