com.ibm.commerce.command
Interface RedirectViewCommand

All Superinterfaces:
AccCommand, ECCommand, Protectable, ViewCommand
All Known Implementing Classes:
AbstractRedirectViewCommand, RedirectViewCommandImpl

public interface RedirectViewCommand
extends ViewCommand

The base interface that defines the signature of all redirect view commands.


Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
Method Summary
 java.lang.String getDocumentPathName()
          Returns the path name of the document.
 java.lang.String getRedirectUrl()
          Returns the redirect URL .
 
Methods inherited from interface com.ibm.commerce.command.ViewCommand
getRequestProperties, getResponseProperties, getViewName, mergeProperties, setRequestProperties, setViewName
 
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, execute, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Method Detail

getDocumentPathName

public java.lang.String getDocumentPathName()
                                     throws ECException
Returns the path name of the document.

Returns:
java.lang.String
Throws:
ECException -  

getRedirectUrl

public java.lang.String getRedirectUrl()
                                throws ECException
Returns the redirect URL .

Returns:
String - the redirect URL
Throws:
ECException -