ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.portletapp20
Interface FilterMappingType<T>

All Superinterfaces:
Child<T>

public interface FilterMappingType<T>
extends Child<T>

This interface defines the contract for the filter-mappingType xsd type

Since:
Generation date :2012-05-09T23:45:02.086-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 FilterMappingType<T> filterName(String filterName)
          Sets the filter-name element
 List<String> getAllPortletName()
          Returns all portlet-name elements
 String getFilterName()
          Returns the filter-name element
 FilterMappingType<T> portletName(String... values)
          Creates for all String objects representing portlet-name elements, a new portlet-name element
 FilterMappingType<T> removeAllPortletName()
          Removes the portlet-name element
 FilterMappingType<T> removeFilterName()
          Removes the filter-name element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

filterName

FilterMappingType<T> filterName(String filterName)
Sets the filter-name element

Parameters:
filterName - the value for the element filter-name
Returns:
the current instance of FilterMappingType

getFilterName

String getFilterName()
Returns the filter-name element

Returns:
the node defined for the element filter-name

removeFilterName

FilterMappingType<T> removeFilterName()
Removes the filter-name element

Returns:
the current instance of FilterMappingType

portletName

FilterMappingType<T> portletName(String... values)
Creates for all String objects representing portlet-name elements, a new portlet-name element

Parameters:
values - list of portlet-name objects
Returns:
the current instance of FilterMappingType

getAllPortletName

List<String> getAllPortletName()
Returns all portlet-name elements

Returns:
list of portlet-name

removeAllPortletName

FilterMappingType<T> removeAllPortletName()
Removes the portlet-name element

Returns:
the current instance of FilterMappingType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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