Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.facesconfig22 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
FacesConfigFlowDefinitionInboundParameterType<FacesConfigFlowDefinitionType<T>> |
FacesConfigFlowDefinitionType.createInboundParameter()
Creates a new
inbound-parameter element |
FacesConfigFlowDefinitionInboundParameterType<FacesConfigFlowDefinitionType<T>> |
FacesConfigFlowDefinitionType.getOrCreateInboundParameter()
If not already created, a new
inbound-parameter element will be created and returned. |
FacesConfigFlowDefinitionInboundParameterType<T> |
FacesConfigFlowDefinitionInboundParameterType.name(String name)
Sets the
name element |
FacesConfigFlowDefinitionInboundParameterType<T> |
FacesConfigFlowDefinitionInboundParameterType.removeName()
Removes the
name element |
FacesConfigFlowDefinitionInboundParameterType<T> |
FacesConfigFlowDefinitionInboundParameterType.removeValue()
Removes the
value element |
FacesConfigFlowDefinitionInboundParameterType<T> |
FacesConfigFlowDefinitionInboundParameterType.value(String value)
Sets the
value element |
Modifier and Type | Method and Description |
---|---|
List<FacesConfigFlowDefinitionInboundParameterType<FacesConfigFlowDefinitionType<T>>> |
FacesConfigFlowDefinitionType.getAllInboundParameter()
Returns all
inbound-parameter elements |
Copyright © 2017 JBoss by Red Hat. All rights reserved.