Class WebActivityRequest

java.lang.Object
com.aspectran.thymeleaf.context.web.WebActivityRequest
All Implemented Interfaces:
org.thymeleaf.web.IWebRequest

public class WebActivityRequest extends Object implements org.thymeleaf.web.IWebRequest
  • Method Details

    • getMethod

      public String getMethod()
      Specified by:
      getMethod in interface org.thymeleaf.web.IWebRequest
    • getScheme

      public String getScheme()
      Specified by:
      getScheme in interface org.thymeleaf.web.IWebRequest
    • getServerName

      public String getServerName()
      Specified by:
      getServerName in interface org.thymeleaf.web.IWebRequest
    • getServerPort

      public Integer getServerPort()
      Specified by:
      getServerPort in interface org.thymeleaf.web.IWebRequest
    • getApplicationPath

      public String getApplicationPath()
      Specified by:
      getApplicationPath in interface org.thymeleaf.web.IWebRequest
    • getPathWithinApplication

      public String getPathWithinApplication()
      Specified by:
      getPathWithinApplication in interface org.thymeleaf.web.IWebRequest
    • getQueryString

      public String getQueryString()
      Specified by:
      getQueryString in interface org.thymeleaf.web.IWebRequest
    • containsHeader

      public boolean containsHeader(String name)
      Specified by:
      containsHeader in interface org.thymeleaf.web.IWebRequest
    • getHeaderCount

      public int getHeaderCount()
      Specified by:
      getHeaderCount in interface org.thymeleaf.web.IWebRequest
    • getAllHeaderNames

      public Set<String> getAllHeaderNames()
      Specified by:
      getAllHeaderNames in interface org.thymeleaf.web.IWebRequest
    • getHeaderMap

      public Map<String,String[]> getHeaderMap()
      Specified by:
      getHeaderMap in interface org.thymeleaf.web.IWebRequest
    • getHeaderValues

      public String[] getHeaderValues(String name)
      Specified by:
      getHeaderValues in interface org.thymeleaf.web.IWebRequest
    • containsParameter

      public boolean containsParameter(String name)
      Specified by:
      containsParameter in interface org.thymeleaf.web.IWebRequest
    • getParameterCount

      public int getParameterCount()
      Specified by:
      getParameterCount in interface org.thymeleaf.web.IWebRequest
    • getAllParameterNames

      public Set<String> getAllParameterNames()
      Specified by:
      getAllParameterNames in interface org.thymeleaf.web.IWebRequest
    • getParameterMap

      public Map<String,String[]> getParameterMap()
      Specified by:
      getParameterMap in interface org.thymeleaf.web.IWebRequest
    • getParameterValues

      public String[] getParameterValues(String name)
      Specified by:
      getParameterValues in interface org.thymeleaf.web.IWebRequest
    • containsCookie

      public boolean containsCookie(String name)
      Specified by:
      containsCookie in interface org.thymeleaf.web.IWebRequest
    • getCookieCount

      public int getCookieCount()
      Specified by:
      getCookieCount in interface org.thymeleaf.web.IWebRequest
    • getAllCookieNames

      public Set<String> getAllCookieNames()
      Specified by:
      getAllCookieNames in interface org.thymeleaf.web.IWebRequest
    • getCookieMap

      public Map<String,String[]> getCookieMap()
      Specified by:
      getCookieMap in interface org.thymeleaf.web.IWebRequest
    • getCookieValues

      public String[] getCookieValues(String name)
      Specified by:
      getCookieValues in interface org.thymeleaf.web.IWebRequest