|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DispatcherType | |
---|---|
javax.servlet |
Uses of DispatcherType in javax.servlet |
---|
Methods in javax.servlet that return DispatcherType | |
---|---|
DispatcherType |
ServletRequest.getDispatcherType()
|
DispatcherType |
ServletRequestWrapper.getDispatcherType()
|
static DispatcherType |
DispatcherType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DispatcherType[] |
DispatcherType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Method parameters in javax.servlet with type arguments of type DispatcherType | |
---|---|
void |
FilterRegistration.addMappingForServletNames(EnumSet<DispatcherType> dispatcherTypes,
boolean isMatchAfter,
String... servletNames)
|
void |
FilterRegistration.addMappingForUrlPatterns(EnumSet<DispatcherType> dispatcherTypes,
boolean isMatchAfter,
String... urlPatterns)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |