ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return PortletAppType
 PortletAppType<T> PortletAppType.defaultNamespace(String defaultNamespace)
          Sets the default-namespace element
 PortletAppType<T> PortletAppType.id(String id)
          Sets the id attribute
 PortletAppType<T> PortletAppType.removeAllContainerRuntimeOption()
          Removes all container-runtime-option elements
 PortletAppType<T> PortletAppType.removeAllCustomPortletMode()
          Removes all custom-portlet-mode elements
 PortletAppType<T> PortletAppType.removeAllCustomWindowState()
          Removes all custom-window-state elements
 PortletAppType<T> PortletAppType.removeAllEventDefinition()
          Removes all event-definition elements
 PortletAppType<T> PortletAppType.removeAllFilter()
          Removes all filter elements
 PortletAppType<T> PortletAppType.removeAllFilterMapping()
          Removes all filter-mapping elements
 PortletAppType<T> PortletAppType.removeAllListener()
          Removes all listener elements
 PortletAppType<T> PortletAppType.removeAllPortlet()
          Removes all portlet elements
 PortletAppType<T> PortletAppType.removeAllPublicRenderParameter()
          Removes all public-render-parameter elements
 PortletAppType<T> PortletAppType.removeAllSecurityConstraint()
          Removes all security-constraint elements
 PortletAppType<T> PortletAppType.removeAllUserAttribute()
          Removes all user-attribute elements
 PortletAppType<T> PortletAppType.removeDefaultNamespace()
          Removes the default-namespace element
 PortletAppType<T> PortletAppType.removeId()
          Removes the id attribute
 PortletAppType<T> PortletAppType.removeResourceBundle()
          Removes the resource-bundle element
 PortletAppType<T> PortletAppType.removeVersion()
          Removes the version attribute
 PortletAppType<T> PortletAppType.resourceBundle(String resourceBundle)
          Sets the resource-bundle element
 PortletAppType<T> PortletAppType.version(String version)
          Sets the version attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return types with arguments of type PortletAppType
 ContainerRuntimeOptionType<PortletAppType<T>> PortletAppType.createContainerRuntimeOption()
          Creates a new container-runtime-option element
 CustomPortletModeType<PortletAppType<T>> PortletAppType.createCustomPortletMode()
          Creates a new custom-portlet-mode element
 CustomWindowStateType<PortletAppType<T>> PortletAppType.createCustomWindowState()
          Creates a new custom-window-state element
 EventDefinitionType<PortletAppType<T>> PortletAppType.createEventDefinition()
          Creates a new event-definition element
 FilterType<PortletAppType<T>> PortletAppType.createFilter()
          Creates a new filter element
 FilterMappingType<PortletAppType<T>> PortletAppType.createFilterMapping()
          Creates a new filter-mapping element
 ListenerType<PortletAppType<T>> PortletAppType.createListener()
          Creates a new listener element
 PortletType<PortletAppType<T>> PortletAppType.createPortlet()
          Creates a new portlet element
 PublicRenderParameterType<PortletAppType<T>> PortletAppType.createPublicRenderParameter()
          Creates a new public-render-parameter element
 SecurityConstraintType<PortletAppType<T>> PortletAppType.createSecurityConstraint()
          Creates a new security-constraint element
 UserAttributeType<PortletAppType<T>> PortletAppType.createUserAttribute()
          Creates a new user-attribute element
 List<ContainerRuntimeOptionType<PortletAppType<T>>> PortletAppType.getAllContainerRuntimeOption()
          Returns all container-runtime-option elements
 List<CustomPortletModeType<PortletAppType<T>>> PortletAppType.getAllCustomPortletMode()
          Returns all custom-portlet-mode elements
 List<CustomWindowStateType<PortletAppType<T>>> PortletAppType.getAllCustomWindowState()
          Returns all custom-window-state elements
 List<EventDefinitionType<PortletAppType<T>>> PortletAppType.getAllEventDefinition()
          Returns all event-definition elements
 List<FilterType<PortletAppType<T>>> PortletAppType.getAllFilter()
          Returns all filter elements
 List<FilterMappingType<PortletAppType<T>>> PortletAppType.getAllFilterMapping()
          Returns all filter-mapping elements
 List<ListenerType<PortletAppType<T>>> PortletAppType.getAllListener()
          Returns all listener elements
 List<PortletType<PortletAppType<T>>> PortletAppType.getAllPortlet()
          Returns all portlet elements
 List<PublicRenderParameterType<PortletAppType<T>>> PortletAppType.getAllPublicRenderParameter()
          Returns all public-render-parameter elements
 List<SecurityConstraintType<PortletAppType<T>>> PortletAppType.getAllSecurityConstraint()
          Returns all security-constraint elements
 List<UserAttributeType<PortletAppType<T>>> PortletAppType.getAllUserAttribute()
          Returns all user-attribute elements
 ContainerRuntimeOptionType<PortletAppType<T>> PortletAppType.getOrCreateContainerRuntimeOption()
          If not already created, a new container-runtime-option element will be created and returned.
 CustomPortletModeType<PortletAppType<T>> PortletAppType.getOrCreateCustomPortletMode()
          If not already created, a new custom-portlet-mode element will be created and returned.
 CustomWindowStateType<PortletAppType<T>> PortletAppType.getOrCreateCustomWindowState()
          If not already created, a new custom-window-state element will be created and returned.
 EventDefinitionType<PortletAppType<T>> PortletAppType.getOrCreateEventDefinition()
          If not already created, a new event-definition element will be created and returned.
 FilterType<PortletAppType<T>> PortletAppType.getOrCreateFilter()
          If not already created, a new filter element will be created and returned.
 FilterMappingType<PortletAppType<T>> PortletAppType.getOrCreateFilterMapping()
          If not already created, a new filter-mapping element will be created and returned.
 ListenerType<PortletAppType<T>> PortletAppType.getOrCreateListener()
          If not already created, a new listener element will be created and returned.
 PortletType<PortletAppType<T>> PortletAppType.getOrCreatePortlet()
          If not already created, a new portlet element will be created and returned.
 PublicRenderParameterType<PortletAppType<T>> PortletAppType.getOrCreatePublicRenderParameter()
          If not already created, a new public-render-parameter element will be created and returned.
 SecurityConstraintType<PortletAppType<T>> PortletAppType.getOrCreateSecurityConstraint()
          If not already created, a new security-constraint element will be created and returned.
 UserAttributeType<PortletAppType<T>> PortletAppType.getOrCreateUserAttribute()
          If not already created, a new user-attribute element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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