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 web-app_3_0.xsd 
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.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema web-fragment_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webapp30 Provides the implementation classes as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webcommon30 Provides the implementation classes as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webfragment30 Provides the implementation classes as defined in the schema web-fragment_3_0.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return FilterType
 FilterType<WebApp30Descriptor> WebApp30Descriptor.filter()
          Returns the filter element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type FilterType
 java.util.List<FilterType<WebApp30Descriptor>> WebApp30Descriptor.getFilterList()
          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<WebFragmentType<T>> WebFragmentType.filter()
          Returns the filter element
 FilterType<WebAppType<T>> WebAppType.filter()
          Returns the filter element
 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
 FilterType<T> FilterType.setAsyncSupported(java.lang.Boolean asyncSupported)
          If not already created, a new async-supported element with the given value will be created.
 FilterType<T> FilterType.setDescription(java.lang.String description)
          Creates a new description element
 FilterType<T> FilterType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 FilterType<T> FilterType.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 FilterType<T> FilterType.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 FilterType<T> FilterType.setFilterClass(java.lang.String filterClass)
          If not already created, a new filter-class element with the given value will be created.
 FilterType<T> FilterType.setFilterName(java.lang.String filterName)
          If not already created, a new filter-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type FilterType
 java.util.List<FilterType<WebFragmentType<T>>> WebFragmentType.getFilterList()
          Returns all filter elements
 java.util.List<FilterType<WebAppType<T>>> WebAppType.getFilterList()
          Returns all filter elements
 java.util.List<IconType<FilterType<T>>> FilterType.getIconList()
          Returns all icon elements
 java.util.List<ParamValueType<FilterType<T>>> FilterType.getInitParamList()
          Returns all init-param elements
 IconType<FilterType<T>> FilterType.icon()
          Returns the icon element
 ParamValueType<FilterType<T>> FilterType.initParam()
          Returns the init-param element
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return FilterType
 FilterType<WebFragment30Descriptor> WebFragment30Descriptor.filter()
          Returns the filter element
 

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

Uses of FilterType in org.jboss.shrinkwrap.descriptor.impl.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return FilterType
 FilterType<WebApp30Descriptor> WebApp30DescriptorImpl.filter()
          Returns the filter element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return types with arguments of type FilterType
 java.util.List<FilterType<WebApp30Descriptor>> WebApp30DescriptorImpl.getFilterList()
          Returns all filter elements
 

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

Classes in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that implement FilterType
 class FilterTypeImpl<T>
          This class implements the filterType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return FilterType
 FilterType<WebFragmentType<T>> WebFragmentTypeImpl.filter()
          Returns the filter element
 FilterType<WebAppType<T>> WebAppTypeImpl.filter()
          Returns the filter element
 FilterType<T> FilterTypeImpl.removeAllDescription()
          Removes the description element
 FilterType<T> FilterTypeImpl.removeAllDisplayName()
          Removes the display-name element
 FilterType<T> FilterTypeImpl.removeAllIcon()
          Removes all icon elements
 FilterType<T> FilterTypeImpl.removeAllInitParam()
          Removes all init-param elements
 FilterType<T> FilterTypeImpl.removeAsyncSupported()
          Removes the async-supported element
 FilterType<T> FilterTypeImpl.removeFilterClass()
          Removes the filter-class element
 FilterType<T> FilterTypeImpl.removeFilterName()
          Removes the filter-name element
 FilterType<T> FilterTypeImpl.setAsyncSupported(java.lang.Boolean asyncSupported)
          If not already created, a new async-supported element with the given value will be created.
 FilterType<T> FilterTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 FilterType<T> FilterTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 FilterType<T> FilterTypeImpl.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 FilterType<T> FilterTypeImpl.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 FilterType<T> FilterTypeImpl.setFilterClass(java.lang.String filterClass)
          If not already created, a new filter-class element with the given value will be created.
 FilterType<T> FilterTypeImpl.setFilterName(java.lang.String filterName)
          If not already created, a new filter-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type FilterType
 java.util.List<FilterType<WebFragmentType<T>>> WebFragmentTypeImpl.getFilterList()
          Returns all filter elements
 java.util.List<FilterType<WebAppType<T>>> WebAppTypeImpl.getFilterList()
          Returns all filter elements
 java.util.List<IconType<FilterType<T>>> FilterTypeImpl.getIconList()
          Returns all icon elements
 java.util.List<ParamValueType<FilterType<T>>> FilterTypeImpl.getInitParamList()
          Returns all init-param elements
 IconType<FilterType<T>> FilterTypeImpl.icon()
          Returns the icon element
 ParamValueType<FilterType<T>> FilterTypeImpl.initParam()
          Returns the init-param element
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return FilterType
 FilterType<WebFragment30Descriptor> WebFragment30DescriptorImpl.filter()
          Returns the filter element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return types with arguments of type FilterType
 java.util.List<FilterType<WebFragment30Descriptor>> WebFragment30DescriptorImpl.getFilterList()
          Returns all filter elements