Uses of Package
org.springframework.web.servlet.tags
Packages that use org.springframework.web.servlet.tags
Package
Description
This package contains Spring's JSP standard tag library for JSP 2.0+.
Spring's form tag library for JSP views in Spring's Web MVC framework.
-
Classes in org.springframework.web.servlet.tags used by org.springframework.web.servlet.tagsClassDescriptionAllows implementing tag to utilize nested
spring:argumenttags.Interface to be implemented by JSP tags that expose a PropertyEditor for a property that they are currently bound to.Superclass for tags that output content that might get HTML-escaped.The<message>tag looks up a message in the scope of this page.Bean used to pass name-value pair parameters from aParamTagto aParamAwaretag.Allows implementing tag to utilize nestedspring:paramtags.Superclass for all tags that require aRequestContext. -
Classes in org.springframework.web.servlet.tags used by org.springframework.web.servlet.tags.formClassDescriptionInterface to be implemented by JSP tags that expose a PropertyEditor for a property that they are currently bound to.Superclass for tags that output content that might get HTML-escaped.Superclass for all tags that require a
RequestContext.