org.apache.sling.scripting.jsp.jasper.compiler
Class JspConfig.JspProperty
java.lang.Object
org.apache.sling.scripting.jsp.jasper.compiler.JspConfig.JspProperty
- Enclosing class:
- JspConfig
public static class JspConfig.JspProperty
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspConfig.JspProperty
public JspConfig.JspProperty(String isXml,
String elIgnored,
String scriptingInvalid,
String pageEncoding,
Vector includePrelude,
Vector includeCoda,
String deferedSyntaxAllowedAsLiteral,
String trimDirectiveWhitespaces)
isXml
public String isXml()
isELIgnored
public String isELIgnored()
isScriptingInvalid
public String isScriptingInvalid()
getPageEncoding
public String getPageEncoding()
getIncludePrelude
public Vector getIncludePrelude()
getIncludeCoda
public Vector getIncludeCoda()
isDeferedSyntaxAllowedAsLiteral
public String isDeferedSyntaxAllowedAsLiteral()
isTrimDirectiveWhitespaces
public String isTrimDirectiveWhitespaces()
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.