ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return FilterType
 FilterType<PortletAppType<T>> PortletAppType.createFilter()
          Creates a new filter element
 FilterType<PortletDescriptor> PortletDescriptor.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<PortletAppType<T>> PortletAppType.getOrCreateFilter()
          If not already created, a new filter element will be created and returned.
 FilterType<PortletDescriptor> PortletDescriptor.getOrCreateFilter()
          If not already created, a new filter element will be created and returned.
 FilterType<T> FilterType.lifecycle(String... values)
          Creates for all String objects representing lifecycle elements, a new lifecycle element
 FilterType<T> FilterType.removeAllDescription()
          Removes the description element
 FilterType<T> FilterType.removeAllDisplayName()
          Removes the display-name element
 FilterType<T> FilterType.removeAllInitParam()
          Removes all init-param elements
 FilterType<T> FilterType.removeAllLifecycle()
          Removes the lifecycle 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.portletapp20 that return types with arguments of type FilterType
 InitParamType<FilterType<T>> FilterType.createInitParam()
          Creates a new init-param element
 List<FilterType<PortletAppType<T>>> PortletAppType.getAllFilter()
          Returns all filter elements
 List<FilterType<PortletDescriptor>> PortletDescriptor.getAllFilter()
          Returns all filter elements
 List<InitParamType<FilterType<T>>> FilterType.getAllInitParam()
          Returns all init-param elements
 InitParamType<FilterType<T>> FilterType.getOrCreateInitParam()
          If not already created, a new init-param element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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