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 |
---|---|
InitParamType<FilterType<T>> |
FilterType.createInitParam()
Creates a new
init-param element |
InitParamType<PortletType<T>> |
PortletType.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<FilterType<T>> |
FilterType.getOrCreateInitParam()
If not already created, a new
init-param element will be created and returned. |
InitParamType<PortletType<T>> |
PortletType.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 |
Modifier and Type | Method and Description |
---|---|
List<InitParamType<FilterType<T>>> |
FilterType.getAllInitParam()
Returns all
init-param elements |
List<InitParamType<PortletType<T>>> |
PortletType.getAllInitParam()
Returns all
init-param elements |
Copyright © 2019 JBoss by Red Hat. All rights reserved.