org.broadleafcommerce.common
Class RequestDTOImpl

java.lang.Object
  extended by org.broadleafcommerce.common.RequestDTOImpl
All Implemented Interfaces:
java.io.Serializable, RequestDTO

public class RequestDTOImpl
extends java.lang.Object
implements RequestDTO, java.io.Serializable

Created by bpolster.

See Also:
Serialized Form

Constructor Summary
RequestDTOImpl()
           
RequestDTOImpl(javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 java.lang.String getFullUrLWithQueryString()
           
 java.lang.String getRequestURI()
           
 java.lang.Boolean isSecure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestDTOImpl

public RequestDTOImpl()

RequestDTOImpl

public RequestDTOImpl(javax.servlet.http.HttpServletRequest request)
Method Detail

getRequestURI

public java.lang.String getRequestURI()
Specified by:
getRequestURI in interface RequestDTO
Returns:
returns the request not including the protocol, domain, or query string

getFullUrLWithQueryString

public java.lang.String getFullUrLWithQueryString()
Specified by:
getFullUrLWithQueryString in interface RequestDTO
Returns:
Returns the URL and parameters.

isSecure

public java.lang.Boolean isSecure()
Specified by:
isSecure in interface RequestDTO
Returns:
true if this request came in through HTTPS


Copyright © 2011. All Rights Reserved.