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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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
This method is not supported.void
logout()
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>
TThis 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
This method is not supported.- Specified by:
getAuthType
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
getAuthType
in classjakarta.servlet.http.HttpServletRequestWrapper
- Throws:
UnsupportedOperationException
- Always.
-
isUserInRole
This method is not supported.- Specified by:
isUserInRole
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
isUserInRole
in classjakarta.servlet.http.HttpServletRequestWrapper
- Throws:
UnsupportedOperationException
- Always.
-
getUserPrincipal
This method is not supported.- Specified by:
getUserPrincipal
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
getUserPrincipal
in classjakarta.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 interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
getSession
in classjakarta.servlet.http.HttpServletRequestWrapper
- Throws:
UnsupportedOperationException
- Always.
-
getSession
public jakarta.servlet.http.HttpSession getSession()This method is not supported.- Specified by:
getSession
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
getSession
in classjakarta.servlet.http.HttpServletRequestWrapper
- Throws:
UnsupportedOperationException
- Always.
-
changeSessionId
This method is not supported.- Specified by:
changeSessionId
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
changeSessionId
in classjakarta.servlet.http.HttpServletRequestWrapper
- Throws:
UnsupportedOperationException
- Always.
-
isRequestedSessionIdValid
public boolean isRequestedSessionIdValid()This method is not supported.- Specified by:
isRequestedSessionIdValid
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
isRequestedSessionIdValid
in classjakarta.servlet.http.HttpServletRequestWrapper
- Throws:
UnsupportedOperationException
- Always.
-
isRequestedSessionIdFromCookie
public boolean isRequestedSessionIdFromCookie()This method is not supported.- Specified by:
isRequestedSessionIdFromCookie
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
isRequestedSessionIdFromCookie
in classjakarta.servlet.http.HttpServletRequestWrapper
- Throws:
UnsupportedOperationException
- Always.
-
isRequestedSessionIdFromURL
public boolean isRequestedSessionIdFromURL()This method is not supported.- Specified by:
isRequestedSessionIdFromURL
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
isRequestedSessionIdFromURL
in classjakarta.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 interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
authenticate
in classjakarta.servlet.http.HttpServletRequestWrapper
- Throws:
UnsupportedOperationException
- Always.
-
login
This method is not supported.- Specified by:
login
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
login
in classjakarta.servlet.http.HttpServletRequestWrapper
- Throws:
UnsupportedOperationException
- Always.
-
logout
public void logout()This method is not supported.- Specified by:
logout
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
logout
in classjakarta.servlet.http.HttpServletRequestWrapper
- Throws:
UnsupportedOperationException
- Always.
-
upgrade
This method is not supported.- Specified by:
upgrade
in interfacejakarta.servlet.http.HttpServletRequest
- Overrides:
upgrade
in classjakarta.servlet.http.HttpServletRequestWrapper
- Throws:
UnsupportedOperationException
- Always.
-
setRequest
public void setRequest(jakarta.servlet.ServletRequest p_request) This method is not supported.- Overrides:
setRequest
in classjakarta.servlet.ServletRequestWrapper
- Throws:
UnsupportedOperationException
- Always.
-
startAsync
public jakarta.servlet.AsyncContext startAsync()This method is not supported.- Specified by:
startAsync
in interfacejakarta.servlet.ServletRequest
- Overrides:
startAsync
in classjakarta.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 interfacejakarta.servlet.ServletRequest
- Overrides:
startAsync
in classjakarta.servlet.ServletRequestWrapper
- Throws:
UnsupportedOperationException
- Always.
-
isAsyncStarted
public boolean isAsyncStarted()This method is not supported.- Specified by:
isAsyncStarted
in interfacejakarta.servlet.ServletRequest
- Overrides:
isAsyncStarted
in classjakarta.servlet.ServletRequestWrapper
- Throws:
UnsupportedOperationException
- Always.
-
isAsyncSupported
public boolean isAsyncSupported()This method is not supported.- Specified by:
isAsyncSupported
in interfacejakarta.servlet.ServletRequest
- Overrides:
isAsyncSupported
in classjakarta.servlet.ServletRequestWrapper
- Throws:
UnsupportedOperationException
- Always.
-
getAsyncContext
public jakarta.servlet.AsyncContext getAsyncContext()This method is not supported.- Specified by:
getAsyncContext
in interfacejakarta.servlet.ServletRequest
- Overrides:
getAsyncContext
in classjakarta.servlet.ServletRequestWrapper
- Throws:
UnsupportedOperationException
- Always.
-
isWrapperFor
public boolean isWrapperFor(jakarta.servlet.ServletRequest p_wrapped) This method is not supported.- Overrides:
isWrapperFor
in classjakarta.servlet.ServletRequestWrapper
- Throws:
UnsupportedOperationException
- Always.
-
isWrapperFor
This method is not supported.- Overrides:
isWrapperFor
in classjakarta.servlet.ServletRequestWrapper
- Throws:
UnsupportedOperationException
- Always.
-
getDispatcherType
public jakarta.servlet.DispatcherType getDispatcherType()This method is not supported.- Specified by:
getDispatcherType
in interfacejakarta.servlet.ServletRequest
- Overrides:
getDispatcherType
in classjakarta.servlet.ServletRequestWrapper
- Throws:
UnsupportedOperationException
- Always.
-