public final class ServletFilterMappingDescriptor extends Descriptor implements ServletFilterMapping
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED| Constructor and Description |
|---|
ServletFilterMappingDescriptor()
generic constructor
|
ServletFilterMappingDescriptor(ServletFilterMappingDescriptor other)
copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDispatcher(String dispatcher) |
void |
addServletName(String servletName) |
void |
addURLPattern(String urlPattern) |
boolean |
equals(Object obj)
compare equals
|
Set<javax.servlet.DispatcherType> |
getDispatchers() |
List<String> |
getServletNames() |
List<String> |
getUrlPatterns() |
int |
hashCode() |
void |
removeDispatcher(String dispatcher) |
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, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visitaddExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetName, setNamepublic ServletFilterMappingDescriptor()
public ServletFilterMappingDescriptor(ServletFilterMappingDescriptor other)
public void addServletName(String servletName)
addServletName in interface ServletFilterMappingpublic List<String> getServletNames()
getServletNames in interface ServletFilterMappingpublic void addURLPattern(String urlPattern)
addURLPattern in interface ServletFilterMappingpublic List<String> getUrlPatterns()
getUrlPatterns in interface ServletFilterMappingpublic void addDispatcher(String dispatcher)
addDispatcher in interface ServletFilterMappingpublic void removeDispatcher(String dispatcher)
public Set<javax.servlet.DispatcherType> getDispatchers()
getDispatchers in interface ServletFilterMappingCopyright © 2019. All rights reserved.