ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return FilterMappingType
 FilterMappingType<PortletAppType<T>> PortletAppType.createFilterMapping()
          Creates a new filter-mapping element
 FilterMappingType<PortletDescriptor> PortletDescriptor.createFilterMapping()
          Creates a new filter-mapping element
 FilterMappingType<T> FilterMappingType.filterName(String filterName)
          Sets the filter-name element
 FilterMappingType<PortletAppType<T>> PortletAppType.getOrCreateFilterMapping()
          If not already created, a new filter-mapping element will be created and returned.
 FilterMappingType<PortletDescriptor> PortletDescriptor.getOrCreateFilterMapping()
          If not already created, a new filter-mapping element will be created and returned.
 FilterMappingType<T> FilterMappingType.portletName(String... values)
          Creates for all String objects representing portlet-name elements, a new portlet-name element
 FilterMappingType<T> FilterMappingType.removeAllPortletName()
          Removes the portlet-name element
 FilterMappingType<T> FilterMappingType.removeFilterName()
          Removes the filter-name element
 

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return types with arguments of type FilterMappingType
 List<FilterMappingType<PortletAppType<T>>> PortletAppType.getAllFilterMapping()
          Returns all filter-mapping elements
 List<FilterMappingType<PortletDescriptor>> PortletDescriptor.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.