public class RequestDTOImpl extends Object implements RequestDTO, Serializable
| Constructor and Description |
|---|
RequestDTOImpl() |
RequestDTOImpl(javax.servlet.http.HttpServletRequest request) |
RequestDTOImpl(org.springframework.web.context.request.WebRequest request) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullUrlWithQueryString() |
String |
getFullUrLWithQueryString() |
Map<String,Object> |
getProperties()
By default, converts the properties on
|
Map<String,String> |
getRequestContextAttributes() |
String |
getRequestURI() |
Boolean |
getSecure() |
Boolean |
isSecure() |
void |
setFullUrlWithQueryString(String fullUrlWithQueryString) |
void |
setRequestContextAttributes(Map<String,String> requestContextAttributes) |
void |
setRequestURI(String requestURI) |
void |
setSecure(Boolean secure) |
public RequestDTOImpl()
public RequestDTOImpl(javax.servlet.http.HttpServletRequest request)
public RequestDTOImpl(org.springframework.web.context.request.WebRequest request)
public String getRequestURI()
getRequestURI in interface RequestDTOpublic String getFullUrLWithQueryString()
getFullUrLWithQueryString in interface RequestDTOpublic Boolean isSecure()
isSecure in interface RequestDTOpublic Map<String,String> getRequestContextAttributes()
getRequestContextAttributes in interface RequestDTOpublic void setRequestContextAttributes(Map<String,String> requestContextAttributes)
setRequestContextAttributes in interface RequestDTOpublic String getFullUrlWithQueryString()
public void setFullUrlWithQueryString(String fullUrlWithQueryString)
public Boolean getSecure()
public void setSecure(Boolean secure)
public void setRequestURI(String requestURI)
public Map<String,Object> getProperties()
RequestDTOgetProperties in interface RequestDTOCopyright © 2022. All rights reserved.