javax.portlet.faces.event
Class EventNavigationResult

java.lang.Object
  extended by javax.portlet.faces.event.EventNavigationResult

public class EventNavigationResult
extends Object

Author:
Neil Griffin

Constructor Summary
EventNavigationResult()
           
EventNavigationResult(String fromAction, String outcome)
           
 
Method Summary
 String getFromAction()
           
 String getOutcome()
           
 void setFromAction(String fromAction)
           
 void setOutcome(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(String fromAction,
                             String outcome)
Method Detail

getFromAction

public String getFromAction()

setFromAction

public void setFromAction(String fromAction)

getOutcome

public String getOutcome()

setOutcome

public void setOutcome(String outcome)


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