org.apache.myfaces.config.element
Interface NavigationCase

All Superinterfaces:
ElementBase
All Known Implementing Classes:
NavigationCase

public interface NavigationCase
extends ElementBase

Entry of the Collection returned by NavigationRule.getNavigationCases().

Version:
$Revision: 530668 $ $Date: 2007-04-20 01:40:54 -0500 (Fri, 20 Apr 2007) $
Author:
Manfred Geiler (latest modification by $Author: mmarinschek $)

Method Summary
 String getFromAction()
           
 String getFromOutcome()
           
 String getToViewId()
           
 boolean isRedirect()
           
 
Methods inherited from interface org.apache.myfaces.config.element.ElementBase
getConfigLocation
 

Method Detail

getFromAction

String getFromAction()

getFromOutcome

String getFromOutcome()

isRedirect

boolean isRedirect()

getToViewId

String getToViewId()


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