net.anotheria.maf.action
Class CommandForward

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

public class CommandForward
extends ActionCommand

This commands sends forces the filter to execute a forward to the given path.

Author:
lrosenberg

Constructor Summary
CommandForward(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

CommandForward

public CommandForward(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.