org.portletfaces.bridge.event
Class EventNavigationResult

java.lang.Object
  extended by org.portletfaces.bridge.event.EventNavigationResult

public class EventNavigationResult
extends java.lang.Object

Author:
Neil Griffin

Constructor Summary
EventNavigationResult()
           
EventNavigationResult(java.lang.String fromAction, java.lang.String outcome)
           
 
Method Summary
 java.lang.String getFromAction()
           
 java.lang.String getOutcome()
           
 void setFromAction(java.lang.String fromAction)
           
 void setOutcome(java.lang.String outcome)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventNavigationResult

public EventNavigationResult()

EventNavigationResult

public EventNavigationResult(java.lang.String fromAction,
                             java.lang.String outcome)
Method Detail

getFromAction

public java.lang.String getFromAction()

setFromAction

public void setFromAction(java.lang.String fromAction)

getOutcome

public java.lang.String getOutcome()

setOutcome

public void setOutcome(java.lang.String outcome)


Copyright © 2011 portletfaces.org. All Rights Reserved.