public class HttpRedirectViewCommandNoEncryptionImpl extends HttpRedirectViewCommandImpl implements HttpViewCommand
HttpRedirectViewCommand
with no encryption.defaultCommandClassName
Constructor and Description |
---|
HttpRedirectViewCommandNoEncryptionImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
encryptParameters()
This method returns true if
URL parameters are to be encrypted. |
getRequest, getResponse, performExecute
getDocumentPathName, getRedirectUrl, setViewStorePath
fulfills, getForUserId, getOwner, getRequestProperties, getResourceOwners, getResponseProperties, getViewCommandContext, getViewName, mergeProperties, setForUserId, setOwner, setRequestProperties, setViewCommandContext, setViewName
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, setForUserId, setUserId, validateParameters
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRequest, getResponse
getRequestProperties, getResponseProperties, getViewName, mergeProperties, setRequestProperties, setViewName
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
public HttpRedirectViewCommandNoEncryptionImpl()
public boolean encryptParameters()
URL
parameters are to be encrypted.
This method will return false because parameters are not encrypted for this command.encryptParameters
in class HttpRedirectViewCommandImpl
URL
parameters are not to be encrypted.