org.codehaus.wadi.web
Interface HttpInvocationContext

All Superinterfaces:
javax.servlet.http.HttpServletRequest, InvocationContext, javax.servlet.ServletRequest
All Known Implementing Classes:
BasicHttpInvocationContext

public interface HttpInvocationContext
extends javax.servlet.http.HttpServletRequest, InvocationContext

Version:
$Revision: 2287 $
Author:
Jules Gosnell

Field Summary
 
Fields inherited from interface javax.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
Method Summary
 WebInvocation getWebInvocation()
           
 
Methods inherited from interface javax.servlet.http.HttpServletRequest
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole
 
Methods inherited from interface javax.servlet.ServletRequest
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding
 
Methods inherited from interface org.codehaus.wadi.core.contextualiser.InvocationContext
getInvocation
 

Method Detail

getWebInvocation

WebInvocation getWebInvocation()


Copyright © 2011. All Rights Reserved.