org.riotfamily.riot.list.command.export
Class ExportCommand
java.lang.Object
org.riotfamily.riot.list.command.core.AbstractCommand
org.riotfamily.riot.list.command.export.ExportCommand
- All Implemented Interfaces:
- Command, RiotRuntimeAware, BeanNameAware
public class ExportCommand
- extends AbstractCommand
Methods inherited from class org.riotfamily.riot.list.command.core.AbstractCommand |
getConfirmationMessage, getDefaultMessageArgs, getId, getItemStyleClass, getLabel, getRuntime, getStyleClass, isEnabled, isShowOnForm, setBeanName, setId, setRiotRuntime, setShowOnForm, setStyleClass |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTION_EXPORT
public static final String ACTION_EXPORT
- See Also:
- Constant Field Values
ExportCommand
public ExportCommand()
getAction
public String getAction()
- Description copied from class:
AbstractCommand
- Returns the command's id.
- Specified by:
getAction
in interface Command
- Overrides:
getAction
in class AbstractCommand
getExporter
public Exporter getExporter()
setExporter
public void setExporter(Exporter exporter)
setProperties
public void setProperties(List<String> properties)
getProperties
public List<String> getProperties()
execute
public CommandResult execute(CommandContext context)
- Description copied from interface:
Command
- Executes the command.