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 |
---|---|
FacesConfigFlowDefinitionFlowReturnType<FacesConfigFlowDefinitionType<T>> |
FacesConfigFlowDefinitionType.createFlowReturn()
Creates a new
flow-return element |
FacesConfigFlowDefinitionFlowReturnType<T> |
FacesConfigFlowDefinitionFlowReturnType.fromOutcome(String fromOutcome)
Sets the
from-outcome element |
FacesConfigFlowDefinitionFlowReturnType<FacesConfigFlowDefinitionType<T>> |
FacesConfigFlowDefinitionType.getOrCreateFlowReturn()
If not already created, a new
flow-return element will be created and returned. |
FacesConfigFlowDefinitionFlowReturnType<T> |
FacesConfigFlowDefinitionFlowReturnType.id(String id)
Sets the
id attribute |
FacesConfigFlowDefinitionFlowReturnType<T> |
FacesConfigFlowDefinitionFlowReturnType.removeFromOutcome()
Removes the
from-outcome element |
FacesConfigFlowDefinitionFlowReturnType<T> |
FacesConfigFlowDefinitionFlowReturnType.removeId()
Removes the
id attribute |
Modifier and Type | Method and Description |
---|---|
List<FacesConfigFlowDefinitionFlowReturnType<FacesConfigFlowDefinitionType<T>>> |
FacesConfigFlowDefinitionType.getAllFlowReturn()
Returns all
flow-return elements |
Copyright © 2021 JBoss by Red Hat. All rights reserved.