ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

All Superinterfaces:
Child<T>

public interface PortletCollectionType<T>
extends Child<T>

This interface defines the contract for the portlet-collectionType xsd type

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

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

Method Detail

portletName

PortletCollectionType<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 PortletCollectionType

getAllPortletName

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

Returns:
list of portlet-name

removeAllPortletName

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

Returns:
the current instance of PortletCollectionType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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