Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.portletapp20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ContainerRuntimeOptionType<PortletType<T>> |
PortletType.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<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 |
Modifier and Type | Method and Description |
---|---|
List<ContainerRuntimeOptionType<PortletType<T>>> |
PortletType.getAllContainerRuntimeOption()
Returns all
container-runtime-option elements |
List<ContainerRuntimeOptionType<PortletDescriptor>> |
PortletDescriptor.getAllContainerRuntimeOption()
Returns all
container-runtime-option elements |
Copyright © 2020 JBoss by Red Hat. All rights reserved.