Package | Description |
---|---|
org.springframework.web.servlet.support |
Support classes for Spring's web MVC framework.
|
org.springframework.web.servlet.tags |
This package contains Spring's JSP standard tag library for JSP 2.0+.
|
org.springframework.web.servlet.view |
Provides standard View and ViewResolver implementations,
including abstract base classes for custom implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
JspAwareRequestContext
JSP-aware (and JSTL-aware) subclass of RequestContext, allowing for
population of the context from a
javax.servlet.jsp.PageContext . |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
BindStatus(RequestContext requestContext,
String path,
boolean htmlEscape)
Create a new BindStatus instance, representing a field or object status.
|
Modifier and Type | Method and Description |
---|---|
protected RequestContext |
RequestContextAwareTag.getRequestContext()
Return the current RequestContext.
|
Modifier and Type | Method and Description |
---|---|
protected RequestContext |
AbstractView.createRequestContext(HttpServletRequest request,
HttpServletResponse response,
Map<String,Object> model)
Create a RequestContext to expose under the specified attribute name.
|