public class FacesNavigationCase
extends java.lang.Object
Java class for faces-config-navigation-caseType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="faces-config-navigation-caseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
         <element name="from-action" type="{http://java.sun.com/xml/ns/javaee}faces-config-from-actionType" minOccurs="0"/>
         <element name="from-outcome" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
         <element name="if" type="{http://java.sun.com/xml/ns/javaee}faces-config-ifType" minOccurs="0"/>
         <element name="to-view-id" type="{http://java.sun.com/xml/ns/javaee}faces-config-valueType"/>
         <element name="redirect" type="{http://java.sun.com/xml/ns/javaee}faces-config-redirectType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
 48 *| Modifier and Type | Field and Description | 
|---|---|
protected java.lang.String | 
_if  | 
protected TextMap | 
description  | 
protected TextMap | 
displayName  | 
protected FacesFromAction | 
fromAction  | 
protected java.lang.String | 
fromOutcome  | 
protected LocalCollection<Icon> | 
icon  | 
protected java.lang.String | 
id  | 
protected FacesRedirect | 
redirect  | 
protected java.lang.String | 
toViewId  | 
| Constructor and Description | 
|---|
FacesNavigationCase()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDescription()  | 
Text[] | 
getDescriptions()  | 
java.lang.String | 
getDisplayName()  | 
Text[] | 
getDisplayNames()  | 
FacesFromAction | 
getFromAction()
Gets the value of the fromAction property. 
 | 
java.lang.String | 
getFromOutcome()
Gets the value of the fromOutcome property. 
 | 
Icon | 
getIcon()  | 
java.util.Map<java.lang.String,Icon> | 
getIconMap()  | 
java.util.Collection<Icon> | 
getIcons()  | 
java.lang.String | 
getId()
Gets the value of the id property. 
 | 
java.lang.String | 
getIf()
Gets the value of the if property. 
 | 
FacesRedirect | 
getRedirect()
Gets the value of the redirect property. 
 | 
java.lang.String | 
getToViewId()
Gets the value of the toViewId property. 
 | 
void | 
setDescriptions(Text[] text)  | 
void | 
setDisplayNames(Text[] text)  | 
void | 
setFromAction(FacesFromAction value)
Sets the value of the fromAction property. 
 | 
void | 
setFromOutcome(java.lang.String value)
Sets the value of the fromOutcome property. 
 | 
void | 
setId(java.lang.String value)
Sets the value of the id property. 
 | 
void | 
setIf(java.lang.String value)
Sets the value of the if property. 
 | 
void | 
setRedirect(FacesRedirect value)
Sets the value of the redirect property. 
 | 
void | 
setToViewId(java.lang.String value)
Sets the value of the toViewId property. 
 | 
protected TextMap description
protected TextMap displayName
protected LocalCollection<Icon> icon
protected FacesFromAction fromAction
protected java.lang.String fromOutcome
protected java.lang.String _if
protected java.lang.String toViewId
protected FacesRedirect redirect
protected java.lang.String id
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public java.lang.String getDescription()
public Text[] getDisplayNames()
public void setDisplayNames(Text[] text)
public java.lang.String getDisplayName()
public java.util.Collection<Icon> getIcons()
public java.util.Map<java.lang.String,Icon> getIconMap()
public Icon getIcon()
public FacesFromAction getFromAction()
FacesFromActionpublic void setFromAction(FacesFromAction value)
value - allowed object is
              FacesFromActionpublic java.lang.String getFromOutcome()
Stringpublic void setFromOutcome(java.lang.String value)
value - allowed object is
              Stringpublic java.lang.String getIf()
Stringpublic void setIf(java.lang.String value)
value - allowed object is
              Stringpublic java.lang.String getToViewId()
Stringpublic void setToViewId(java.lang.String value)
value - allowed object is
              Stringpublic FacesRedirect getRedirect()
FacesRedirectpublic void setRedirect(FacesRedirect value)
value - allowed object is
              FacesRedirectpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
              String