ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

Packages that use FilterType
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 FilterType in org.jboss.shrinkwrap.descriptor.api.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return FilterType
 FilterType<WebAppDescriptor> WebAppDescriptor.createFilter()
          Creates a new filter element
 FilterType<WebAppDescriptor> WebAppDescriptor.getOrCreateFilter()
          If not already created, a new filter element will be created and returned.
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return FilterType
 FilterType<T> FilterType.asyncSupported(Boolean asyncSupported)
          Sets the async-supported element
 FilterType<WebFragmentType<T>> WebFragmentType.createFilter()
          Creates a new filter element
 FilterType<WebAppType<T>> WebAppType.createFilter()
          Creates a new filter element
 FilterType<T> FilterType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 FilterType<T> FilterType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 FilterType<T> FilterType.filterClass(String filterClass)
          Sets the filter-class element
 FilterType<T> FilterType.filterName(String filterName)
          Sets the filter-name element
 FilterType<WebFragmentType<T>> WebFragmentType.getOrCreateFilter()
          If not already created, a new filter element will be created and returned.
 FilterType<WebAppType<T>> WebAppType.getOrCreateFilter()
          If not already created, a new filter element will be created and returned.
 FilterType<T> FilterType.removeAllDescription()
          Removes the description element
 FilterType<T> FilterType.removeAllDisplayName()
          Removes the display-name element
 FilterType<T> FilterType.removeAllIcon()
          Removes all icon elements
 FilterType<T> FilterType.removeAllInitParam()
          Removes all init-param elements
 FilterType<T> FilterType.removeAsyncSupported()
          Removes the async-supported element
 FilterType<T> FilterType.removeFilterClass()
          Removes the filter-class element
 FilterType<T> FilterType.removeFilterName()
          Removes the filter-name element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type FilterType
 IconType<FilterType<T>> FilterType.createIcon()
          Creates a new icon element
 ParamValueType<FilterType<T>> FilterType.createInitParam()
          Creates a new init-param element
 List<FilterType<WebFragmentType<T>>> WebFragmentType.getAllFilter()
          Returns all filter elements
 List<FilterType<WebAppType<T>>> WebAppType.getAllFilter()
          Returns all filter elements
 List<IconType<FilterType<T>>> FilterType.getAllIcon()
          Returns all icon elements
 List<ParamValueType<FilterType<T>>> FilterType.getAllInitParam()
          Returns all init-param elements
 IconType<FilterType<T>> FilterType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 ParamValueType<FilterType<T>> FilterType.getOrCreateInitParam()
          If not already created, a new init-param element will be created and returned.
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return FilterType
 FilterType<WebFragmentDescriptor> WebFragmentDescriptor.createFilter()
          Creates a new filter element
 FilterType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreateFilter()
          If not already created, a new filter element will be created and returned.
 

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


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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