java.lang.Object | ||||
↳ | TagSupport | |||
↳ | org.springframework.web.servlet.tags.RequestContextAwareTag | |||
↳ | org.springframework.web.servlet.tags.HtmlEscapingAwareTag | |||
↳ | org.springframework.web.servlet.tags.EvalTag |
JSP tag for evaluating expressions with the Spring Expression Language (SpEL). Supports the standard JSP evaluation context consisting of implicit variables and scoped attributes.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called by doStartTag to perform the actual work.
| |||||||||||
Set the expression to evaluate.
| |||||||||||
Set JavaScript escaping for this tag, as boolean value.
| |||||||||||
Set the scope to export the evaluation result to.
| |||||||||||
Set the variable name to expose the evaluation result under.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
JspException |
---|
Called by doStartTag to perform the actual work.
JspException |
---|
Set JavaScript escaping for this tag, as boolean value. Default is "false".
JspException |
---|
Set the scope to export the evaluation result to. This attribute has no meaning unless var is also defined.
Set the variable name to expose the evaluation result under. Defaults to rendering the result to the current JspWriter.