Uses of Class
org.jboss.shrinkwrap.descriptor.api.webcommon30.DispatcherType

Packages that use DispatcherType
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
 

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(String value)
           
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.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 with parameters of type DispatcherType
 FilterMappingType<T> FilterMappingType.dispatcher(DispatcherType dispatcher)
          Sets the dispatcher element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.