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 |
---|---|
PublicRenderParameterType<T> |
PublicRenderParameterType.alias(String... values)
Creates for all String objects representing
alias elements,
a new alias element |
PublicRenderParameterType<PortletDescriptor> |
PortletDescriptor.createPublicRenderParameter()
Creates a new
public-render-parameter element |
PublicRenderParameterType<T> |
PublicRenderParameterType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
PublicRenderParameterType<PortletDescriptor> |
PortletDescriptor.getOrCreatePublicRenderParameter()
If not already created, a new
public-render-parameter element will be created and returned. |
PublicRenderParameterType<T> |
PublicRenderParameterType.id(String id)
Sets the
id attribute |
PublicRenderParameterType<T> |
PublicRenderParameterType.identifier(String identifier)
Sets the
identifier element |
PublicRenderParameterType<T> |
PublicRenderParameterType.name(String name)
Sets the
name element |
PublicRenderParameterType<T> |
PublicRenderParameterType.qname(String qname)
Sets the
qname element |
PublicRenderParameterType<T> |
PublicRenderParameterType.removeAllAlias()
Removes the
alias element |
PublicRenderParameterType<T> |
PublicRenderParameterType.removeAllDescription()
Removes the
description element |
PublicRenderParameterType<T> |
PublicRenderParameterType.removeId()
Removes the
id attribute |
PublicRenderParameterType<T> |
PublicRenderParameterType.removeIdentifier()
Removes the
identifier element |
PublicRenderParameterType<T> |
PublicRenderParameterType.removeName()
Removes the
name element |
PublicRenderParameterType<T> |
PublicRenderParameterType.removeQname()
Removes the
qname element |
Modifier and Type | Method and Description |
---|---|
List<PublicRenderParameterType<PortletDescriptor>> |
PortletDescriptor.getAllPublicRenderParameter()
Returns all
public-render-parameter elements |
Copyright © 2019 JBoss by Red Hat. All rights reserved.