com.ibm.commerce.command
Class HttpRedirectViewCommandNoEncryptionImpl

java.lang.Object
  com.ibm.commerce.command.AbstractECCommand
      com.ibm.commerce.command.AbstractViewCommand
          com.ibm.commerce.command.AbstractRedirectViewCommand
              com.ibm.commerce.command.HttpRedirectViewCommandImpl
                  com.ibm.commerce.command.HttpRedirectViewCommandNoEncryptionImpl
All Implemented Interfaces:
AccCommand, ECCommand, HttpViewCommand, Protectable, RedirectViewCommand, ViewCommand

public class HttpRedirectViewCommandNoEncryptionImpl
extends HttpRedirectViewCommandImpl
implements HttpViewCommand

This is the default implementation of a Http Redirect View commands with no encryption.


Field Summary
Fields inherited from class com.ibm.commerce.command.AbstractViewCommand
requestProperties, responseProperties
Fields inherited from class com.ibm.commerce.command.AbstractECCommand
commandContext
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
Constructor Summary
HttpRedirectViewCommandNoEncryptionImpl()
Method Summary
boolean encryptParameters()
Returns true if url parameters are to be encrypted.
Methods inherited from class com.ibm.commerce.command.HttpRedirectViewCommandImpl
getRequest, getResponse, performExecute, redirect
Methods inherited from class com.ibm.commerce.command.AbstractRedirectViewCommand
getDocumentPathName, getRedirectUrl, setViewStorePath
Methods inherited from class com.ibm.commerce.command.AbstractViewCommand
fulfills, getForUserId, getOwner, getRequestProperties, getResourceOwners, getResponseProperties, getViewName, mergeProperties, setForUserId, setOwner, setRequestProperties, setResponseProperties, setViewName
Methods inherited from class com.ibm.commerce.command.AbstractECCommand
accessControlCheck, checkIsAllowed, checkParameters, checkResourcePermission, createCommandExecutionEvent, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.ibm.commerce.command.HttpViewCommand
getRequest, getResponse
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, getResourceOwners, setAccCheck, setForUserId, setOwner
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner

Constructor Detail

HttpRedirectViewCommandNoEncryptionImpl

public HttpRedirectViewCommandNoEncryptionImpl()
Method Detail

encryptParameters

public boolean encryptParameters()
Returns true if url parameters are to be encrypted. This method will return false because parameters are not encrypted for this command.
Overrides:
encryptParameters in class HttpRedirectViewCommandImpl
Returns:
false url parameters are not to be encrypted

Feedback