MCPcopy Index your code
hub / github.com/apache/tomcat / getQuoteAttributeEL

Method getQuoteAttributeEL

java/org/apache/jasper/Options.java:279–279  ·  view source on GitHub ↗

Returns whether quoting rules from JSP.1.6 are applied to EL expressions in attributes. @return true if EL expressions used within attributes should have the quoting rules in JSP.1.6 applied to the expression.

()

Source from the content-addressed store, hash-verified

277 * the expression.
278 */
279 boolean getQuoteAttributeEL();
280
281 /**
282 * Returns the variable name used in the generated JSP servlet code to reference the EL expression factory.

Callers 1

parseAttributeValueMethod · 0.65

Implementers 2

JspCjava/org/apache/jasper/JspC.java
EmbeddedServletOptionsjava/org/apache/jasper/EmbeddedServlet

Calls

no outgoing calls

Tested by

no test coverage detected