Interface RequestWrapper

    • Method Detail

      • getCookies

        javax.servlet.http.Cookie[] getCookies()
      • getDateHeader

        long getDateHeader​(String name)
      • getCharacterEncoding

        String getCharacterEncoding()
      • getIntHeader

        int getIntHeader​(String name)
      • getMethod

        String getMethod()
      • getParameterValues

        String[] getParameterValues​(String name)
      • getPathInfo

        String getPathInfo()
      • getProtocol

        String getProtocol()
      • getServerName

        String getServerName()
      • getServerPort

        int getServerPort()
      • getQueryString

        String getQueryString()
      • getRemoteUser

        String getRemoteUser()
      • getRemoteAddr

        String getRemoteAddr()
      • getRemoteHost

        String getRemoteHost()
      • setAttribute

        void setAttribute​(String name,
                          Object o)
      • removeAttribute

        void removeAttribute​(String name)
      • getRequestedSessionId

        String getRequestedSessionId()
      • isSecure

        boolean isSecure()
      • getSession

        de.mhus.lib.core.IProperties getSession​(boolean create)
      • getRemotePort

        int getRemotePort()
      • getServletContext

        javax.servlet.ServletContext getServletContext()
      • getSession

        de.mhus.lib.core.IProperties getSession()
      • getSessionId

        String getSessionId()