org.broadleafcommerce.common
Interface RequestDTO
- All Known Implementing Classes:
- RequestDTOImpl
public interface RequestDTO
Created by bpolster.
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
getRequestDTOAttributes
Map<String,String> getRequestDTOAttributes()
setRequestDTOAttributes
void setRequestDTOAttributes(Map<String,String> requestDTOAttributes)
Copyright © 2013. All Rights Reserved.