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()
           
 Map<String,String> getRequestDTOAttributes()
           
 String getRequestURI()
           
 Boolean isSecure()
           
 void setRequestDTOAttributes(Map<String,String> requestDTOAttributes)
           
 
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

getRequestDTOAttributes

public Map<String,String> getRequestDTOAttributes()
Specified by:
getRequestDTOAttributes in interface RequestDTO

setRequestDTOAttributes

public void setRequestDTOAttributes(Map<String,String> requestDTOAttributes)
Specified by:
setRequestDTOAttributes in interface RequestDTO


Copyright © 2013. All Rights Reserved.