ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.webcommon30.FilterMappingType

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

Uses of FilterMappingType in org.jboss.shrinkwrap.descriptor.api.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return FilterMappingType
 FilterMappingType<WebAppDescriptor> WebAppDescriptor.createFilterMapping()
          Creates a new filter-mapping element
 FilterMappingType<WebAppDescriptor> WebAppDescriptor.getOrCreateFilterMapping()
          If not already created, a new filter-mapping element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type FilterMappingType
 List<FilterMappingType<WebAppDescriptor>> WebAppDescriptor.getAllFilterMapping()
          Returns all filter-mapping elements
 

Uses of FilterMappingType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return FilterMappingType
 FilterMappingType<WebFragmentType<T>> WebFragmentType.createFilterMapping()
          Creates a new filter-mapping element
 FilterMappingType<WebAppType<T>> WebAppType.createFilterMapping()
          Creates a new filter-mapping element
 FilterMappingType<T> FilterMappingType.dispatcher(DispatcherType dispatcher)
          Sets the dispatcher element
 FilterMappingType<T> FilterMappingType.dispatcher(String dispatcher)
          Sets the dispatcher element
 FilterMappingType<T> FilterMappingType.filterName(String filterName)
          Sets the filter-name element
 FilterMappingType<WebFragmentType<T>> WebFragmentType.getOrCreateFilterMapping()
          If not already created, a new filter-mapping element will be created and returned.
 FilterMappingType<WebAppType<T>> WebAppType.getOrCreateFilterMapping()
          If not already created, a new filter-mapping element will be created and returned.
 FilterMappingType<T> FilterMappingType.removeAllServletName()
          Removes the servlet-name element
 FilterMappingType<T> FilterMappingType.removeAllUrlPattern()
          Removes the url-pattern element
 FilterMappingType<T> FilterMappingType.removeDispatcher()
          Removes the dispatcher attribute
 FilterMappingType<T> FilterMappingType.removeFilterName()
          Removes the filter-name element
 FilterMappingType<T> FilterMappingType.servletName(String... values)
          Creates for all String objects representing servlet-name elements, a new servlet-name element
 FilterMappingType<T> FilterMappingType.urlPattern(String... values)
          Creates for all String objects representing url-pattern elements, a new url-pattern element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type FilterMappingType
 List<FilterMappingType<WebFragmentType<T>>> WebFragmentType.getAllFilterMapping()
          Returns all filter-mapping elements
 List<FilterMappingType<WebAppType<T>>> WebAppType.getAllFilterMapping()
          Returns all filter-mapping elements
 

Uses of FilterMappingType in org.jboss.shrinkwrap.descriptor.api.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return FilterMappingType
 FilterMappingType<WebFragmentDescriptor> WebFragmentDescriptor.createFilterMapping()
          Creates a new filter-mapping element
 FilterMappingType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreateFilterMapping()
          If not already created, a new filter-mapping element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type FilterMappingType
 List<FilterMappingType<WebFragmentDescriptor>> WebFragmentDescriptor.getAllFilterMapping()
          Returns all filter-mapping elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.