Class GroovyHttpServletRequest

java.lang.Object
jakarta.servlet.ServletRequestWrapper
jakarta.servlet.http.HttpServletRequestWrapper
de.uplanet.lucy.server.scripting.groovy.servlet.GroovyHttpServletRequest
All Implemented Interfaces:
jakarta.servlet.http.HttpServletRequest, jakarta.servlet.ServletRequest

public class GroovyHttpServletRequest extends jakarta.servlet.http.HttpServletRequestWrapper
Since:
Intrexx 10.10.
  • Field Summary

    Fields inherited from interface jakarta.servlet.http.HttpServletRequest

    BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
  • Constructor Summary

    Constructors
    Constructor
    Description
    GroovyHttpServletRequest(jakarta.servlet.http.HttpServletRequest p_request)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    authenticate(jakarta.servlet.http.HttpServletResponse p_response)
    This method is not supported.
    This method is not supported.
    jakarta.servlet.AsyncContext
    This method is not supported.
    This method is not supported.
    jakarta.servlet.DispatcherType
    This method is not supported.
    jakarta.servlet.http.HttpSession
    This method is not supported.
    jakarta.servlet.http.HttpSession
    getSession(boolean p_bCreate)
    This method is not supported.
    This method is not supported.
    boolean
    This method is not supported.
    boolean
    This method is not supported.
    boolean
    This method is not supported.
    boolean
    This method is not supported.
    boolean
    This method is not supported.
    boolean
    isUserInRole(String p_strRole)
    This method is not supported.
    boolean
    isWrapperFor(jakarta.servlet.ServletRequest p_wrapped)
    This method is not supported.
    boolean
    isWrapperFor(Class<?> p_wrappedType)
    This method is not supported.
    void
    login(String p_strUserName, String p_strPassword)
    This method is not supported.
    void
    This method is not supported.
    void
    setRequest(jakarta.servlet.ServletRequest p_request)
    This method is not supported.
    jakarta.servlet.AsyncContext
    This method is not supported.
    jakarta.servlet.AsyncContext
    startAsync(jakarta.servlet.ServletRequest p_request, jakarta.servlet.ServletResponse p_response)
    This method is not supported.
    <T extends jakarta.servlet.http.HttpUpgradeHandler>
    T
    upgrade(Class<T> p_handlerClass)
    This method is not supported.

    Methods inherited from class jakarta.servlet.http.HttpServletRequestWrapper

    getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getHttpServletMapping, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getTrailerFields, isTrailerFieldsReady, newPushBuilder

    Methods inherited from class jakarta.servlet.ServletRequestWrapper

    getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getProtocolRequestId, getReader, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getRequestId, getScheme, getServerName, getServerPort, getServletConnection, getServletContext, isSecure, removeAttribute, setAttribute, setCharacterEncoding

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface jakarta.servlet.ServletRequest

    getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getProtocolRequestId, getReader, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getRequestId, getScheme, getServerName, getServerPort, getServletConnection, getServletContext, isSecure, removeAttribute, setAttribute, setCharacterEncoding
  • Constructor Details

    • GroovyHttpServletRequest

      public GroovyHttpServletRequest(jakarta.servlet.http.HttpServletRequest p_request)
  • Method Details

    • getAuthType

      public String getAuthType()
      This method is not supported.
      Specified by:
      getAuthType in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      getAuthType in class jakarta.servlet.http.HttpServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.
    • isUserInRole

      public boolean isUserInRole(String p_strRole)
      This method is not supported.
      Specified by:
      isUserInRole in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      isUserInRole in class jakarta.servlet.http.HttpServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.
    • getUserPrincipal

      public Principal getUserPrincipal()
      This method is not supported.
      Specified by:
      getUserPrincipal in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      getUserPrincipal in class jakarta.servlet.http.HttpServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.
    • getSession

      public jakarta.servlet.http.HttpSession getSession(boolean p_bCreate)
      This method is not supported.
      Specified by:
      getSession in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      getSession in class jakarta.servlet.http.HttpServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.
    • getSession

      public jakarta.servlet.http.HttpSession getSession()
      This method is not supported.
      Specified by:
      getSession in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      getSession in class jakarta.servlet.http.HttpServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.
    • changeSessionId

      public String changeSessionId()
      This method is not supported.
      Specified by:
      changeSessionId in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      changeSessionId in class jakarta.servlet.http.HttpServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.
    • isRequestedSessionIdValid

      public boolean isRequestedSessionIdValid()
      This method is not supported.
      Specified by:
      isRequestedSessionIdValid in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      isRequestedSessionIdValid in class jakarta.servlet.http.HttpServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.
    • isRequestedSessionIdFromCookie

      public boolean isRequestedSessionIdFromCookie()
      This method is not supported.
      Specified by:
      isRequestedSessionIdFromCookie in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      isRequestedSessionIdFromCookie in class jakarta.servlet.http.HttpServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.
    • isRequestedSessionIdFromURL

      public boolean isRequestedSessionIdFromURL()
      This method is not supported.
      Specified by:
      isRequestedSessionIdFromURL in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      isRequestedSessionIdFromURL in class jakarta.servlet.http.HttpServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.
    • authenticate

      public boolean authenticate(jakarta.servlet.http.HttpServletResponse p_response)
      This method is not supported.
      Specified by:
      authenticate in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      authenticate in class jakarta.servlet.http.HttpServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.
    • login

      public void login(String p_strUserName, String p_strPassword)
      This method is not supported.
      Specified by:
      login in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      login in class jakarta.servlet.http.HttpServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.
    • logout

      public void logout()
      This method is not supported.
      Specified by:
      logout in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      logout in class jakarta.servlet.http.HttpServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.
    • upgrade

      public <T extends jakarta.servlet.http.HttpUpgradeHandler> T upgrade(Class<T> p_handlerClass)
      This method is not supported.
      Specified by:
      upgrade in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      upgrade in class jakarta.servlet.http.HttpServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.
    • setRequest

      public void setRequest(jakarta.servlet.ServletRequest p_request)
      This method is not supported.
      Overrides:
      setRequest in class jakarta.servlet.ServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.
    • startAsync

      public jakarta.servlet.AsyncContext startAsync()
      This method is not supported.
      Specified by:
      startAsync in interface jakarta.servlet.ServletRequest
      Overrides:
      startAsync in class jakarta.servlet.ServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.
    • startAsync

      public jakarta.servlet.AsyncContext startAsync(jakarta.servlet.ServletRequest p_request, jakarta.servlet.ServletResponse p_response)
      This method is not supported.
      Specified by:
      startAsync in interface jakarta.servlet.ServletRequest
      Overrides:
      startAsync in class jakarta.servlet.ServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.
    • isAsyncStarted

      public boolean isAsyncStarted()
      This method is not supported.
      Specified by:
      isAsyncStarted in interface jakarta.servlet.ServletRequest
      Overrides:
      isAsyncStarted in class jakarta.servlet.ServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.
    • isAsyncSupported

      public boolean isAsyncSupported()
      This method is not supported.
      Specified by:
      isAsyncSupported in interface jakarta.servlet.ServletRequest
      Overrides:
      isAsyncSupported in class jakarta.servlet.ServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.
    • getAsyncContext

      public jakarta.servlet.AsyncContext getAsyncContext()
      This method is not supported.
      Specified by:
      getAsyncContext in interface jakarta.servlet.ServletRequest
      Overrides:
      getAsyncContext in class jakarta.servlet.ServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.
    • isWrapperFor

      public boolean isWrapperFor(jakarta.servlet.ServletRequest p_wrapped)
      This method is not supported.
      Overrides:
      isWrapperFor in class jakarta.servlet.ServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.
    • isWrapperFor

      public boolean isWrapperFor(Class<?> p_wrappedType)
      This method is not supported.
      Overrides:
      isWrapperFor in class jakarta.servlet.ServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.
    • getDispatcherType

      public jakarta.servlet.DispatcherType getDispatcherType()
      This method is not supported.
      Specified by:
      getDispatcherType in interface jakarta.servlet.ServletRequest
      Overrides:
      getDispatcherType in class jakarta.servlet.ServletRequestWrapper
      Throws:
      UnsupportedOperationException - Always.