Lines Matching refs:context

74     private final Context context;  field in Request
132 context = ctx; in Request()
136 attr_listener = context.getRequestAttributeListener(); in Request()
137 context_path = context.getContextPath(); in Request()
337 File tmpDir = (File) context.getAttribute(ServletContext.TEMPDIR); in parseMultiParts()
370 return context.getRealPath(path_info); in getPathTranslated()
427 if (context.getEffectiveSessionTrackingModes().contains( in parseRequestSessionId()
430 final String name = context.getSessionCookieConfig().getName(); in parseRequestSessionId()
523 if (context.isSessionIdValid(session.getId())) { in getSession()
535 session = context.getSession(request_session_id); in getSession()
544 session = context.createSession(); in getSession()
546 if (context.getEffectiveSessionTrackingModes().contains( in getSession()
559 SessionCookieConfig config = context.getSessionCookieConfig(); in setSessionIdCookie()
632 return context.isSessionIdValid(request_session_id); in isRequestedSessionIdValid()
990 return context.getRealPath(path); in getRealPath()
1038 return context.getRequestDispatcher(path); in getRequestDispatcher()
1045 return context.getRequestDispatcher(uri); in getRequestDispatcher()
1095 return context; in getServletContext()
1136 new ServletRequestAttributeEvent(context, this, name, prev)); in removeAttribute()
1162 context, this, name, o)); in setAttribute()
1166 new ServletRequestAttributeEvent(context, this, name, prev)); in setAttribute()
1169 new ServletRequestAttributeEvent(context, this, name, prev)); in setAttribute()
1248 context.changeSessionId(session); in changeSessionId()
1250 if (context.getEffectiveSessionTrackingModes().contains( in changeSessionId()