Class WebActivityRequest
java.lang.Object
com.aspectran.thymeleaf.context.web.WebActivityRequest
- All Implemented Interfaces:
org.thymeleaf.web.IWebRequest
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsCookie
(String name) boolean
containsHeader
(String name) boolean
containsParameter
(String name) int
String[]
getCookieValues
(String name) int
String[]
getHeaderValues
(String name) int
String[]
getParameterValues
(String name) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.thymeleaf.web.IWebRequest
getCookieValue, getHeaderValue, getParameterValue, getRequestPath, getRequestURL, isSecure
-
Method Details
-
getMethod
- Specified by:
getMethod
in interfaceorg.thymeleaf.web.IWebRequest
-
getScheme
- Specified by:
getScheme
in interfaceorg.thymeleaf.web.IWebRequest
-
getServerName
- Specified by:
getServerName
in interfaceorg.thymeleaf.web.IWebRequest
-
getServerPort
- Specified by:
getServerPort
in interfaceorg.thymeleaf.web.IWebRequest
-
getApplicationPath
- Specified by:
getApplicationPath
in interfaceorg.thymeleaf.web.IWebRequest
-
getPathWithinApplication
- Specified by:
getPathWithinApplication
in interfaceorg.thymeleaf.web.IWebRequest
-
getQueryString
- Specified by:
getQueryString
in interfaceorg.thymeleaf.web.IWebRequest
-
containsHeader
- Specified by:
containsHeader
in interfaceorg.thymeleaf.web.IWebRequest
-
getHeaderCount
public int getHeaderCount()- Specified by:
getHeaderCount
in interfaceorg.thymeleaf.web.IWebRequest
-
getAllHeaderNames
- Specified by:
getAllHeaderNames
in interfaceorg.thymeleaf.web.IWebRequest
-
getHeaderMap
- Specified by:
getHeaderMap
in interfaceorg.thymeleaf.web.IWebRequest
-
getHeaderValues
- Specified by:
getHeaderValues
in interfaceorg.thymeleaf.web.IWebRequest
-
containsParameter
- Specified by:
containsParameter
in interfaceorg.thymeleaf.web.IWebRequest
-
getParameterCount
public int getParameterCount()- Specified by:
getParameterCount
in interfaceorg.thymeleaf.web.IWebRequest
-
getAllParameterNames
- Specified by:
getAllParameterNames
in interfaceorg.thymeleaf.web.IWebRequest
-
getParameterMap
- Specified by:
getParameterMap
in interfaceorg.thymeleaf.web.IWebRequest
-
getParameterValues
- Specified by:
getParameterValues
in interfaceorg.thymeleaf.web.IWebRequest
-
containsCookie
- Specified by:
containsCookie
in interfaceorg.thymeleaf.web.IWebRequest
-
getCookieCount
public int getCookieCount()- Specified by:
getCookieCount
in interfaceorg.thymeleaf.web.IWebRequest
-
getAllCookieNames
- Specified by:
getAllCookieNames
in interfaceorg.thymeleaf.web.IWebRequest
-
getCookieMap
- Specified by:
getCookieMap
in interfaceorg.thymeleaf.web.IWebRequest
-
getCookieValues
- Specified by:
getCookieValues
in interfaceorg.thymeleaf.web.IWebRequest
-