|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DispatcherType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.webcommon30 | Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.webcommon30 | Provides the implementation classes as defined in the schema web-common_3_0.xsd |
Uses of DispatcherType in org.jboss.shrinkwrap.descriptor.api.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return DispatcherType | |
---|---|
DispatcherType |
FilterMappingType.getDispatcher()
Returns the dispatcher element |
static DispatcherType |
DispatcherType.getFromStringValue(java.lang.String value)
|
static DispatcherType |
DispatcherType.valueOf(java.lang.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. |
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 with parameters of type DispatcherType | |
---|---|
FilterMappingType<T> |
FilterMappingType.setDispatcher(DispatcherType dispatcher)
If not already created, a new dispatcher element with the given value will be created. |
Uses of DispatcherType in org.jboss.shrinkwrap.descriptor.impl.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return DispatcherType | |
---|---|
DispatcherType |
FilterMappingTypeImpl.getDispatcher()
Returns the dispatcher element |
Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 with parameters of type DispatcherType | |
---|---|
FilterMappingType<T> |
FilterMappingTypeImpl.setDispatcher(DispatcherType dispatcher)
If not already created, a new dispatcher element with the given value will be created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |