com.sun.grizzly.http.webxml.schema
Class JspPropertyGroup
java.lang.Object
com.sun.grizzly.http.webxml.schema.JspPropertyGroup
public class JspPropertyGroup
- extends Object
description
public List<String> description
displayName
public List<String> displayName
icon
public List<Icon> icon
urlPattern
public List<String> urlPattern
elIgnored
public boolean elIgnored
pageEncoding
public String pageEncoding
scriptingInvalid
public boolean scriptingInvalid
isXml
public boolean isXml
includePrelude
public List<String> includePrelude
includeCoda
public List<String> includeCoda
deferredSyntaxAllowedAsLiteral
public boolean deferredSyntaxAllowedAsLiteral
trimDirectiveWhitespaces
public boolean trimDirectiveWhitespaces
defaultContentType
public String defaultContentType
buffer
public String buffer
errorOnUndeclaredNamespace
public boolean errorOnUndeclaredNamespace
JspPropertyGroup
public JspPropertyGroup()
getDescription
public List<String> getDescription()
setDescription
public void setDescription(List<String> description)
getDisplayName
public List<String> getDisplayName()
setDisplayName
public void setDisplayName(List<String> displayName)
getIcon
public List<Icon> getIcon()
setIcon
public void setIcon(List<Icon> icon)
getUrlPattern
public List<String> getUrlPattern()
setUrlPattern
public void setUrlPattern(List<String> urlPattern)
getElIgnored
public boolean getElIgnored()
setElIgnored
public void setElIgnored(boolean elIgnored)
getPageEncoding
public String getPageEncoding()
setPageEncoding
public void setPageEncoding(String pageEncoding)
getScriptingInvalid
public boolean getScriptingInvalid()
setScriptingInvalid
public void setScriptingInvalid(boolean scriptingInvalid)
getIsXml
public boolean getIsXml()
setIsXml
public void setIsXml(boolean isXml)
getIncludePrelude
public List<String> getIncludePrelude()
setIncludePrelude
public void setIncludePrelude(List<String> includePrelude)
getIncludeCoda
public List<String> getIncludeCoda()
setIncludeCoda
public void setIncludeCoda(List<String> includeCoda)
getDeferredSyntaxAllowedAsLiteral
public boolean getDeferredSyntaxAllowedAsLiteral()
setDeferredSyntaxAllowedAsLiteral
public void setDeferredSyntaxAllowedAsLiteral(boolean deferredSyntaxAllowedAsLiteral)
getTrimDirectiveWhitespaces
public boolean getTrimDirectiveWhitespaces()
setTrimDirectiveWhitespaces
public void setTrimDirectiveWhitespaces(boolean trimDirectiveWhitespaces)
getDefaultContentType
public String getDefaultContentType()
setDefaultContentType
public void setDefaultContentType(String defaultContentType)
getBuffer
public String getBuffer()
setBuffer
public void setBuffer(String buffer)
getErrorOnUndeclaredNamespace
public boolean getErrorOnUndeclaredNamespace()
setErrorOnUndeclaredNamespace
public void setErrorOnUndeclaredNamespace(boolean errorOnUndeclaredNamespace)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012 Oracle Corporation. All Rights Reserved.