Class DispatchedHttpServletRequest.Event
- java.lang.Object
-
- javax.servlet.ServletRequestWrapper
-
- javax.servlet.http.HttpServletRequestWrapper
-
- org.gatein.pc.portlet.impl.jsr168.DispatchedHttpServletRequest
-
- org.gatein.pc.portlet.impl.jsr168.DispatchedHttpServletRequest.Mime
-
- org.gatein.pc.portlet.impl.jsr168.DispatchedHttpServletRequest.Event
-
- All Implemented Interfaces:
javax.servlet.http.HttpServletRequest,javax.servlet.ServletRequest
- Enclosing class:
- DispatchedHttpServletRequest
public static final class DispatchedHttpServletRequest.Event extends DispatchedHttpServletRequest.Mime
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.gatein.pc.portlet.impl.jsr168.DispatchedHttpServletRequest
DispatchedHttpServletRequest.Action, DispatchedHttpServletRequest.ClientData, DispatchedHttpServletRequest.Event, DispatchedHttpServletRequest.Mime, DispatchedHttpServletRequest.Render, DispatchedHttpServletRequest.Resource
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMethod()-
Methods inherited from class org.gatein.pc.portlet.impl.jsr168.DispatchedHttpServletRequest.Mime
getCharacterEncoding, getContentLength, getContentType, getInputStream, getReader, setCharacterEncoding
-
Methods inherited from class org.gatein.pc.portlet.impl.jsr168.DispatchedHttpServletRequest
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getPathInfo, getPathTranslated, getProtocol, getQueryString, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequest, getRequestDispatcher, getRequestedSessionId, getRequestURI, getRequestURL, getScheme, getServerName, getServerPort, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, removeAttribute, setAttribute, setRequest
-
Methods inherited from class javax.servlet.http.HttpServletRequestWrapper
authenticate, changeSessionId, getPart, getParts, login, logout, upgrade
-
Methods inherited from class javax.servlet.ServletRequestWrapper
getAsyncContext, getContentLengthLong, getDispatcherType, getServletContext, isAsyncStarted, isAsyncSupported, isWrapperFor, isWrapperFor, startAsync, startAsync
-
-
-
-
Constructor Detail
-
Event
public Event(Dispatch dispatch, javax.portlet.EventRequest ereq, javax.servlet.http.HttpServletRequestWrapper dreq, javax.servlet.ServletContext servletContext)
-
-
Method Detail
-
getMethod
public String getMethod()
- Specified by:
getMethodin interfacejavax.servlet.http.HttpServletRequest- Specified by:
getMethodin classDispatchedHttpServletRequest
-
-