Package org.broadleafcommerce.common
Interface RequestDTO
- All Known Implementing Classes:
RequestDTOImpl
public interface RequestDTO
Created by bpolster.
-
Method Summary
Modifier and TypeMethodDescriptionBy default, converts the properties onisSecure()
void
setRequestContextAttributes
(Map<String, String> requestContextAttributes)
-
Method Details
-
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
-
getRequestContextAttributes
-
setRequestContextAttributes
-
getProperties
By default, converts the properties on- Returns:
-