| Package | Description |
|---|---|
| org.springframework.web.servlet.tags |
This package contains Spring's JSP standard tag library for JSP 2.0+.
|
| org.springframework.web.servlet.tags.form |
Spring's form tag library for JSP views in Spring's Web MVC framework.
|
| Class and Description |
|---|
| ArgumentAware
Allows implementing tag to utilize nested
spring:argument tags. |
| EditorAwareTag
Interface to be implemented by JSP tags that expose a
PropertyEditor for a property that they are currently bound to.
|
| HtmlEscapingAwareTag
Superclass for tags that output content that might get HTML-escaped.
|
| MessageTag
The
<message> tag looks up a message in the scope of this page. |
| Param
Bean used to pass name-value pair parameters from a
ParamTag to a
ParamAware tag. |
| ParamAware
Allows implementing tag to utilize nested
spring:param tags. |
| RequestContextAwareTag
Superclass for all tags that require a
RequestContext. |
| Class and Description |
|---|
| EditorAwareTag
Interface to be implemented by JSP tags that expose a
PropertyEditor for a property that they are currently bound to.
|
| HtmlEscapingAwareTag
Superclass for tags that output content that might get HTML-escaped.
|
| RequestContextAwareTag
Superclass for all tags that require a
RequestContext. |