net.anotheria.maf.action
Class ActionForward

java.lang.Object
  extended by net.anotheria.maf.action.ActionCommand
      extended by net.anotheria.maf.action.ActionForward

public class ActionForward
extends ActionCommand

Return object of an action execution. Defines the processing of action results.

Author:
lrosenberg

Constructor Summary
ActionForward(String aName, String aPath)
           
 
Method Summary
 String getPath()
           
 String toString()
           
 
Methods inherited from class net.anotheria.maf.action.ActionCommand
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionForward

public ActionForward(String aName,
                     String aPath)
Method Detail

toString

public String toString()
Overrides:
toString in class ActionCommand

getPath

public String getPath()


Copyright © 2010-2013 anotheria.net. All Rights Reserved.