spring
Tag eval


Evaluates a Spring expression (SpEL) and either prints the result or assigns it to a variable.


Tag Information
Tag Classorg.springframework.web.servlet.tags.EvalTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
expressiontruetruejava.lang.StringThe expression to evaluate.
htmlEscapefalsetruejava.lang.StringSet HTML escaping for this tag, as a boolean value. Overrides the default HTML escaping setting for the current page.
javaScriptEscapefalsetruejava.lang.StringSet JavaScript escaping for this tag, as a boolean value. Default is 'false'.
scopefalsetruejava.lang.StringThe scope for the var. 'application', 'session', 'request' and 'page' scopes are supported. Defaults to page scope. This attribute has no effect unless the var attribute is also defined.
varfalsetruejava.lang.StringThe name of the variable to export the evaluation result to.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.