|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FacesConfigNavigationRuleType
The "navigation-rule" element represents an individual decision rule that will be utilized by the default NavigationHandler implementation to make decisions on what view should be displayed next, based on the view id being processed.
Java class for faces-config-navigation-ruleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-navigation-ruleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<element name="from-view-id" type="{http://java.sun.com/xml/ns/javaee}faces-config-from-view-idType" minOccurs="0"/>
<element name="navigation-case" type="{http://java.sun.com/xml/ns/javaee}faces-config-navigation-caseType" maxOccurs="unbounded" minOccurs="0"/>
<element name="navigation-rule-extension" type="{http://java.sun.com/xml/ns/javaee}faces-config-navigation-rule-extensionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Method Detail |
|---|
DescriptionType[] getDescription()
DescriptionTypeDescriptionType getDescription(int idx)
DescriptionTypeint getDescriptionLength()
void setDescription(DescriptionType[] values)
values - allowed objects are
DescriptionType
DescriptionType setDescription(int idx,
DescriptionType value)
value - allowed object is
DescriptionTypeDisplayNameType[] getDisplayName()
DisplayNameTypeDisplayNameType getDisplayName(int idx)
DisplayNameTypeint getDisplayNameLength()
void setDisplayName(DisplayNameType[] values)
values - allowed objects are
DisplayNameType
DisplayNameType setDisplayName(int idx,
DisplayNameType value)
value - allowed object is
DisplayNameTypeIconType[] getIcon()
IconTypeIconType getIcon(int idx)
IconTypeint getIconLength()
void setIcon(IconType[] values)
values - allowed objects are
IconType
IconType setIcon(int idx,
IconType value)
value - allowed object is
IconTypeFacesConfigFromViewIdType getFromViewId()
FacesConfigFromViewIdTypevoid setFromViewId(FacesConfigFromViewIdType value)
value - allowed object is
FacesConfigFromViewIdTypeFacesConfigNavigationCaseType[] getNavigationCase()
FacesConfigNavigationCaseTypeFacesConfigNavigationCaseType getNavigationCase(int idx)
FacesConfigNavigationCaseTypeint getNavigationCaseLength()
void setNavigationCase(FacesConfigNavigationCaseType[] values)
values - allowed objects are
FacesConfigNavigationCaseType
FacesConfigNavigationCaseType setNavigationCase(int idx,
FacesConfigNavigationCaseType value)
value - allowed object is
FacesConfigNavigationCaseTypeFacesConfigNavigationRuleExtensionType[] getNavigationRuleExtension()
FacesConfigNavigationRuleExtensionTypeFacesConfigNavigationRuleExtensionType getNavigationRuleExtension(int idx)
FacesConfigNavigationRuleExtensionTypeint getNavigationRuleExtensionLength()
void setNavigationRuleExtension(FacesConfigNavigationRuleExtensionType[] values)
values - allowed objects are
FacesConfigNavigationRuleExtensionType
FacesConfigNavigationRuleExtensionType setNavigationRuleExtension(int idx,
FacesConfigNavigationRuleExtensionType value)
value - allowed object is
FacesConfigNavigationRuleExtensionTypeString getId()
Stringvoid setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||