ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return InitParamType
 InitParamType<PortletType<T>> PortletType.createInitParam()
          Creates a new init-param element
 InitParamType<FilterType<T>> FilterType.createInitParam()
          Creates a new init-param element
 InitParamType<T> InitParamType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 InitParamType<PortletType<T>> PortletType.getOrCreateInitParam()
          If not already created, a new init-param element will be created and returned.
 InitParamType<FilterType<T>> FilterType.getOrCreateInitParam()
          If not already created, a new init-param element will be created and returned.
 InitParamType<T> InitParamType.id(String id)
          Sets the id attribute
 InitParamType<T> InitParamType.name(String name)
          Sets the name element
 InitParamType<T> InitParamType.removeAllDescription()
          Removes the description element
 InitParamType<T> InitParamType.removeId()
          Removes the id attribute
 InitParamType<T> InitParamType.removeName()
          Removes the name element
 InitParamType<T> InitParamType.removeValue()
          Removes the value element
 InitParamType<T> InitParamType.value(String value)
          Sets the value element
 

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return types with arguments of type InitParamType
 List<InitParamType<PortletType<T>>> PortletType.getAllInitParam()
          Returns all init-param elements
 List<InitParamType<FilterType<T>>> FilterType.getAllInitParam()
          Returns all init-param elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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