org.broadleafcommerce.common
Class RequestDTOImpl

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

public class RequestDTOImpl
extends Object
implements RequestDTO, Serializable

Created by bpolster.

See Also:
Serialized Form

Constructor Summary
RequestDTOImpl()
           
RequestDTOImpl(javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 String getFullUrLWithQueryString()
           
 String getRequestURI()
           
 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 String getRequestURI()
Specified by:
getRequestURI in interface RequestDTO
Returns:
returns the request not including the protocol, domain, or query string

getFullUrLWithQueryString

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

isSecure

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


Copyright © 2013. All Rights Reserved.