public class JspConfigDescriptorImpl extends Descriptor implements javax.servlet.descriptor.JspConfigDescriptor
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED| Constructor and Description |
|---|
JspConfigDescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(JspConfigDescriptorImpl jspConfigDesc) |
void |
addJspGroup(JspGroupDescriptor desc)
add a jsp group element to the set.
|
void |
addTagLib(TagLibConfigurationDescriptor desc)
add a tag lib element to the set.
|
Collection<javax.servlet.descriptor.JspPropertyGroupDescriptor> |
getJspPropertyGroups()
return Collection of jsp-group elements
|
Set<javax.servlet.descriptor.TaglibDescriptor> |
getTaglibs()
return the set of tag lib elements
|
void |
print(StringBuilder toStringBuilder)
A String representation of this object.
|
void |
removeJspGroup(JspGroupDescriptor desc)
remove a jsp group element from the set.
|
void |
removeTagLib(TagLibConfigurationDescriptor desc)
remove a tag lib element from the set.
|
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visitaddExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic void add(JspConfigDescriptorImpl jspConfigDesc)
public Set<javax.servlet.descriptor.TaglibDescriptor> getTaglibs()
getTaglibs in interface javax.servlet.descriptor.JspConfigDescriptorpublic void addTagLib(TagLibConfigurationDescriptor desc)
public void removeTagLib(TagLibConfigurationDescriptor desc)
public Collection<javax.servlet.descriptor.JspPropertyGroupDescriptor> getJspPropertyGroups()
getJspPropertyGroups in interface javax.servlet.descriptor.JspConfigDescriptorpublic void addJspGroup(JspGroupDescriptor desc)
public void removeJspGroup(JspGroupDescriptor desc)
public void print(StringBuilder toStringBuilder)
Descriptorprint in class DescriptorCopyright © 2019. All rights reserved.