blob: e86f613b0437d0d18f4717d03d48c24389d40adf [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>FacesConfigFlowDefinition</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="FacesConfigFlowDefinition";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/openejb/jee/FacesConfig$JAXB.html" title="class in org.apache.openejb.jee"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFacesMethodCall.html" title="class in org.apache.openejb.jee"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/openejb/jee/FacesConfigFlowDefinition.html" target="_top">Frames</a></li>
<li><a href="FacesConfigFlowDefinition.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.openejb.jee</div>
<h2 title="Class FacesConfigFlowDefinition" class="title">Class FacesConfigFlowDefinition</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.openejb.jee.FacesConfigFlowDefinition</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">FacesConfigFlowDefinition</span>
extends java.lang.Object</pre>
<div class="block"><p class="changed_added_2_2">Top level element for a flow
definition.</p>
<div class="changed_added_2_2">
<p>If there is no <code>&lt;start-node&gt;</code&gt; element declared, it
is assumed to be <code>&lt;flowName&gt;.xhtml</code&gt;.</p&gt;
</div>
<p>Java class for faces-config-flow-definitionType complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
&lt;complexType name="faces-config-flow-definitionType"&gt;
&lt;complexContent&gt;
&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
&lt;sequence&gt;
&lt;group ref="{http://xmlns.jcp.org/xml/ns/javaee}descriptionGroup"/&gt;
&lt;element name="start-node" type="{http://xmlns.jcp.org/xml/ns/javaee}java-identifierType" minOccurs="0"/&gt;
&lt;element name="view" type="{http://xmlns.jcp.org/xml/ns/javaee}faces-config-flow-definition-viewType" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="switch" type="{http://xmlns.jcp.org/xml/ns/javaee}faces-config-flow-definition-switchType" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="flow-return" type="{http://xmlns.jcp.org/xml/ns/javaee}faces-config-flow-definition-flow-returnType" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="navigation-rule" type="{http://xmlns.jcp.org/xml/ns/javaee}faces-config-navigation-ruleType" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="flow-call" type="{http://xmlns.jcp.org/xml/ns/javaee}faces-config-flow-definition-flow-callType" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="method-call" type="{http://xmlns.jcp.org/xml/ns/javaee}faces-config-flow-definition-faces-method-callType" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="initializer" type="{http://xmlns.jcp.org/xml/ns/javaee}faces-config-flow-definition-initializerType" minOccurs="0"/&gt;
&lt;element name="finalizer" type="{http://xmlns.jcp.org/xml/ns/javaee}faces-config-flow-definition-finalizerType" minOccurs="0"/&gt;
&lt;element name="inbound-parameter" type="{http://xmlns.jcp.org/xml/ns/javaee}faces-config-flow-definition-inbound-parameterType" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;/sequence&gt;
&lt;attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /&gt;
&lt;/restriction&gt;
&lt;/complexContent&gt;
&lt;/complexType&gt;
</pre></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionSwitch.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionSwitch</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#Z:Z_switch">_switch</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../org/apache/openejb/jee/Description.html" title="class in org.apache.openejb.jee">Description</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#description">description</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../org/apache/openejb/jee/DisplayName.html" title="class in org.apache.openejb.jee">DisplayName</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#displayName">displayName</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFinalizer.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionFinalizer</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#finalizer">finalizer</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFlowCall.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionFlowCall</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#flowCall">flowCall</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFlowReturn.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionFlowReturn</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#flowReturn">flowReturn</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../org/apache/openejb/jee/Icon.html" title="class in org.apache.openejb.jee">Icon</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#icon">icon</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#id">id</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionInboundParameter.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionInboundParameter</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#inboundParameter">inboundParameter</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionInitializer.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionInitializer</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#initializer">initializer</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFacesMethodCall.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionFacesMethodCall</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#methodCall">methodCall</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesNavigationRule.html" title="class in org.apache.openejb.jee">FacesNavigationRule</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#navigationRule">navigationRule</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/openejb/jee/JavaIdentifier.html" title="class in org.apache.openejb.jee">JavaIdentifier</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#startNode">startNode</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionView.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionView</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#view">view</a></span></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#FacesConfigFlowDefinition--">FacesConfigFlowDefinition</a></span>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/apache/openejb/jee/Description.html" title="class in org.apache.openejb.jee">Description</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#getDescription--">getDescription</a></span>()</code>
<div class="block">Gets the value of the description property.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/apache/openejb/jee/DisplayName.html" title="class in org.apache.openejb.jee">DisplayName</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#getDisplayName--">getDisplayName</a></span>()</code>
<div class="block">Gets the value of the displayName property.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFinalizer.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionFinalizer</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#getFinalizer--">getFinalizer</a></span>()</code>
<div class="block">Gets the value of the finalizer property.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFlowCall.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionFlowCall</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#getFlowCall--">getFlowCall</a></span>()</code>
<div class="block">Gets the value of the flowCall property.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFlowReturn.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionFlowReturn</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#getFlowReturn--">getFlowReturn</a></span>()</code>
<div class="block">Gets the value of the flowReturn property.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/apache/openejb/jee/Icon.html" title="class in org.apache.openejb.jee">Icon</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#getIcon--">getIcon</a></span>()</code>
<div class="block">Gets the value of the icon property.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#getId--">getId</a></span>()</code>
<div class="block">Gets the value of the id property.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionInboundParameter.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionInboundParameter</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#getInboundParameter--">getInboundParameter</a></span>()</code>
<div class="block">Gets the value of the inboundParameter property.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionInitializer.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionInitializer</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#getInitializer--">getInitializer</a></span>()</code>
<div class="block">Gets the value of the initializer property.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFacesMethodCall.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionFacesMethodCall</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#getMethodCall--">getMethodCall</a></span>()</code>
<div class="block">Gets the value of the methodCall property.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesNavigationRule.html" title="class in org.apache.openejb.jee">FacesNavigationRule</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#getNavigationRule--">getNavigationRule</a></span>()</code>
<div class="block">Gets the value of the navigationRule property.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/openejb/jee/JavaIdentifier.html" title="class in org.apache.openejb.jee">JavaIdentifier</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#getStartNode--">getStartNode</a></span>()</code>
<div class="block">Gets the value of the startNode property.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionSwitch.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionSwitch</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#getSwitch--">getSwitch</a></span>()</code>
<div class="block">Gets the value of the switch property.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionView.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionView</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#getView--">getView</a></span>()</code>
<div class="block">Gets the value of the view property.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#setFinalizer-org.apache.openejb.jee.FacesConfigFlowDefinitionFinalizer-">setFinalizer</a></span>(<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFinalizer.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionFinalizer</a>&nbsp;value)</code>
<div class="block">Sets the value of the finalizer property.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#setId-java.lang.String-">setId</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the id property.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#setInitializer-org.apache.openejb.jee.FacesConfigFlowDefinitionInitializer-">setInitializer</a></span>(<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionInitializer.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionInitializer</a>&nbsp;value)</code>
<div class="block">Sets the value of the initializer property.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinition.html#setStartNode-org.apache.openejb.jee.JavaIdentifier-">setStartNode</a></span>(<a href="../../../../org/apache/openejb/jee/JavaIdentifier.html" title="class in org.apache.openejb.jee">JavaIdentifier</a>&nbsp;value)</code>
<div class="block">Sets the value of the startNode property.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="description">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>description</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../org/apache/openejb/jee/Description.html" title="class in org.apache.openejb.jee">Description</a>&gt; description</pre>
</li>
</ul>
<a name="displayName">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>displayName</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../org/apache/openejb/jee/DisplayName.html" title="class in org.apache.openejb.jee">DisplayName</a>&gt; displayName</pre>
</li>
</ul>
<a name="icon">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>icon</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../org/apache/openejb/jee/Icon.html" title="class in org.apache.openejb.jee">Icon</a>&gt; icon</pre>
</li>
</ul>
<a name="startNode">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startNode</h4>
<pre>protected&nbsp;<a href="../../../../org/apache/openejb/jee/JavaIdentifier.html" title="class in org.apache.openejb.jee">JavaIdentifier</a> startNode</pre>
</li>
</ul>
<a name="view">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>view</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionView.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionView</a>&gt; view</pre>
</li>
</ul>
<a name="Z:Z_switch">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>_switch</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionSwitch.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionSwitch</a>&gt; _switch</pre>
</li>
</ul>
<a name="flowReturn">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>flowReturn</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFlowReturn.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionFlowReturn</a>&gt; flowReturn</pre>
</li>
</ul>
<a name="navigationRule">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>navigationRule</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesNavigationRule.html" title="class in org.apache.openejb.jee">FacesNavigationRule</a>&gt; navigationRule</pre>
</li>
</ul>
<a name="flowCall">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>flowCall</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFlowCall.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionFlowCall</a>&gt; flowCall</pre>
</li>
</ul>
<a name="methodCall">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>methodCall</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFacesMethodCall.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionFacesMethodCall</a>&gt; methodCall</pre>
</li>
</ul>
<a name="initializer">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>initializer</h4>
<pre>protected&nbsp;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionInitializer.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionInitializer</a> initializer</pre>
</li>
</ul>
<a name="finalizer">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>finalizer</h4>
<pre>protected&nbsp;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFinalizer.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionFinalizer</a> finalizer</pre>
</li>
</ul>
<a name="inboundParameter">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>inboundParameter</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionInboundParameter.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionInboundParameter</a>&gt; inboundParameter</pre>
</li>
</ul>
<a name="id">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>id</h4>
<pre>protected&nbsp;java.lang.String id</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="FacesConfigFlowDefinition--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>FacesConfigFlowDefinition</h4>
<pre>public&nbsp;FacesConfigFlowDefinition()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getDescription--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDescription</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../org/apache/openejb/jee/Description.html" title="class in org.apache.openejb.jee">Description</a>&gt;&nbsp;getDescription()</pre>
<div class="block">Gets the value of the description property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the description property.
For example, to add a new item, do as follows:
<pre>
getDescription().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../org/apache/openejb/jee/Description.html" title="class in org.apache.openejb.jee"><code>Description</code></a></div>
</li>
</ul>
<a name="getDisplayName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDisplayName</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../org/apache/openejb/jee/DisplayName.html" title="class in org.apache.openejb.jee">DisplayName</a>&gt;&nbsp;getDisplayName()</pre>
<div class="block">Gets the value of the displayName property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the displayName property.
For example, to add a new item, do as follows:
<pre>
getDisplayName().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../org/apache/openejb/jee/DisplayName.html" title="class in org.apache.openejb.jee"><code>DisplayName</code></a></div>
</li>
</ul>
<a name="getIcon--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getIcon</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../org/apache/openejb/jee/Icon.html" title="class in org.apache.openejb.jee">Icon</a>&gt;&nbsp;getIcon()</pre>
<div class="block">Gets the value of the icon property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the icon property.
For example, to add a new item, do as follows:
<pre>
getIcon().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../org/apache/openejb/jee/Icon.html" title="class in org.apache.openejb.jee"><code>Icon</code></a></div>
</li>
</ul>
<a name="getStartNode--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStartNode</h4>
<pre>public&nbsp;<a href="../../../../org/apache/openejb/jee/JavaIdentifier.html" title="class in org.apache.openejb.jee">JavaIdentifier</a>&nbsp;getStartNode()</pre>
<div class="block">Gets the value of the startNode property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../org/apache/openejb/jee/JavaIdentifier.html" title="class in org.apache.openejb.jee"><code>JavaIdentifier</code></a></dd>
</dl>
</li>
</ul>
<a name="setStartNode-org.apache.openejb.jee.JavaIdentifier-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setStartNode</h4>
<pre>public&nbsp;void&nbsp;setStartNode(<a href="../../../../org/apache/openejb/jee/JavaIdentifier.html" title="class in org.apache.openejb.jee">JavaIdentifier</a>&nbsp;value)</pre>
<div class="block">Sets the value of the startNode property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../org/apache/openejb/jee/JavaIdentifier.html" title="class in org.apache.openejb.jee"><code>JavaIdentifier</code></a></dd>
</dl>
</li>
</ul>
<a name="getView--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getView</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionView.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionView</a>&gt;&nbsp;getView()</pre>
<div class="block">Gets the value of the view property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the view property.
For example, to add a new item, do as follows:
<pre>
getView().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionView.html" title="class in org.apache.openejb.jee"><code>FacesConfigFlowDefinitionView</code></a></div>
</li>
</ul>
<a name="getSwitch--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSwitch</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionSwitch.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionSwitch</a>&gt;&nbsp;getSwitch()</pre>
<div class="block">Gets the value of the switch property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the switch property.
For example, to add a new item, do as follows:
<pre>
getSwitch().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionSwitch.html" title="class in org.apache.openejb.jee"><code>FacesConfigFlowDefinitionSwitch</code></a></div>
</li>
</ul>
<a name="getFlowReturn--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFlowReturn</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFlowReturn.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionFlowReturn</a>&gt;&nbsp;getFlowReturn()</pre>
<div class="block">Gets the value of the flowReturn property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the flowReturn property.
For example, to add a new item, do as follows:
<pre>
getFlowReturn().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFlowReturn.html" title="class in org.apache.openejb.jee"><code>FacesConfigFlowDefinitionFlowReturn</code></a></div>
</li>
</ul>
<a name="getNavigationRule--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNavigationRule</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesNavigationRule.html" title="class in org.apache.openejb.jee">FacesNavigationRule</a>&gt;&nbsp;getNavigationRule()</pre>
<div class="block">Gets the value of the navigationRule property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the navigationRule property.
For example, to add a new item, do as follows:
<pre>
getNavigationRule().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../org/apache/openejb/jee/FacesConfigNavigationRuleExtension.html" title="class in org.apache.openejb.jee"><code>FacesConfigNavigationRuleExtension</code></a></div>
</li>
</ul>
<a name="getFlowCall--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFlowCall</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFlowCall.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionFlowCall</a>&gt;&nbsp;getFlowCall()</pre>
<div class="block">Gets the value of the flowCall property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the flowCall property.
For example, to add a new item, do as follows:
<pre>
getFlowCall().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFlowCall.html" title="class in org.apache.openejb.jee"><code>FacesConfigFlowDefinitionFlowCall</code></a></div>
</li>
</ul>
<a name="getMethodCall--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMethodCall</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFacesMethodCall.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionFacesMethodCall</a>&gt;&nbsp;getMethodCall()</pre>
<div class="block">Gets the value of the methodCall property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the methodCall property.
For example, to add a new item, do as follows:
<pre>
getMethodCall().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFacesMethodCall.html" title="class in org.apache.openejb.jee"><code>FacesConfigFlowDefinitionFacesMethodCall</code></a></div>
</li>
</ul>
<a name="getInitializer--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInitializer</h4>
<pre>public&nbsp;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionInitializer.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionInitializer</a>&nbsp;getInitializer()</pre>
<div class="block">Gets the value of the initializer property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionInitializer.html" title="class in org.apache.openejb.jee"><code>FacesConfigFlowDefinitionInitializer</code></a></dd>
</dl>
</li>
</ul>
<a name="setInitializer-org.apache.openejb.jee.FacesConfigFlowDefinitionInitializer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInitializer</h4>
<pre>public&nbsp;void&nbsp;setInitializer(<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionInitializer.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionInitializer</a>&nbsp;value)</pre>
<div class="block">Sets the value of the initializer property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionInitializer.html" title="class in org.apache.openejb.jee"><code>FacesConfigFlowDefinitionInitializer</code></a></dd>
</dl>
</li>
</ul>
<a name="getFinalizer--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFinalizer</h4>
<pre>public&nbsp;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFinalizer.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionFinalizer</a>&nbsp;getFinalizer()</pre>
<div class="block">Gets the value of the finalizer property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFinalizer.html" title="class in org.apache.openejb.jee"><code>FacesConfigFlowDefinitionFinalizer</code></a></dd>
</dl>
</li>
</ul>
<a name="setFinalizer-org.apache.openejb.jee.FacesConfigFlowDefinitionFinalizer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFinalizer</h4>
<pre>public&nbsp;void&nbsp;setFinalizer(<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFinalizer.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionFinalizer</a>&nbsp;value)</pre>
<div class="block">Sets the value of the finalizer property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFinalizer.html" title="class in org.apache.openejb.jee"><code>FacesConfigFlowDefinitionFinalizer</code></a></dd>
</dl>
</li>
</ul>
<a name="getInboundParameter--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInboundParameter</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionInboundParameter.html" title="class in org.apache.openejb.jee">FacesConfigFlowDefinitionInboundParameter</a>&gt;&nbsp;getInboundParameter()</pre>
<div class="block">Gets the value of the inboundParameter property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the inboundParameter property.
For example, to add a new item, do as follows:
<pre>
getInboundParameter().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionInboundParameter.html" title="class in org.apache.openejb.jee"><code>FacesConfigFlowDefinitionInboundParameter</code></a></div>
</li>
</ul>
<a name="getId--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getId</h4>
<pre>public&nbsp;java.lang.String&nbsp;getId()</pre>
<div class="block">Gets the value of the id property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setId-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setId</h4>
<pre>public&nbsp;void&nbsp;setId(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the id property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<code>String</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/openejb/jee/FacesConfig$JAXB.html" title="class in org.apache.openejb.jee"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/openejb/jee/FacesConfigFlowDefinitionFacesMethodCall.html" title="class in org.apache.openejb.jee"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/openejb/jee/FacesConfigFlowDefinition.html" target="_top">Frames</a></li>
<li><a href="FacesConfigFlowDefinition.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>