com.ibm.commerce.command
Interface RedirectViewCommand
- All Superinterfaces:
-
AccCommand,
ECCommand,
ViewCommand
- All Known Implementing Classes:
-
AbstractRedirectViewCommand,
RedirectViewCommandImpl
- public interface RedirectViewCommand
- extends
ViewCommand
RedirectViewCommand is the base interface that defines the signature of all
redirect view commands.
Field Summary |
static java.lang.String |
COPYRIGHT
IBM copyright notice field. |
Methods inherited from interface
com.ibm.commerce.command.
ECCommand |
checkIsAllowed,
checkResourcePermission,
createCommandExecutionEvent,
execute,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
performExecute,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- IBM copyright notice field.
- See Also:
-
Constant Field Values
getDocumentPathName
public java.lang.String getDocumentPathName()
throws ECException
- Gets the path name of the document.
-
- Returns:
- path name of the document
- Throws:
-
ECException
getRedirectUrl
public java.lang.String getRedirectUrl()
throws ECException
- Gets the redirect URL .
-
- Returns:
- redirect URL
- Throws:
-
ECException