com.ibm.commerce.command
Interface ForwardViewCommand
- All Superinterfaces:
- AccCommand, ECCommand, Protectable, ViewCommand
- All Known Implementing Classes:
- AbstractForwardViewCommand
- public interface ForwardViewCommand
- extends ViewCommand
ForwardViewCommand provides the base interface for any forward view command.
Field Summary |
static java.lang.String |
COPYRIGHT
IBM copyright notice field. |
Method Summary |
java.lang.String |
getDocumentPathName()
Returns the path name of the document to be forwarded. |
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
- Returns the path name of the document to be forwarded.
-
- Returns:
- the path name of the document to be forwarded
- Throws:
- ECException
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.