Package | Description |
---|---|
org.springframework.web.servlet.tags |
This package contains Spring's JSP standard tag library for JSP 2.0+.
|
Modifier and Type | Method and Description |
---|---|
void |
ParamAware.addParam(Param param)
Callback hook for nested spring:param tags to pass their value
to the parent tag.
|
void |
UrlTag.addParam(Param param) |
Modifier and Type | Method and Description |
---|---|
protected String |
UrlTag.createQueryString(List<Param> params,
Set<String> usedParams,
boolean includeQueryStringDelimiter)
Build the query string from available parameters that have not already
been applied as template params.
|
protected String |
UrlTag.replaceUriTemplateParams(String uri,
List<Param> params,
Set<String> usedParams)
Replace template markers in the URL matching available parameters.
|