|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jetty.servlet.Holder.HolderRegistration
org.eclipse.jetty.servlet.FilterHolder.Registration
protected class FilterHolder.Registration
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.servlet.FilterRegistration |
|---|
FilterRegistration.Dynamic |
| Constructor Summary | |
|---|---|
protected |
FilterHolder.Registration()
|
| Method Summary | |
|---|---|
void |
addMappingForServletNames(java.util.EnumSet<DispatcherType> dispatcherTypes,
boolean isMatchAfter,
java.lang.String... servletNames)
Adds a filter mapping with the given servlet names and dispatcher types for the Filter represented by this FilterRegistration. |
void |
addMappingForUrlPatterns(java.util.EnumSet<DispatcherType> dispatcherTypes,
boolean isMatchAfter,
java.lang.String... urlPatterns)
Adds a filter mapping with the given url patterns and dispatcher types for the Filter represented by this FilterRegistration. |
java.util.Collection<java.lang.String> |
getServletNameMappings()
Gets the currently available servlet name mappings of the Filter represented by this FilterRegistration. |
java.util.Collection<java.lang.String> |
getUrlPatternMappings()
Gets the currently available URL pattern mappings of the Filter represented by this FilterRegistration. |
| Methods inherited from class org.eclipse.jetty.servlet.Holder.HolderRegistration |
|---|
getClassName, getInitParameter, getInitParameters, getName, setAsyncSupported, setDescription, setInitParameter, setInitParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.Registration.Dynamic |
|---|
setAsyncSupported |
| Methods inherited from interface javax.servlet.Registration |
|---|
getClassName, getInitParameter, getInitParameters, getName, setInitParameter, setInitParameters |
| Constructor Detail |
|---|
protected FilterHolder.Registration()
| Method Detail |
|---|
public void addMappingForServletNames(java.util.EnumSet<DispatcherType> dispatcherTypes,
boolean isMatchAfter,
java.lang.String... servletNames)
FilterRegistrationFilter mappings are matched in the order in which they were added.
Depending on the value of the isMatchAfter parameter, the given filter mapping will be considered after or before any declared filter mappings of the ServletContext from which this FilterRegistration was obtained.
If this method is called multiple times, each successive call adds to the effects of the former.
addMappingForServletNames in interface FilterRegistrationdispatcherTypes - the dispatcher types of the filter mapping,
or null if the default DispatcherType.REQUEST is to be usedisMatchAfter - true if the given filter mapping should be matched
after any declared filter mappings, and false if it is supposed to
be matched before any declared filter mappings of the ServletContext
from which this FilterRegistration was obtainedservletNames - the servlet names of the filter mapping
public void addMappingForUrlPatterns(java.util.EnumSet<DispatcherType> dispatcherTypes,
boolean isMatchAfter,
java.lang.String... urlPatterns)
FilterRegistrationFilter mappings are matched in the order in which they were added.
Depending on the value of the isMatchAfter parameter, the given filter mapping will be considered after or before any declared filter mappings of the ServletContext from which this FilterRegistration was obtained.
If this method is called multiple times, each successive call adds to the effects of the former.
addMappingForUrlPatterns in interface FilterRegistrationdispatcherTypes - the dispatcher types of the filter mapping,
or null if the default DispatcherType.REQUEST is to be usedisMatchAfter - true if the given filter mapping should be matched
after any declared filter mappings, and false if it is supposed to
be matched before any declared filter mappings of the ServletContext
from which this FilterRegistration was obtainedurlPatterns - the url patterns of the filter mappingpublic java.util.Collection<java.lang.String> getServletNameMappings()
FilterRegistrationFilterRegistration.
Any changes to the returned Collection must not
affect this FilterRegistration.
getServletNameMappings in interface FilterRegistrationCollection of the currently
available servlet name mappings of the Filter represented by this
FilterRegistrationpublic java.util.Collection<java.lang.String> getUrlPatternMappings()
FilterRegistrationFilterRegistration.
Any changes to the returned Collection must not
affect this FilterRegistration.
getUrlPatternMappings in interface FilterRegistrationCollection of the currently
available URL pattern mappings of the Filter represented by this
FilterRegistration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||