com.ibm.commerce.command
Interface HttpViewControllerCommand

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand, HttpViewCommand, Protectable

public interface HttpViewControllerCommand
extends ControllerCommand, HttpViewCommand

The base interface that defines the signature of all Commands that process Http views.


Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
 
Methods inherited from interface com.ibm.commerce.command.AccCommand
accessControlCheck, getAccCheck, getForUserId, setAccCheck, setForUserId, setOwner
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
 
Methods inherited from interface com.ibm.commerce.command.HttpViewCommand
getRequest, getResponse
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT