net.anotheria.maf.action
Class ActionCommand

java.lang.Object
  extended by net.anotheria.maf.action.ActionCommand
Direct Known Subclasses:
ActionForward, CommandForward, CommandRedirect

public class ActionCommand
extends Object

A command that is returned by the action and signalizes to the maf filter what to do next.

Author:
lrosenberg

Constructor Summary
ActionCommand(String aName)
           
 
Method Summary
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionCommand

public ActionCommand(String aName)
Method Detail

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object


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