org.riotfamily.riot.list.command.export
Class ExportCommand

java.lang.Object
  extended by org.riotfamily.riot.list.command.core.AbstractCommand
      extended by org.riotfamily.riot.list.command.export.ExportCommand
All Implemented Interfaces:
Command, RiotRuntimeAware, BeanNameAware

public class ExportCommand
extends AbstractCommand


Field Summary
static String ACTION_EXPORT
           
 
Fields inherited from class org.riotfamily.riot.list.command.core.AbstractCommand
log
 
Constructor Summary
ExportCommand()
           
 
Method Summary
 CommandResult execute(CommandContext context)
          Executes the command.
 String getAction()
          Returns the command's id.
 Exporter getExporter()
           
 List<String> getProperties()
           
 void setExporter(Exporter exporter)
           
 void setProperties(List<String> properties)
           
 
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
 

Field Detail

ACTION_EXPORT

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

ExportCommand

public ExportCommand()
Method Detail

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.