public class JspGroupDescriptor extends Descriptor implements javax.servlet.descriptor.JspPropertyGroupDescriptor
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED| Constructor and Description |
|---|
JspGroupDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIncludeCoda(String coda)
Adds an element
|
void |
addIncludePrelude(String prelude)
Adds an element
|
void |
addUrlPattern(String urlPattern)
Adds an alias to this jsp group.
|
String |
getBuffer()
get buffer
|
String |
getDefaultContentType()
get defaultContentType
|
String |
getDeferredSyntaxAllowedAsLiteral() |
String |
getDisplayName()
get display name.
|
String |
getElIgnored() |
String |
getErrorOnUndeclaredNamespace() |
Set<String> |
getIncludeCodas()
Return an Iterable over include coda elements for this group.
|
Set<String> |
getIncludePreludes()
Return an Iterable over the include prelude elements for this group.
|
String |
getIsXml() |
String |
getPageEncoding() |
String |
getScriptingInvalid() |
String |
getTrimDirectiveWhitespaces() |
Set<String> |
getUrlPatterns()
Return the set of URL pattern aliases for this group.
|
void |
print(StringBuilder toStringBuilder)
A String representation of this object.
|
void |
removeIncludeCoda(String coda)
Removes an element
|
void |
removeIncludePrelude(String prelude)
Removes an element
|
void |
removeUrlPattern(String urlPattern)
Removes a URL pattern from this jsp group.
|
void |
setBuffer(String value)
set buffer
|
void |
setDefaultContentType(String defaultContentType)
set defaultContentType
|
void |
setDeferredSyntaxAllowedAsLiteral(String value)
enable/disable deferredSyntaxAllowedAsLiteral
|
void |
setDisplayName(String name)
set display name.
|
void |
setElIgnored(String value)
elIgnored
|
void |
setErrorOnUndeclaredNamespace(String value)
set errorOnUndeclaredNamespace
|
void |
setIsXml(String value)
enable/disable xml
|
void |
setPageEncoding(String encoding) |
void |
setScriptingInvalid(String value)
enable/disable scripting
|
void |
setTrimDirectiveWhitespaces(String value)
enable/disable trimDirectiveWhitespaces
|
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, setBoundsChecking, setDescription, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visitaddExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic Set<String> getUrlPatterns()
getUrlPatterns in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic void addUrlPattern(String urlPattern)
public void removeUrlPattern(String urlPattern)
public Set<String> getIncludePreludes()
getIncludePreludes in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic void addIncludePrelude(String prelude)
public void removeIncludePrelude(String prelude)
public Set<String> getIncludeCodas()
getIncludeCodas in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic void addIncludeCoda(String coda)
public void removeIncludeCoda(String coda)
public void setElIgnored(String value)
public String getElIgnored()
getElIgnored in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic void setScriptingInvalid(String value)
public String getScriptingInvalid()
getScriptingInvalid in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic void setIsXml(String value)
public String getIsXml()
getIsXml in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic void setDeferredSyntaxAllowedAsLiteral(String value)
public String getDeferredSyntaxAllowedAsLiteral()
getDeferredSyntaxAllowedAsLiteral in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic void setTrimDirectiveWhitespaces(String value)
public String getTrimDirectiveWhitespaces()
getTrimDirectiveWhitespaces in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic String getDisplayName()
getDisplayName in class Descriptorpublic void setDisplayName(String name)
setDisplayName in class Descriptorname - the display namepublic String getPageEncoding()
getPageEncoding in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic void setPageEncoding(String encoding)
public String getDefaultContentType()
getDefaultContentType in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic void setDefaultContentType(String defaultContentType)
public String getBuffer()
getBuffer in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic void setBuffer(String value)
public void setErrorOnUndeclaredNamespace(String value)
public String getErrorOnUndeclaredNamespace()
getErrorOnUndeclaredNamespace in interface javax.servlet.descriptor.JspPropertyGroupDescriptorpublic void print(StringBuilder toStringBuilder)
Descriptorprint in class DescriptorCopyright © 2019. All rights reserved.