public abstract class SwitchNode extends FlowNode
| Constructor and Description | 
|---|
| SwitchNode() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract List<SwitchCase> | getCases() | 
| abstract String | getDefaultOutcome(FacesContext context) | 
public abstract List<SwitchCase> getCases()
public abstract String getDefaultOutcome(FacesContext context)
Copyright © 2022 The Apache Software Foundation. All rights reserved.