| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestContext | |
|---|---|
| org.springframework.web.servlet.support | Support classes for Spring's web MVC framework. | 
| org.springframework.web.servlet.tags | Spring's JSP standard tag library for JSP 1.2+. | 
| org.springframework.web.servlet.view | Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations. | 
| Uses of RequestContext in org.springframework.web.servlet.support | 
|---|
| Subclasses of RequestContext in org.springframework.web.servlet.support | |
|---|---|
|  class | JspAwareRequestContextJSP-aware (and JSTL-aware) subclass of RequestContext, allowing for population of the context from a javax.servlet.jsp.PageContext. | 
| Methods in org.springframework.web.servlet.support with parameters of type RequestContext | |
|---|---|
| static void | JstlUtils.exposeLocalizationContext(RequestContext requestContext)Exposes JSTL-specific request attributes specifying locale and resource bundle for JSTL's formatting and message tags, using Spring's locale and MessageSource. | 
| Constructors in org.springframework.web.servlet.support with parameters of type RequestContext | |
|---|---|
| BindStatus(RequestContext requestContext,
           String path,
           boolean htmlEscape)Create a new BindStatus instance, representing a field or object status. | |
| Uses of RequestContext in org.springframework.web.servlet.tags | 
|---|
| Methods in org.springframework.web.servlet.tags that return RequestContext | |
|---|---|
| protected  RequestContext | RequestContextAwareTag.getRequestContext()Return the current RequestContext. | 
| Uses of RequestContext in org.springframework.web.servlet.view | 
|---|
| Methods in org.springframework.web.servlet.view that return RequestContext | |
|---|---|
| protected  RequestContext | AbstractView.createRequestContext(HttpServletRequest request,
                     Map model)Create a RequestContext to expose under the specified attribute name. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||