|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tomcat.core.Request | +--org.enhydra.servlet.tomcat.EnhydraRequest
Field Summary | |
protected javax.servlet.http.HttpServletRequest |
eReq
|
protected SessionManager |
sessionManager
|
Fields inherited from class org.apache.tomcat.core.Request |
attributes, authType, charEncoding, contentLength, contentType, context, contextPath, cookies, didCookies, didParameters, didReadFormData, lookupPath, parameters, pathInfo, queryString, remoteUser, reqA, reqSessionId, requestFacade, requestURI, response, serverSession, servletPath |
Constructor Summary | |
EnhydraRequest()
|
Method Summary | |
java.lang.Object |
getAttribute(java.lang.String name)
|
java.util.Enumeration |
getAttributeNames()
|
org.apache.tomcat.core.ServerSession |
getServerSession(boolean create)
|
javax.servlet.http.HttpSession |
getSession(boolean create)
|
boolean |
isRequestedSessionIdFromCookie()
|
boolean |
isRequestedSessionIdFromURL()
|
void |
obtainSessionId()
Extract the sessionId from a cookie or the url. |
void |
removeAttribute(java.lang.String name)
|
void |
setAttribute(java.lang.String name,
java.lang.Object value)
|
void |
setRequestAdapter(org.apache.tomcat.core.RequestAdapter reqA)
|
void |
setServerSession(org.apache.tomcat.core.ServerSession serverSession)
|
void |
setSessionManager(SessionManager sessionManager)
|
Methods inherited from class org.apache.tomcat.core.Request |
getAuthType, getCharacterEncoding, getCharsetFromContentType, getContentLength, getContentType, getContext, getCookies, getDateHeader, getFacade, getHeader, getHeaderNames, getHeaders, getInputStream, getIntHeader, getLookupPath, getMethod, getParameterNames, getParameterValues, getPathInfo, getProtocol, getQueryString, getReader, getRemoteAddr, getRemoteHost, getRemoteUser, getRequestedSessionId, getRequestURI, getScheme, getServerName, getServerPort, getServletPath, getSession, processCookies, processFormData, processFormData, recycle, setAuthType, setCharacterEncoding, setCharEncoding, setContentLength, setContentType, setContext, setParameters, setPathInfo, setQueryString, setRequestedSessionId, setRequestURI, setResponse, setServerName, setServletPath, unUrlDecode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected javax.servlet.http.HttpServletRequest eReq
protected SessionManager sessionManager
Constructor Detail |
public EnhydraRequest()
Method Detail |
public void setRequestAdapter(org.apache.tomcat.core.RequestAdapter reqA)
setRequestAdapter
in class org.apache.tomcat.core.Request
public java.lang.Object getAttribute(java.lang.String name)
getAttribute
in class org.apache.tomcat.core.Request
public void setAttribute(java.lang.String name, java.lang.Object value)
setAttribute
in class org.apache.tomcat.core.Request
public void removeAttribute(java.lang.String name)
removeAttribute
in class org.apache.tomcat.core.Request
public java.util.Enumeration getAttributeNames()
getAttributeNames
in class org.apache.tomcat.core.Request
public boolean isRequestedSessionIdFromCookie()
isRequestedSessionIdFromCookie
in class org.apache.tomcat.core.Request
public boolean isRequestedSessionIdFromURL()
isRequestedSessionIdFromURL
in class org.apache.tomcat.core.Request
public javax.servlet.http.HttpSession getSession(boolean create)
getSession
in class org.apache.tomcat.core.Request
public org.apache.tomcat.core.ServerSession getServerSession(boolean create)
getServerSession
in class org.apache.tomcat.core.Request
public void setServerSession(org.apache.tomcat.core.ServerSession serverSession)
setServerSession
in class org.apache.tomcat.core.Request
public void setSessionManager(SessionManager sessionManager)
public void obtainSessionId()
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |