org.riotfamily.riot.list.command.result
Class GotoUrlResult

java.lang.Object
  extended by org.riotfamily.riot.list.command.result.GotoUrlResult
All Implemented Interfaces:
CommandResult

public class GotoUrlResult
extends Object
implements CommandResult


Field Summary
static String ACTION
           
 
Constructor Summary
GotoUrlResult(CommandContext context, String url)
           
GotoUrlResult(String url)
           
 
Method Summary
 String getAction()
           
 String getTarget()
           
 String getUrl()
           
 boolean isReplace()
           
 void setReplace(boolean replace)
           
 void setTarget(String target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION

public static final String ACTION
See Also:
Constant Field Values
Constructor Detail

GotoUrlResult

public GotoUrlResult(String url)

GotoUrlResult

public GotoUrlResult(CommandContext context,
                     String url)
Method Detail

getAction

public String getAction()
Specified by:
getAction in interface CommandResult

isReplace

public boolean isReplace()

setReplace

public void setReplace(boolean replace)

getTarget

public String getTarget()

setTarget

public void setTarget(String target)

getUrl

public String getUrl()