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
|
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
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
-