org.apache.catalina.deploy
Class JspPropertyGroup
java.lang.Object
org.apache.catalina.deploy.JspPropertyGroup
public class JspPropertyGroup
- extends Object
Representation of a jsp-property-group element in web.xml.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspPropertyGroup
public JspPropertyGroup()
setDeferredSyntax
public void setDeferredSyntax(String deferredSyntax)
getDeferredSyntax
public Boolean getDeferredSyntax()
setElIgnored
public void setElIgnored(String elIgnored)
getElIgnored
public Boolean getElIgnored()
addIncludeCoda
public void addIncludeCoda(String includeCoda)
getIncludeCodas
public Set<String> getIncludeCodas()
addIncludePrelude
public void addIncludePrelude(String includePrelude)
getIncludePreludes
public Set<String> getIncludePreludes()
setIsXml
public void setIsXml(String isXml)
getIsXml
public Boolean getIsXml()
setPageEncoding
public void setPageEncoding(String pageEncoding)
getPageEncoding
public String getPageEncoding()
setScriptingInvalid
public void setScriptingInvalid(String scriptingInvalid)
getScriptingInvalid
public Boolean getScriptingInvalid()
setTrimWhitespace
public void setTrimWhitespace(String trimWhitespace)
getTrimWhitespace
public Boolean getTrimWhitespace()
setUrlPattern
public void setUrlPattern(String urlPattern)
getUrlPattern
public String getUrlPattern()
setDefaultContentType
public void setDefaultContentType(String defaultContentType)
getDefaultContentType
public String getDefaultContentType()
setBuffer
public void setBuffer(String buffer)
getBuffer
public Integer getBuffer()
setErrorOnUndeclaredNamespace
public void setErrorOnUndeclaredNamespace(String errorOnUndeclaredNamespace)
getErrorOnUndeclaredNamespace
public Boolean getErrorOnUndeclaredNamespace()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.