org.jboss.cdi.tck.tests.decorators.builtin.http.request
Class HttpServletRequestDecorator1

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.builtin.http.request.HttpServletRequestDecorator1
All Implemented Interfaces:
Serializable, javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest

@Decorator
public abstract class HttpServletRequestDecorator1
extends Object
implements javax.servlet.http.HttpServletRequest, Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
Constructor Summary
HttpServletRequestDecorator1()
           
 
Method Summary
 javax.servlet.http.Cookie[] getCookies()
           
 javax.servlet.http.HttpSession getSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.http.HttpServletRequest
authenticate, getAuthType, getContextPath, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole, login, logout
 
Methods inherited from interface javax.servlet.ServletRequest
getAsyncContext, getAttribute, getAttributeNames, getContentLength, getContentType, getDispatcherType, getCharacterEncoding, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getServerName, getServerPort, getServletContext, getScheme, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsync
 

Constructor Detail

HttpServletRequestDecorator1

public HttpServletRequestDecorator1()
Method Detail

getCookies

public javax.servlet.http.Cookie[] getCookies()
Specified by:
getCookies in interface javax.servlet.http.HttpServletRequest

getSession

public javax.servlet.http.HttpSession getSession()
Specified by:
getSession in interface javax.servlet.http.HttpServletRequest


Copyright © 2008-2013 Seam Framework. All Rights Reserved.