ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return PublicRenderParameterType
 PublicRenderParameterType<T> PublicRenderParameterType.alias(String... values)
          Creates for all String objects representing alias elements, a new alias element
 PublicRenderParameterType<PortletAppType<T>> PortletAppType.createPublicRenderParameter()
          Creates a new public-render-parameter element
 PublicRenderParameterType<PortletDescriptor> PortletDescriptor.createPublicRenderParameter()
          Creates a new public-render-parameter element
 PublicRenderParameterType<T> PublicRenderParameterType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 PublicRenderParameterType<PortletAppType<T>> PortletAppType.getOrCreatePublicRenderParameter()
          If not already created, a new public-render-parameter element will be created and returned.
 PublicRenderParameterType<PortletDescriptor> PortletDescriptor.getOrCreatePublicRenderParameter()
          If not already created, a new public-render-parameter element will be created and returned.
 PublicRenderParameterType<T> PublicRenderParameterType.id(String id)
          Sets the id attribute
 PublicRenderParameterType<T> PublicRenderParameterType.identifier(String identifier)
          Sets the identifier element
 PublicRenderParameterType<T> PublicRenderParameterType.name(String name)
          Sets the name element
 PublicRenderParameterType<T> PublicRenderParameterType.qname(String qname)
          Sets the qname element
 PublicRenderParameterType<T> PublicRenderParameterType.removeAllAlias()
          Removes the alias element
 PublicRenderParameterType<T> PublicRenderParameterType.removeAllDescription()
          Removes the description element
 PublicRenderParameterType<T> PublicRenderParameterType.removeId()
          Removes the id attribute
 PublicRenderParameterType<T> PublicRenderParameterType.removeIdentifier()
          Removes the identifier element
 PublicRenderParameterType<T> PublicRenderParameterType.removeName()
          Removes the name element
 PublicRenderParameterType<T> PublicRenderParameterType.removeQname()
          Removes the qname element
 

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return types with arguments of type PublicRenderParameterType
 List<PublicRenderParameterType<PortletAppType<T>>> PortletAppType.getAllPublicRenderParameter()
          Returns all public-render-parameter elements
 List<PublicRenderParameterType<PortletDescriptor>> PortletDescriptor.getAllPublicRenderParameter()
          Returns all public-render-parameter elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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