org.riotfamily.riot.list.command.result
Class GotoUrlResult
java.lang.Object
org.riotfamily.riot.list.command.result.GotoUrlResult
- All Implemented Interfaces:
- CommandResult
public class GotoUrlResult
- extends Object
- implements CommandResult
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTION
public static final String ACTION
- See Also:
- Constant Field Values
GotoUrlResult
public GotoUrlResult(String url)
GotoUrlResult
public GotoUrlResult(CommandContext context,
String url)
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()