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 :2013-01-26T19:26:58.316+01: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


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.