|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NavigationCase | |
|---|---|
| org.apache.myfaces.config.element | |
| org.apache.myfaces.config.impl.digester.elements | |
| Uses of NavigationCase in org.apache.myfaces.config.element |
|---|
| Methods in org.apache.myfaces.config.element that return NavigationCase | |
|---|---|
abstract NavigationCase |
FacesFlowSwitch.getDefaultOutcome()
|
abstract NavigationCase |
FacesFlowReturn.getNavigationCase()
"... |
| Methods in org.apache.myfaces.config.element that return types with arguments of type NavigationCase | |
|---|---|
abstract List<NavigationCase> |
FacesFlowSwitch.getNavigationCaseList()
|
abstract List<? extends NavigationCase> |
NavigationRule.getNavigationCases()
|
| Uses of NavigationCase in org.apache.myfaces.config.impl.digester.elements |
|---|
| Subclasses of NavigationCase in org.apache.myfaces.config.impl.digester.elements | |
|---|---|
class |
NavigationCase
|
| Methods in org.apache.myfaces.config.impl.digester.elements that return NavigationCase | |
|---|---|
NavigationCase |
FacesFlowSwitchImpl.getDefaultOutcome()
|
NavigationCase |
FacesFlowReturnImpl.getNavigationCase()
|
| Methods in org.apache.myfaces.config.impl.digester.elements that return types with arguments of type NavigationCase | |
|---|---|
List<NavigationCase> |
FacesFlowSwitchImpl.getNavigationCaseList()
|
List<NavigationCase> |
NavigationRule.getNavigationCases()
|
| Methods in org.apache.myfaces.config.impl.digester.elements with parameters of type NavigationCase | |
|---|---|
void |
NavigationRule.addNavigationCase(NavigationCase value)
|
void |
FacesFlowSwitchImpl.addNavigationCase(NavigationCase navcase)
|
void |
FacesFlowSwitchImpl.setDefaultOutcome(NavigationCase defaultOutcome)
|
void |
FacesFlowReturnImpl.setNavigationCase(NavigationCase navigationCase)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||