org.broadleafcommerce.common
Interface RequestDTO

All Known Implementing Classes:
RequestDTOImpl

public interface RequestDTO

Created by bpolster.


Method Summary
 java.lang.String getFullUrLWithQueryString()
           
 java.lang.String getRequestURI()
           
 java.lang.Boolean isSecure()
           
 

Method Detail

getRequestURI

java.lang.String getRequestURI()
Returns:
returns the request not including the protocol, domain, or query string

getFullUrLWithQueryString

java.lang.String getFullUrLWithQueryString()
Returns:
Returns the URL and parameters.

isSecure

java.lang.Boolean isSecure()
Returns:
true if this request came in through HTTPS


Copyright © 2011. All Rights Reserved.