ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return ContainerRuntimeOptionType
 ContainerRuntimeOptionType<PortletType<T>> PortletType.createContainerRuntimeOption()
          Creates a new container-runtime-option element
 ContainerRuntimeOptionType<PortletAppType<T>> PortletAppType.createContainerRuntimeOption()
          Creates a new container-runtime-option element
 ContainerRuntimeOptionType<PortletDescriptor> PortletDescriptor.createContainerRuntimeOption()
          Creates a new container-runtime-option element
 ContainerRuntimeOptionType<PortletType<T>> PortletType.getOrCreateContainerRuntimeOption()
          If not already created, a new container-runtime-option element will be created and returned.
 ContainerRuntimeOptionType<PortletAppType<T>> PortletAppType.getOrCreateContainerRuntimeOption()
          If not already created, a new container-runtime-option element will be created and returned.
 ContainerRuntimeOptionType<PortletDescriptor> PortletDescriptor.getOrCreateContainerRuntimeOption()
          If not already created, a new container-runtime-option element will be created and returned.
 ContainerRuntimeOptionType<T> ContainerRuntimeOptionType.name(String name)
          Sets the name element
 ContainerRuntimeOptionType<T> ContainerRuntimeOptionType.removeAllValue()
          Removes the value element
 ContainerRuntimeOptionType<T> ContainerRuntimeOptionType.removeName()
          Removes the name element
 ContainerRuntimeOptionType<T> ContainerRuntimeOptionType.value(String... values)
          Creates for all String objects representing value elements, a new value element
 

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return types with arguments of type ContainerRuntimeOptionType
 List<ContainerRuntimeOptionType<PortletType<T>>> PortletType.getAllContainerRuntimeOption()
          Returns all container-runtime-option elements
 List<ContainerRuntimeOptionType<PortletAppType<T>>> PortletAppType.getAllContainerRuntimeOption()
          Returns all container-runtime-option elements
 List<ContainerRuntimeOptionType<PortletDescriptor>> PortletDescriptor.getAllContainerRuntimeOption()
          Returns all container-runtime-option elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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