org.broadleafcommerce.common
Interface RequestDTO

All Known Implementing Classes:
RequestDTOImpl

public interface RequestDTO

Created by bpolster.


Method Summary
 String getFullUrLWithQueryString()
           
 String getRequestURI()
           
 Boolean isSecure()
           
 

Method Detail

getRequestURI

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

getFullUrLWithQueryString

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

isSecure

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


Copyright © 2012. All Rights Reserved.