public interface RequestDTO
Modifier and Type | Method and Description |
---|---|
String |
getFullUrLWithQueryString() |
Map<String,Object> |
getProperties()
By default, converts the properties on
|
Map<String,String> |
getRequestContextAttributes() |
String |
getRequestURI() |
Boolean |
isSecure() |
void |
setRequestContextAttributes(Map<String,String> requestContextAttributes) |
String getRequestURI()
String getFullUrLWithQueryString()
Boolean isSecure()
void setRequestContextAttributes(Map<String,String> requestContextAttributes)
Copyright © 2022. All rights reserved.