Package org.apache.openejb.jee
Class FacesNavigationCase
- java.lang.Object
-
- org.apache.openejb.jee.FacesNavigationCase
-
public class FacesNavigationCase extends Object
web-facesconfig_2_0.xsdJava 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 *
-
-
Field Summary
Fields Modifier and Type Field Description protected String_ifprotected TextMapdescriptionprotected TextMapdisplayNameprotected FacesFromActionfromActionprotected StringfromOutcomeprotected LocalCollection<Icon>iconprotected Stringidprotected FacesRedirectredirectprotected StringtoViewId
-
Constructor Summary
Constructors Constructor Description FacesNavigationCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Text[]getDescriptions()StringgetDisplayName()Text[]getDisplayNames()FacesFromActiongetFromAction()Gets the value of the fromAction property.StringgetFromOutcome()Gets the value of the fromOutcome property.IcongetIcon()Map<String,Icon>getIconMap()Collection<Icon>getIcons()StringgetId()Gets the value of the id property.StringgetIf()Gets the value of the if property.FacesRedirectgetRedirect()Gets the value of the redirect property.StringgetToViewId()Gets the value of the toViewId property.voidsetDescriptions(Text[] text)voidsetDisplayNames(Text[] text)voidsetFromAction(FacesFromAction value)Sets the value of the fromAction property.voidsetFromOutcome(String value)Sets the value of the fromOutcome property.voidsetId(String value)Sets the value of the id property.voidsetIf(String value)Sets the value of the if property.voidsetRedirect(FacesRedirect value)Sets the value of the redirect property.voidsetToViewId(String value)Sets the value of the toViewId property.
-
-
-
Field Detail
-
description
protected TextMap description
-
displayName
protected TextMap displayName
-
icon
protected LocalCollection<Icon> icon
-
fromAction
protected FacesFromAction fromAction
-
fromOutcome
protected String fromOutcome
-
_if
protected String _if
-
toViewId
protected String toViewId
-
redirect
protected FacesRedirect redirect
-
id
protected String id
-
-
Method Detail
-
getDescriptions
public Text[] getDescriptions()
-
setDescriptions
public void setDescriptions(Text[] text)
-
getDescription
public String getDescription()
-
getDisplayNames
public Text[] getDisplayNames()
-
setDisplayNames
public void setDisplayNames(Text[] text)
-
getDisplayName
public String getDisplayName()
-
getIcons
public Collection<Icon> getIcons()
-
getIcon
public Icon getIcon()
-
getFromAction
public FacesFromAction getFromAction()
Gets the value of the fromAction property.- Returns:
- possible object is
FacesFromAction
-
setFromAction
public void setFromAction(FacesFromAction value)
Sets the value of the fromAction property.- Parameters:
value- allowed object isFacesFromAction
-
getFromOutcome
public String getFromOutcome()
Gets the value of the fromOutcome property.- Returns:
- possible object is
String
-
setFromOutcome
public void setFromOutcome(String value)
Sets the value of the fromOutcome property.- Parameters:
value- allowed object isString
-
setIf
public void setIf(String value)
Sets the value of the if property.- Parameters:
value- allowed object isString
-
getToViewId
public String getToViewId()
Gets the value of the toViewId property.- Returns:
- possible object is
String
-
setToViewId
public void setToViewId(String value)
Sets the value of the toViewId property.- Parameters:
value- allowed object isString
-
getRedirect
public FacesRedirect getRedirect()
Gets the value of the redirect property.- Returns:
- possible object is
FacesRedirect
-
setRedirect
public void setRedirect(FacesRedirect value)
Sets the value of the redirect property.- Parameters:
value- allowed object isFacesRedirect
-
-