Uses of Class
org.springframework.web.servlet.support.RequestContext

Packages that use RequestContext
org.springframework.web.servlet.support Support classes for Spring's web MVC framework.  
org.springframework.web.servlet.tags Spring's standard custom tag library.  
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
 

Constructors in org.springframework.web.servlet.support with parameters of type RequestContext
BindStatus(RequestContext requestContext, java.lang.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.
 

Constructors in org.springframework.web.servlet.tags with parameters of type RequestContext
BindStatus(RequestContext requestContext, java.lang.String path, boolean htmlEscape)
          Deprecated.  
 

Uses of RequestContext in org.springframework.web.servlet.view
 

Methods in org.springframework.web.servlet.view that return RequestContext
protected  RequestContext AbstractView.createRequestContext(javax.servlet.http.HttpServletRequest request, java.util.Map model)
          Create a RequestContext to expose under the specified attribute name.
 



Copyright (C) 2003-2004 The Spring Framework Project.