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

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

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

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

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



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