public class AttributeParser
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getUnquoted(java.lang.String input,
char quote,
boolean isELIgnored,
boolean isDeferredSyntaxAllowedAsLiteral,
boolean strict,
boolean quoteAttributeEL)
Parses the provided input String as a JSP attribute and returns an
unquoted value.
|
public static java.lang.String getUnquoted(java.lang.String input, char quote, boolean isELIgnored, boolean isDeferredSyntaxAllowedAsLiteral, boolean strict, boolean quoteAttributeEL)
input
- The input.quote
- The quote character for the attribute or 0 for
scripting expressions.isELIgnored
- Is expression language being ignored on the page
where the JSP attribute is defined.isDeferredSyntaxAllowedAsLiteral
- Are deferred expressions treated as literals?strict
- Should the rules of JSP.1.6 for escaping of quotes
be strictly applied?quoteAttributeEL
- Should the rules of JSP.1.6 for escaping in
attributes be applied to EL in attribute values?Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.