You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by at...@apache.org on 2014/03/02 03:25:51 UTC

svn commit: r899679 [2/23] - in /websites/production/commons/content/proper/commons-scxml: ./ 0.5/ 0.6/ 0.7/ 0.8/ 0.9/ apidocs/ apidocs/org/apache/commons/scxml2/ apidocs/org/apache/commons/scxml2/class-use/ apidocs/org/apache/commons/scxml2/env/ apido...

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/Context.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/Context.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/Context.html Sun Mar  2 02:25:48 2014
@@ -88,45 +88,27 @@
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="#org.apache.commons.scxml2.env.faces">org.apache.commons.scxml2.env.faces</a></td>
-<td class="colLast">
-<div class="block">A collection of classes bridging the SCXML executor to the JSF-based
-     environments.</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.commons.scxml2.env.groovy">org.apache.commons.scxml2.env.groovy</a></td>
 <td class="colLast">
 <div class="block">A collection of classes that allow Groovy to be used in expressions
      within SCXML documents.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.commons.scxml2.env.javascript">org.apache.commons.scxml2.env.javascript</a></td>
 <td class="colLast">
 <div class="block">A collection of classes that allow JavaScript to be used in expressions
      within SCXML documents via the <code>javax.script</code> API.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.commons.scxml2.env.jexl">org.apache.commons.scxml2.env.jexl</a></td>
 <td class="colLast">
 <div class="block">A collection of classes that allow JEXL to be used in expressions
      within SCXML documents.</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><a href="#org.apache.commons.scxml2.env.jsp">org.apache.commons.scxml2.env.jsp</a></td>
-<td class="colLast">
-<div class="block">A collection of classes bridging the SCXML executor to the JSP
-     environment.</div>
-</td>
-</tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="#org.apache.commons.scxml2.env.rhino">org.apache.commons.scxml2.env.rhino</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.commons.scxml2.env.xpath">org.apache.commons.scxml2.env.xpath</a></td>
 <td class="colLast">
 <div class="block">A collection of classes that allow XPath to be used in expressions
@@ -313,40 +295,6 @@
 </tbody>
 </table>
 </li>
-<li class="blockList"><a name="org.apache.commons.scxml2.env.faces">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a> in <a href="../../../../../org/apache/commons/scxml2/env/faces/package-summary.html">org.apache.commons.scxml2.env.faces</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../../org/apache/commons/scxml2/env/faces/package-summary.html">org.apache.commons.scxml2.env.faces</a> that implement <a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/env/faces/SessionContext.html" title="class in org.apache.commons.scxml2.env.faces">SessionContext</a></strong></code>
-<div class="block">A Faces Session Context.</div>
-</td>
-</tr>
-</tbody>
-</table>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
-<caption><span>Constructors in <a href="../../../../../org/apache/commons/scxml2/env/faces/package-summary.html">org.apache.commons.scxml2.env.faces</a> with parameters of type <a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/env/faces/SessionContext.html#SessionContext(javax.faces.context.FacesContext, org.apache.commons.scxml2.Context)">SessionContext</a></strong>(<a href="http://docs.oracle.com/javaee/6/api/javax/faces/context/FacesContext.html?is-external=true" title="class or interface in javax.faces.context">FacesContext</a>&nbsp;fc,
-                            <a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;parent)</code>
-<div class="block">Constructor.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
 <li class="blockList"><a name="org.apache.commons.scxml2.env.groovy">
 <!--   -->
 </a>
@@ -619,178 +567,6 @@
 </tbody>
 </table>
 </li>
-<li class="blockList"><a name="org.apache.commons.scxml2.env.jsp">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a> in <a href="../../../../../org/apache/commons/scxml2/env/jsp/package-summary.html">org.apache.commons.scxml2.env.jsp</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../../org/apache/commons/scxml2/env/jsp/package-summary.html">org.apache.commons.scxml2.env.jsp</a> that implement <a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jsp/ELContext.html" title="class in org.apache.commons.scxml2.env.jsp">ELContext</a></strong></code>
-<div class="block">EL Context for SCXML interpreter.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jsp/RootContext.html" title="class in org.apache.commons.scxml2.env.jsp">RootContext</a></strong></code>
-<div class="block">EL Context for root SCXML element.</div>
-</td>
-</tr>
-</tbody>
-</table>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../org/apache/commons/scxml2/env/jsp/package-summary.html">org.apache.commons.scxml2.env.jsp</a> that return <a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a></code></td>
-<td class="colLast"><span class="strong">ELEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jsp/ELEvaluator.html#newContext(org.apache.commons.scxml2.Context)">newContext</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;parent)</code>
-<div class="block">Create a new child context.</div>
-</td>
-</tr>
-</tbody>
-</table>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../org/apache/commons/scxml2/env/jsp/package-summary.html">org.apache.commons.scxml2.env.jsp</a> with parameters of type <a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><span class="strong">ELEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jsp/ELEvaluator.html#eval(org.apache.commons.scxml2.Context, java.lang.String)">eval</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
-        <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>
-<div class="block">Evaluate an expression.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
-<td class="colLast"><span class="strong">ELEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jsp/ELEvaluator.html#evalCond(org.apache.commons.scxml2.Context, java.lang.String)">evalCond</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
-                <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a></code></td>
-<td class="colLast"><span class="strong">ELEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jsp/ELEvaluator.html#evalLocation(org.apache.commons.scxml2.Context, java.lang.String)">evalLocation</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
-                        <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><span class="strong">ELEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jsp/ELEvaluator.html#evalScript(org.apache.commons.scxml2.Context, java.lang.String)">evalScript</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
-                    <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;script)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a></code></td>
-<td class="colLast"><span class="strong">ELEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jsp/ELEvaluator.html#newContext(org.apache.commons.scxml2.Context)">newContext</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;parent)</code>
-<div class="block">Create a new child context.</div>
-</td>
-</tr>
-</tbody>
-</table>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
-<caption><span>Constructors in <a href="../../../../../org/apache/commons/scxml2/env/jsp/package-summary.html">org.apache.commons.scxml2.env.jsp</a> with parameters of type <a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jsp/ELContext.html#ELContext(org.apache.commons.scxml2.Context)">ELContext</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;parent)</code>
-<div class="block">Constructor.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.commons.scxml2.env.rhino">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a> in <a href="../../../../../org/apache/commons/scxml2/env/rhino/package-summary.html">org.apache.commons.scxml2.env.rhino</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../../org/apache/commons/scxml2/env/rhino/package-summary.html">org.apache.commons.scxml2.env.rhino</a> that implement <a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/env/rhino/RhinoContext.html" title="class in org.apache.commons.scxml2.env.rhino">RhinoContext</a></strong></code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../org/apache/commons/scxml2/env/rhino/package-summary.html">org.apache.commons.scxml2.env.rhino</a> that return <a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a></code></td>
-<td class="colLast"><span class="strong">RhinoEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/rhino/RhinoEvaluator.html#newContext(org.apache.commons.scxml2.Context)">newContext</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;parent)</code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../org/apache/commons/scxml2/env/rhino/package-summary.html">org.apache.commons.scxml2.env.rhino</a> with parameters of type <a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><span class="strong">RhinoEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/rhino/RhinoEvaluator.html#eval(org.apache.commons.scxml2.Context, java.lang.String)">eval</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
-        <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
-<td class="colLast"><span class="strong">RhinoEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/rhino/RhinoEvaluator.html#evalCond(org.apache.commons.scxml2.Context, java.lang.String)">evalCond</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
-                <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a></code></td>
-<td class="colLast"><span class="strong">RhinoEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/rhino/RhinoEvaluator.html#evalLocation(org.apache.commons.scxml2.Context, java.lang.String)">evalLocation</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
-                        <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>because of E4X availability of Rhino</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><span class="strong">RhinoEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/rhino/RhinoEvaluator.html#evalScript(org.apache.commons.scxml2.Context, java.lang.String)">evalScript</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
-                    <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;script)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a></code></td>
-<td class="colLast"><span class="strong">RhinoEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/rhino/RhinoEvaluator.html#newContext(org.apache.commons.scxml2.Context)">newContext</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;parent)</code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
-<caption><span>Constructors in <a href="../../../../../org/apache/commons/scxml2/env/rhino/package-summary.html">org.apache.commons.scxml2.env.rhino</a> with parameters of type <a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/env/rhino/RhinoContext.html#RhinoContext(org.apache.commons.scxml2.Context)">RhinoContext</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;parent)</code>
-<div class="block">Creates new rhino scope.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
 <li class="blockList"><a name="org.apache.commons.scxml2.env.xpath">
 <!--   -->
 </a>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/Evaluator.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/Evaluator.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/Evaluator.html Sun Mar  2 02:25:48 2014
@@ -109,17 +109,6 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="#org.apache.commons.scxml2.env.jsp">org.apache.commons.scxml2.env.jsp</a></td>
-<td class="colLast">
-<div class="block">A collection of classes bridging the SCXML executor to the JSP
-     environment.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="#org.apache.commons.scxml2.env.rhino">org.apache.commons.scxml2.env.rhino</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.commons.scxml2.env.xpath">org.apache.commons.scxml2.env.xpath</a></td>
 <td class="colLast">
 <div class="block">A collection of classes that allow XPath to be used in expressions
@@ -298,45 +287,6 @@
 </tbody>
 </table>
 </li>
-<li class="blockList"><a name="org.apache.commons.scxml2.env.jsp">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a> in <a href="../../../../../org/apache/commons/scxml2/env/jsp/package-summary.html">org.apache.commons.scxml2.env.jsp</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../../org/apache/commons/scxml2/env/jsp/package-summary.html">org.apache.commons.scxml2.env.jsp</a> that implement <a href="../../../../../org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jsp/ELEvaluator.html" title="class in org.apache.commons.scxml2.env.jsp">ELEvaluator</a></strong></code>
-<div class="block">Evaluator implementation enabling use of EL expressions in
- SCXML documents.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.commons.scxml2.env.rhino">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a> in <a href="../../../../../org/apache/commons/scxml2/env/rhino/package-summary.html">org.apache.commons.scxml2.env.rhino</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../../org/apache/commons/scxml2/env/rhino/package-summary.html">org.apache.commons.scxml2.env.rhino</a> that implement <a href="../../../../../org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/env/rhino/RhinoEvaluator.html" title="class in org.apache.commons.scxml2.env.rhino">RhinoEvaluator</a></strong></code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-</li>
 <li class="blockList"><a name="org.apache.commons.scxml2.env.xpath">
 <!--   -->
 </a>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/PathResolver.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/PathResolver.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/PathResolver.html Sun Mar  2 02:25:48 2014
@@ -88,20 +88,13 @@
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="#org.apache.commons.scxml2.env.servlet">org.apache.commons.scxml2.env.servlet</a></td>
-<td class="colLast">
-<div class="block">A collection of classes useful in the servlet container
-     environment.</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.commons.scxml2.io">org.apache.commons.scxml2.io</a></td>
 <td class="colLast">
 <div class="block">A collection of classes for reading in and writing out SCXML
      documents, to and from the Commons SCXML Java object model.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.commons.scxml2.model">org.apache.commons.scxml2.model</a></td>
 <td class="colLast">
 <div class="block">A collection of classes needed to model SCXML documents.</div>
@@ -165,41 +158,6 @@
 </tbody>
 </table>
 </li>
-<li class="blockList"><a name="org.apache.commons.scxml2.env.servlet">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../org/apache/commons/scxml2/PathResolver.html" title="interface in org.apache.commons.scxml2">PathResolver</a> in <a href="../../../../../org/apache/commons/scxml2/env/servlet/package-summary.html">org.apache.commons.scxml2.env.servlet</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../../org/apache/commons/scxml2/env/servlet/package-summary.html">org.apache.commons.scxml2.env.servlet</a> that implement <a href="../../../../../org/apache/commons/scxml2/PathResolver.html" title="interface in org.apache.commons.scxml2">PathResolver</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/env/servlet/ServletContextResolver.html" title="class in org.apache.commons.scxml2.env.servlet">ServletContextResolver</a></strong></code>
-<div class="block">A wrapper around ServletContext that implements PathResolver.</div>
-</td>
-</tr>
-</tbody>
-</table>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../org/apache/commons/scxml2/env/servlet/package-summary.html">org.apache.commons.scxml2.env.servlet</a> that return <a href="../../../../../org/apache/commons/scxml2/PathResolver.html" title="interface in org.apache.commons.scxml2">PathResolver</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/commons/scxml2/PathResolver.html" title="interface in org.apache.commons.scxml2">PathResolver</a></code></td>
-<td class="colLast"><span class="strong">ServletContextResolver.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/servlet/ServletContextResolver.html#getResolver(java.lang.String)">getResolver</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ctxPath)</code>
-<div class="block">Retrieve the PathResolver rooted at the given path.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
 <li class="blockList"><a name="org.apache.commons.scxml2.io">
 <!--   -->
 </a>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/SCXMLExpressionException.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/SCXMLExpressionException.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/SCXMLExpressionException.html Sun Mar  2 02:25:48 2014
@@ -102,17 +102,6 @@
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="#org.apache.commons.scxml2.env.jsp">org.apache.commons.scxml2.env.jsp</a></td>
-<td class="colLast">
-<div class="block">A collection of classes bridging the SCXML executor to the JSP
-     environment.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="#org.apache.commons.scxml2.env.rhino">org.apache.commons.scxml2.env.rhino</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.commons.scxml2.env.xpath">org.apache.commons.scxml2.env.xpath</a></td>
 <td class="colLast">
 <div class="block">A collection of classes that allow XPath to be used in expressions
@@ -290,80 +279,6 @@
 </tbody>
 </table>
 </li>
-<li class="blockList"><a name="org.apache.commons.scxml2.env.jsp">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../org/apache/commons/scxml2/SCXMLExpressionException.html" title="class in org.apache.commons.scxml2">SCXMLExpressionException</a> in <a href="../../../../../org/apache/commons/scxml2/env/jsp/package-summary.html">org.apache.commons.scxml2.env.jsp</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../org/apache/commons/scxml2/env/jsp/package-summary.html">org.apache.commons.scxml2.env.jsp</a> that throw <a href="../../../../../org/apache/commons/scxml2/SCXMLExpressionException.html" title="class in org.apache.commons.scxml2">SCXMLExpressionException</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><span class="strong">ELEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jsp/ELEvaluator.html#eval(org.apache.commons.scxml2.Context, java.lang.String)">eval</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
-        <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>
-<div class="block">Evaluate an expression.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
-<td class="colLast"><span class="strong">ELEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jsp/ELEvaluator.html#evalCond(org.apache.commons.scxml2.Context, java.lang.String)">evalCond</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
-                <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a></code></td>
-<td class="colLast"><span class="strong">ELEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jsp/ELEvaluator.html#evalLocation(org.apache.commons.scxml2.Context, java.lang.String)">evalLocation</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
-                        <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><span class="strong">ELEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jsp/ELEvaluator.html#evalScript(org.apache.commons.scxml2.Context, java.lang.String)">evalScript</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
-                    <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;script)</code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.commons.scxml2.env.rhino">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../org/apache/commons/scxml2/SCXMLExpressionException.html" title="class in org.apache.commons.scxml2">SCXMLExpressionException</a> in <a href="../../../../../org/apache/commons/scxml2/env/rhino/package-summary.html">org.apache.commons.scxml2.env.rhino</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../org/apache/commons/scxml2/env/rhino/package-summary.html">org.apache.commons.scxml2.env.rhino</a> that throw <a href="../../../../../org/apache/commons/scxml2/SCXMLExpressionException.html" title="class in org.apache.commons.scxml2">SCXMLExpressionException</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><span class="strong">RhinoEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/rhino/RhinoEvaluator.html#eval(org.apache.commons.scxml2.Context, java.lang.String)">eval</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
-        <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
-<td class="colLast"><span class="strong">RhinoEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/rhino/RhinoEvaluator.html#evalCond(org.apache.commons.scxml2.Context, java.lang.String)">evalCond</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
-                <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a></code></td>
-<td class="colLast"><span class="strong">RhinoEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/rhino/RhinoEvaluator.html#evalLocation(org.apache.commons.scxml2.Context, java.lang.String)">evalLocation</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
-                        <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>because of E4X availability of Rhino</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><span class="strong">RhinoEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/rhino/RhinoEvaluator.html#evalScript(org.apache.commons.scxml2.Context, java.lang.String)">evalScript</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
-                    <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;script)</code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-</li>
 <li class="blockList"><a name="org.apache.commons.scxml2.env.xpath">
 <!--   -->
 </a>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/SimpleContext.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/SimpleContext.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/SimpleContext.html Sun Mar  2 02:25:48 2014
@@ -99,7 +99,7 @@
 </dl>
 <dl>
 <dt>Direct Known Subclasses:</dt>
-<dd><a href="../../../../../org/apache/commons/scxml2/env/jsp/ELContext.html" title="class in org.apache.commons.scxml2.env.jsp">ELContext</a>, <a href="../../../../../org/apache/commons/scxml2/env/groovy/GroovyContext.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyContext</a>, <a href="../../../../../org/apache/commons/scxml2/env/jexl/JexlContext.html" title="class in org.apache.commons.scxml2.env.jexl">JexlContext</a>, <a href="../../../../../org/apache/commons/scxml2/env/javascript/JSContext.html" title="class in org.apache.commons.scxml2.env.javascript">JSContext</a>, <a href="../../../../../org/apache/commons/scxml2/env/rhino/RhinoContext.html" title="class in org.apache.commons.scxml2.env.rhino">RhinoContext</a>, <a href="../../../../../org/apache/commons/scxml2/env/faces/SessionContext.html" title="class in org.apache.commons.scxml2.env.faces">SessionContext</a>, <a href="../../../../../org/apache/commons/scxml2/env/xpath/XPathContext.html" title="class in 
 org.apache.commons.scxml2.env.xpath">XPathContext</a></dd>
+<dd><a href="../../../../../org/apache/commons/scxml2/env/groovy/GroovyContext.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyContext</a>, <a href="../../../../../org/apache/commons/scxml2/env/jexl/JexlContext.html" title="class in org.apache.commons.scxml2.env.jexl">JexlContext</a>, <a href="../../../../../org/apache/commons/scxml2/env/javascript/JSContext.html" title="class in org.apache.commons.scxml2.env.javascript">JSContext</a>, <a href="../../../../../org/apache/commons/scxml2/env/xpath/XPathContext.html" title="class in org.apache.commons.scxml2.env.xpath">XPathContext</a></dd>
 </dl>
 <hr>
 <br>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/class-use/SimpleContext.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/class-use/SimpleContext.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/class-use/SimpleContext.html Sun Mar  2 02:25:48 2014
@@ -75,45 +75,27 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><a href="#org.apache.commons.scxml2.env.faces">org.apache.commons.scxml2.env.faces</a></td>
-<td class="colLast">
-<div class="block">A collection of classes bridging the SCXML executor to the JSF-based
-     environments.</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.commons.scxml2.env.groovy">org.apache.commons.scxml2.env.groovy</a></td>
 <td class="colLast">
 <div class="block">A collection of classes that allow Groovy to be used in expressions
      within SCXML documents.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.commons.scxml2.env.javascript">org.apache.commons.scxml2.env.javascript</a></td>
 <td class="colLast">
 <div class="block">A collection of classes that allow JavaScript to be used in expressions
      within SCXML documents via the <code>javax.script</code> API.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.commons.scxml2.env.jexl">org.apache.commons.scxml2.env.jexl</a></td>
 <td class="colLast">
 <div class="block">A collection of classes that allow JEXL to be used in expressions
      within SCXML documents.</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><a href="#org.apache.commons.scxml2.env.jsp">org.apache.commons.scxml2.env.jsp</a></td>
-<td class="colLast">
-<div class="block">A collection of classes bridging the SCXML executor to the JSP
-     environment.</div>
-</td>
-</tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="#org.apache.commons.scxml2.env.rhino">org.apache.commons.scxml2.env.rhino</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.commons.scxml2.env.xpath">org.apache.commons.scxml2.env.xpath</a></td>
 <td class="colLast">
 <div class="block">A collection of classes that allow XPath to be used in expressions
@@ -125,26 +107,6 @@
 </li>
 <li class="blockList">
 <ul class="blockList">
-<li class="blockList"><a name="org.apache.commons.scxml2.env.faces">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../../org/apache/commons/scxml2/env/SimpleContext.html" title="class in org.apache.commons.scxml2.env">SimpleContext</a> in <a href="../../../../../../org/apache/commons/scxml2/env/faces/package-summary.html">org.apache.commons.scxml2.env.faces</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
-<caption><span>Subclasses of <a href="../../../../../../org/apache/commons/scxml2/env/SimpleContext.html" title="class in org.apache.commons.scxml2.env">SimpleContext</a> in <a href="../../../../../../org/apache/commons/scxml2/env/faces/package-summary.html">org.apache.commons.scxml2.env.faces</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/scxml2/env/faces/SessionContext.html" title="class in org.apache.commons.scxml2.env.faces">SessionContext</a></strong></code>
-<div class="block">A Faces Session Context.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
 <li class="blockList"><a name="org.apache.commons.scxml2.env.groovy">
 <!--   -->
 </a>
@@ -205,50 +167,6 @@
 </tbody>
 </table>
 </li>
-<li class="blockList"><a name="org.apache.commons.scxml2.env.jsp">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../../org/apache/commons/scxml2/env/SimpleContext.html" title="class in org.apache.commons.scxml2.env">SimpleContext</a> in <a href="../../../../../../org/apache/commons/scxml2/env/jsp/package-summary.html">org.apache.commons.scxml2.env.jsp</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
-<caption><span>Subclasses of <a href="../../../../../../org/apache/commons/scxml2/env/SimpleContext.html" title="class in org.apache.commons.scxml2.env">SimpleContext</a> in <a href="../../../../../../org/apache/commons/scxml2/env/jsp/package-summary.html">org.apache.commons.scxml2.env.jsp</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/scxml2/env/jsp/ELContext.html" title="class in org.apache.commons.scxml2.env.jsp">ELContext</a></strong></code>
-<div class="block">EL Context for SCXML interpreter.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/scxml2/env/jsp/RootContext.html" title="class in org.apache.commons.scxml2.env.jsp">RootContext</a></strong></code>
-<div class="block">EL Context for root SCXML element.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.commons.scxml2.env.rhino">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../../org/apache/commons/scxml2/env/SimpleContext.html" title="class in org.apache.commons.scxml2.env">SimpleContext</a> in <a href="../../../../../../org/apache/commons/scxml2/env/rhino/package-summary.html">org.apache.commons.scxml2.env.rhino</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
-<caption><span>Subclasses of <a href="../../../../../../org/apache/commons/scxml2/env/SimpleContext.html" title="class in org.apache.commons.scxml2.env">SimpleContext</a> in <a href="../../../../../../org/apache/commons/scxml2/env/rhino/package-summary.html">org.apache.commons.scxml2.env.rhino</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/scxml2/env/rhino/RhinoContext.html" title="class in org.apache.commons.scxml2.env.rhino">RhinoContext</a></strong></code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-</li>
 <li class="blockList"><a name="org.apache.commons.scxml2.env.xpath">
 <!--   -->
 </a>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/groovy/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/groovy/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/groovy/package-summary.html Sun Mar  2 02:25:48 2014
@@ -35,7 +35,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/commons/scxml2/env/faces/package-summary.html">Prev Package</a></li>
+<li><a href="../../../../../../org/apache/commons/scxml2/env/package-summary.html">Prev Package</a></li>
 <li><a href="../../../../../../org/apache/commons/scxml2/env/javascript/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">
@@ -173,7 +173,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/commons/scxml2/env/faces/package-summary.html">Prev Package</a></li>
+<li><a href="../../../../../../org/apache/commons/scxml2/env/package-summary.html">Prev Package</a></li>
 <li><a href="../../../../../../org/apache/commons/scxml2/env/javascript/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/groovy/package-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/groovy/package-tree.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/groovy/package-tree.html Sun Mar  2 02:25:48 2014
@@ -35,7 +35,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/commons/scxml2/env/faces/package-tree.html">Prev</a></li>
+<li><a href="../../../../../../org/apache/commons/scxml2/env/package-tree.html">Prev</a></li>
 <li><a href="../../../../../../org/apache/commons/scxml2/env/javascript/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">
@@ -128,7 +128,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/commons/scxml2/env/faces/package-tree.html">Prev</a></li>
+<li><a href="../../../../../../org/apache/commons/scxml2/env/package-tree.html">Prev</a></li>
 <li><a href="../../../../../../org/apache/commons/scxml2/env/javascript/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/jexl/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/jexl/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/jexl/package-summary.html Sun Mar  2 02:25:48 2014
@@ -36,7 +36,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../../org/apache/commons/scxml2/env/javascript/package-summary.html">Prev Package</a></li>
-<li><a href="../../../../../../org/apache/commons/scxml2/env/jsp/package-summary.html">Next Package</a></li>
+<li><a href="../../../../../../org/apache/commons/scxml2/env/xpath/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../index.html?org/apache/commons/scxml2/env/jexl/package-summary.html" target="_top">Frames</a></li>
@@ -129,7 +129,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../../org/apache/commons/scxml2/env/javascript/package-summary.html">Prev Package</a></li>
-<li><a href="../../../../../../org/apache/commons/scxml2/env/jsp/package-summary.html">Next Package</a></li>
+<li><a href="../../../../../../org/apache/commons/scxml2/env/xpath/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../index.html?org/apache/commons/scxml2/env/jexl/package-summary.html" target="_top">Frames</a></li>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/jexl/package-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/jexl/package-tree.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/jexl/package-tree.html Sun Mar  2 02:25:48 2014
@@ -36,7 +36,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../../org/apache/commons/scxml2/env/javascript/package-tree.html">Prev</a></li>
-<li><a href="../../../../../../org/apache/commons/scxml2/env/jsp/package-tree.html">Next</a></li>
+<li><a href="../../../../../../org/apache/commons/scxml2/env/xpath/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../index.html?org/apache/commons/scxml2/env/jexl/package-tree.html" target="_top">Frames</a></li>
@@ -104,7 +104,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../../org/apache/commons/scxml2/env/javascript/package-tree.html">Prev</a></li>
-<li><a href="../../../../../../org/apache/commons/scxml2/env/jsp/package-tree.html">Next</a></li>
+<li><a href="../../../../../../org/apache/commons/scxml2/env/xpath/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../../index.html?org/apache/commons/scxml2/env/jexl/package-tree.html" target="_top">Frames</a></li>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/package-summary.html Sun Mar  2 02:25:48 2014
@@ -36,7 +36,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/commons/scxml2/package-summary.html">Prev Package</a></li>
-<li><a href="../../../../../org/apache/commons/scxml2/env/faces/package-summary.html">Next Package</a></li>
+<li><a href="../../../../../org/apache/commons/scxml2/env/groovy/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/commons/scxml2/env/package-summary.html" target="_top">Frames</a></li>
@@ -197,7 +197,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/commons/scxml2/package-summary.html">Prev Package</a></li>
-<li><a href="../../../../../org/apache/commons/scxml2/env/faces/package-summary.html">Next Package</a></li>
+<li><a href="../../../../../org/apache/commons/scxml2/env/groovy/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/commons/scxml2/env/package-summary.html" target="_top">Frames</a></li>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/package-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/package-tree.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/package-tree.html Sun Mar  2 02:25:48 2014
@@ -36,7 +36,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/commons/scxml2/package-tree.html">Prev</a></li>
-<li><a href="../../../../../org/apache/commons/scxml2/env/faces/package-tree.html">Next</a></li>
+<li><a href="../../../../../org/apache/commons/scxml2/env/groovy/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/commons/scxml2/env/package-tree.html" target="_top">Frames</a></li>
@@ -115,7 +115,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/commons/scxml2/package-tree.html">Prev</a></li>
-<li><a href="../../../../../org/apache/commons/scxml2/env/faces/package-tree.html">Next</a></li>
+<li><a href="../../../../../org/apache/commons/scxml2/env/groovy/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/commons/scxml2/env/package-tree.html" target="_top">Frames</a></li>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/package-use.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/package-use.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/package-use.html Sun Mar  2 02:25:48 2014
@@ -75,45 +75,27 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><a href="#org.apache.commons.scxml2.env.faces">org.apache.commons.scxml2.env.faces</a></td>
-<td class="colLast">
-<div class="block">A collection of classes bridging the SCXML executor to the JSF-based
-     environments.</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.commons.scxml2.env.groovy">org.apache.commons.scxml2.env.groovy</a></td>
 <td class="colLast">
 <div class="block">A collection of classes that allow Groovy to be used in expressions
      within SCXML documents.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.commons.scxml2.env.javascript">org.apache.commons.scxml2.env.javascript</a></td>
 <td class="colLast">
 <div class="block">A collection of classes that allow JavaScript to be used in expressions
      within SCXML documents via the <code>javax.script</code> API.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.commons.scxml2.env.jexl">org.apache.commons.scxml2.env.jexl</a></td>
 <td class="colLast">
 <div class="block">A collection of classes that allow JEXL to be used in expressions
      within SCXML documents.</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><a href="#org.apache.commons.scxml2.env.jsp">org.apache.commons.scxml2.env.jsp</a></td>
-<td class="colLast">
-<div class="block">A collection of classes bridging the SCXML executor to the JSP
-     environment.</div>
-</td>
-</tr>
 <tr class="rowColor">
-<td class="colFirst"><a href="#org.apache.commons.scxml2.env.rhino">org.apache.commons.scxml2.env.rhino</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.commons.scxml2.env.xpath">org.apache.commons.scxml2.env.xpath</a></td>
 <td class="colLast">
 <div class="block">A collection of classes that allow XPath to be used in expressions
@@ -123,23 +105,6 @@
 </tbody>
 </table>
 </li>
-<li class="blockList"><a name="org.apache.commons.scxml2.env.faces">
-<!--   -->
-</a>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../../org/apache/commons/scxml2/env/package-summary.html">org.apache.commons.scxml2.env</a> used by <a href="../../../../../org/apache/commons/scxml2/env/faces/package-summary.html">org.apache.commons.scxml2.env.faces</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/commons/scxml2/env/class-use/SimpleContext.html#org.apache.commons.scxml2.env.faces">SimpleContext</a>
-<div class="block">Simple Context wrapping a map of variables.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
 <li class="blockList"><a name="org.apache.commons.scxml2.env.groovy">
 <!--   -->
 </a>
@@ -191,40 +156,6 @@
 </tbody>
 </table>
 </li>
-<li class="blockList"><a name="org.apache.commons.scxml2.env.jsp">
-<!--   -->
-</a>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../../org/apache/commons/scxml2/env/package-summary.html">org.apache.commons.scxml2.env</a> used by <a href="../../../../../org/apache/commons/scxml2/env/jsp/package-summary.html">org.apache.commons.scxml2.env.jsp</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/commons/scxml2/env/class-use/SimpleContext.html#org.apache.commons.scxml2.env.jsp">SimpleContext</a>
-<div class="block">Simple Context wrapping a map of variables.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.commons.scxml2.env.rhino">
-<!--   -->
-</a>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../../org/apache/commons/scxml2/env/package-summary.html">org.apache.commons.scxml2.env</a> used by <a href="../../../../../org/apache/commons/scxml2/env/rhino/package-summary.html">org.apache.commons.scxml2.env.rhino</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/commons/scxml2/env/class-use/SimpleContext.html#org.apache.commons.scxml2.env.rhino">SimpleContext</a>
-<div class="block">Simple Context wrapping a map of variables.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
 <li class="blockList"><a name="org.apache.commons.scxml2.env.xpath">
 <!--   -->
 </a>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/xpath/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/xpath/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/xpath/package-summary.html Sun Mar  2 02:25:48 2014
@@ -35,7 +35,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/commons/scxml2/env/servlet/package-summary.html">Prev Package</a></li>
+<li><a href="../../../../../../org/apache/commons/scxml2/env/jexl/package-summary.html">Prev Package</a></li>
 <li><a href="../../../../../../org/apache/commons/scxml2/invoke/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">
@@ -134,7 +134,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/commons/scxml2/env/servlet/package-summary.html">Prev Package</a></li>
+<li><a href="../../../../../../org/apache/commons/scxml2/env/jexl/package-summary.html">Prev Package</a></li>
 <li><a href="../../../../../../org/apache/commons/scxml2/invoke/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/xpath/package-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/xpath/package-tree.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/xpath/package-tree.html Sun Mar  2 02:25:48 2014
@@ -35,7 +35,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/commons/scxml2/env/servlet/package-tree.html">Prev</a></li>
+<li><a href="../../../../../../org/apache/commons/scxml2/env/jexl/package-tree.html">Prev</a></li>
 <li><a href="../../../../../../org/apache/commons/scxml2/invoke/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">
@@ -104,7 +104,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../../org/apache/commons/scxml2/env/servlet/package-tree.html">Prev</a></li>
+<li><a href="../../../../../../org/apache/commons/scxml2/env/jexl/package-tree.html">Prev</a></li>
 <li><a href="../../../../../../org/apache/commons/scxml2/invoke/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/package-use.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/package-use.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/package-use.html Sun Mar  2 02:25:48 2014
@@ -88,51 +88,26 @@
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="#org.apache.commons.scxml2.env.faces">org.apache.commons.scxml2.env.faces</a></td>
-<td class="colLast">
-<div class="block">A collection of classes bridging the SCXML executor to the JSF-based
-     environments.</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.commons.scxml2.env.groovy">org.apache.commons.scxml2.env.groovy</a></td>
 <td class="colLast">
 <div class="block">A collection of classes that allow Groovy to be used in expressions
      within SCXML documents.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.commons.scxml2.env.javascript">org.apache.commons.scxml2.env.javascript</a></td>
 <td class="colLast">
 <div class="block">A collection of classes that allow JavaScript to be used in expressions
      within SCXML documents via the <code>javax.script</code> API.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.commons.scxml2.env.jexl">org.apache.commons.scxml2.env.jexl</a></td>
 <td class="colLast">
 <div class="block">A collection of classes that allow JEXL to be used in expressions
      within SCXML documents.</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><a href="#org.apache.commons.scxml2.env.jsp">org.apache.commons.scxml2.env.jsp</a></td>
-<td class="colLast">
-<div class="block">A collection of classes bridging the SCXML executor to the JSP
-     environment.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="#org.apache.commons.scxml2.env.rhino">org.apache.commons.scxml2.env.rhino</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="#org.apache.commons.scxml2.env.servlet">org.apache.commons.scxml2.env.servlet</a></td>
-<td class="colLast">
-<div class="block">A collection of classes useful in the servlet container
-     environment.</div>
-</td>
-</tr>
 <tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.commons.scxml2.env.xpath">org.apache.commons.scxml2.env.xpath</a></td>
 <td class="colLast">
@@ -328,24 +303,6 @@
 </tbody>
 </table>
 </li>
-<li class="blockList"><a name="org.apache.commons.scxml2.env.faces">
-<!--   -->
-</a>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../org/apache/commons/scxml2/package-summary.html">org.apache.commons.scxml2</a> used by <a href="../../../../org/apache/commons/scxml2/env/faces/package-summary.html">org.apache.commons.scxml2.env.faces</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../org/apache/commons/scxml2/class-use/Context.html#org.apache.commons.scxml2.env.faces">Context</a>
-<div class="block">A Context or &quot;scope&quot; for storing variables; usually tied to
- a SCXML root or State object.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
 <li class="blockList"><a name="org.apache.commons.scxml2.env.groovy">
 <!--   -->
 </a>
@@ -436,84 +393,6 @@
 </tbody>
 </table>
 </li>
-<li class="blockList"><a name="org.apache.commons.scxml2.env.jsp">
-<!--   -->
-</a>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../org/apache/commons/scxml2/package-summary.html">org.apache.commons.scxml2</a> used by <a href="../../../../org/apache/commons/scxml2/env/jsp/package-summary.html">org.apache.commons.scxml2.env.jsp</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../org/apache/commons/scxml2/class-use/Context.html#org.apache.commons.scxml2.env.jsp">Context</a>
-<div class="block">A Context or &quot;scope&quot; for storing variables; usually tied to
- a SCXML root or State object.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a href="../../../../org/apache/commons/scxml2/class-use/Evaluator.html#org.apache.commons.scxml2.env.jsp">Evaluator</a>
-<div class="block">Interface for a component that may be used by the SCXML engines to
- evaluate the expressions within the SCXML document.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../org/apache/commons/scxml2/class-use/SCXMLExpressionException.html#org.apache.commons.scxml2.env.jsp">SCXMLExpressionException</a>
-<div class="block">Exception thrown when a malformed expression is encountered during
- evaluation of an expression in a SCXML document.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.commons.scxml2.env.rhino">
-<!--   -->
-</a>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../org/apache/commons/scxml2/package-summary.html">org.apache.commons.scxml2</a> used by <a href="../../../../org/apache/commons/scxml2/env/rhino/package-summary.html">org.apache.commons.scxml2.env.rhino</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../org/apache/commons/scxml2/class-use/Context.html#org.apache.commons.scxml2.env.rhino">Context</a>
-<div class="block">A Context or &quot;scope&quot; for storing variables; usually tied to
- a SCXML root or State object.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a href="../../../../org/apache/commons/scxml2/class-use/Evaluator.html#org.apache.commons.scxml2.env.rhino">Evaluator</a>
-<div class="block">Interface for a component that may be used by the SCXML engines to
- evaluate the expressions within the SCXML document.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../org/apache/commons/scxml2/class-use/SCXMLExpressionException.html#org.apache.commons.scxml2.env.rhino">SCXMLExpressionException</a>
-<div class="block">Exception thrown when a malformed expression is encountered during
- evaluation of an expression in a SCXML document.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.commons.scxml2.env.servlet">
-<!--   -->
-</a>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../org/apache/commons/scxml2/package-summary.html">org.apache.commons.scxml2</a> used by <a href="../../../../org/apache/commons/scxml2/env/servlet/package-summary.html">org.apache.commons.scxml2.env.servlet</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../org/apache/commons/scxml2/class-use/PathResolver.html#org.apache.commons.scxml2.env.servlet">PathResolver</a>
-<div class="block">Interface for a component that may be used by the SCXML engines
- to resolve context sensitive paths.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
 <li class="blockList"><a name="org.apache.commons.scxml2.env.xpath">
 <!--   -->
 </a>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/StandaloneJexlExpressions.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/StandaloneJexlExpressions.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/StandaloneJexlExpressions.html Sun Mar  2 02:25:48 2014
@@ -35,8 +35,8 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/commons/scxml2/test/StandaloneElExpressions.html" title="class in org.apache.commons.scxml2.test"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/commons/scxml2/test/StandaloneRhinoExpressions.html" title="class in org.apache.commons.scxml2.test"><span class="strong">Next Class</span></a></li>
+<li>Prev Class</li>
+<li><a href="../../../../../org/apache/commons/scxml2/test/StandaloneUtils.html" title="class in org.apache.commons.scxml2.test"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/commons/scxml2/test/StandaloneJexlExpressions.html" target="_top">Frames</a></li>
@@ -200,8 +200,8 @@ extends <a href="http://docs.oracle.com/
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/commons/scxml2/test/StandaloneElExpressions.html" title="class in org.apache.commons.scxml2.test"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/commons/scxml2/test/StandaloneRhinoExpressions.html" title="class in org.apache.commons.scxml2.test"><span class="strong">Next Class</span></a></li>
+<li>Prev Class</li>
+<li><a href="../../../../../org/apache/commons/scxml2/test/StandaloneUtils.html" title="class in org.apache.commons.scxml2.test"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/commons/scxml2/test/StandaloneJexlExpressions.html" target="_top">Frames</a></li>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/StandaloneUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/StandaloneUtils.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/StandaloneUtils.html Sun Mar  2 02:25:48 2014
@@ -35,7 +35,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/commons/scxml2/test/StandaloneRhinoExpressions.html" title="class in org.apache.commons.scxml2.test"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/commons/scxml2/test/StandaloneJexlExpressions.html" title="class in org.apache.commons.scxml2.test"><span class="strong">Prev Class</span></a></li>
 <li>Next Class</li>
 </ul>
 <ul class="navList">
@@ -95,7 +95,7 @@
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a href="../../../../../src-html/org/apache/commons/scxml2/test/StandaloneUtils.html#line.55">StandaloneUtils</a>
+<pre>public final class <a href="../../../../../src-html/org/apache/commons/scxml2/test/StandaloneUtils.html#line.53">StandaloneUtils</a>
 extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 <div class="block">Utility methods used by command line SCXML execution, useful for
  debugging.
@@ -103,10 +103,8 @@ extends <a href="http://docs.oracle.com/
  The following expression languages are supported in SCXML documents:
  <ol>
   <li>JEXL - Using Commons JEXL</li>
-  <li>EL - Using Commons EL</li>
  </ol></div>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/commons/scxml2/env/jexl/package-summary.html"><code>org.apache.commons.scxml2.env.jexl</code></a>, 
-<a href="../../../../../org/apache/commons/scxml2/env/jsp/package-summary.html"><code>org.apache.commons.scxml2.env.jsp</code></a></dd></dl>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/commons/scxml2/env/jexl/package-summary.html"><code>org.apache.commons.scxml2.env.jexl</code></a></dd></dl>
 </li>
 </ul>
 </div>
@@ -162,7 +160,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>execute</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/scxml2/test/StandaloneUtils.html#line.75">execute</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/scxml2/test/StandaloneUtils.html#line.73">execute</a>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri,
            <a href="../../../../../org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a>&nbsp;evaluator)</pre>
 <div class="block">Command line utility method for executing the state machine defined
  using the SCXML document described by the specified URI and using
@@ -206,7 +204,7 @@ extends <a href="http://docs.oracle.com/
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/commons/scxml2/test/StandaloneRhinoExpressions.html" title="class in org.apache.commons.scxml2.test"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/commons/scxml2/test/StandaloneJexlExpressions.html" title="class in org.apache.commons.scxml2.test"><span class="strong">Prev Class</span></a></li>
 <li>Next Class</li>
 </ul>
 <ul class="navList">

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/package-frame.html Sun Mar  2 02:25:48 2014
@@ -11,9 +11,7 @@
 <div class="indexContainer">
 <h2 title="Classes">Classes</h2>
 <ul title="Classes">
-<li><a href="StandaloneElExpressions.html" title="class in org.apache.commons.scxml2.test" target="classFrame">StandaloneElExpressions</a></li>
 <li><a href="StandaloneJexlExpressions.html" title="class in org.apache.commons.scxml2.test" target="classFrame">StandaloneJexlExpressions</a></li>
-<li><a href="StandaloneRhinoExpressions.html" title="class in org.apache.commons.scxml2.test" target="classFrame">StandaloneRhinoExpressions</a></li>
 <li><a href="StandaloneUtils.html" title="class in org.apache.commons.scxml2.test" target="classFrame">StandaloneUtils</a></li>
 </ul>
 </div>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/package-summary.html Sun Mar  2 02:25:48 2014
@@ -79,26 +79,12 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/commons/scxml2/test/StandaloneElExpressions.html" title="class in org.apache.commons.scxml2.test">StandaloneElExpressions</a></td>
-<td class="colLast">
-<div class="block">Standalone SCXML interpreter, useful for command-line testing and
- debugging, where expressions are JSP 2.0 EL expressions.</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/commons/scxml2/test/StandaloneJexlExpressions.html" title="class in org.apache.commons.scxml2.test">StandaloneJexlExpressions</a></td>
 <td class="colLast">
 <div class="block">Standalone SCXML interpreter, useful for command-line testing and
  debugging, where expressions are JEXL expressions.</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/commons/scxml2/test/StandaloneRhinoExpressions.html" title="class in org.apache.commons.scxml2.test">StandaloneRhinoExpressions</a></td>
-<td class="colLast">
-<div class="block">Standalone SCXML interpreter, useful for command-line testing and
- debugging, where expressions are ECMA script expressions.</div>
-</td>
-</tr>
 <tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/commons/scxml2/test/StandaloneUtils.html" title="class in org.apache.commons.scxml2.test">StandaloneUtils</a></td>
 <td class="colLast">

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/package-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/package-tree.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/package-tree.html Sun Mar  2 02:25:48 2014
@@ -73,9 +73,7 @@
 <ul>
 <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
 <ul>
-<li type="circle">org.apache.commons.scxml2.test.<a href="../../../../../org/apache/commons/scxml2/test/StandaloneElExpressions.html" title="class in org.apache.commons.scxml2.test"><span class="strong">StandaloneElExpressions</span></a></li>
 <li type="circle">org.apache.commons.scxml2.test.<a href="../../../../../org/apache/commons/scxml2/test/StandaloneJexlExpressions.html" title="class in org.apache.commons.scxml2.test"><span class="strong">StandaloneJexlExpressions</span></a></li>
-<li type="circle">org.apache.commons.scxml2.test.<a href="../../../../../org/apache/commons/scxml2/test/StandaloneRhinoExpressions.html" title="class in org.apache.commons.scxml2.test"><span class="strong">StandaloneRhinoExpressions</span></a></li>
 <li type="circle">org.apache.commons.scxml2.test.<a href="../../../../../org/apache/commons/scxml2/test/StandaloneUtils.html" title="class in org.apache.commons.scxml2.test"><span class="strong">StandaloneUtils</span></a></li>
 </ul>
 </li>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/overview-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/overview-frame.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/overview-frame.html Sun Mar  2 02:25:48 2014
@@ -13,13 +13,9 @@
 <ul title="Packages">
 <li><a href="org/apache/commons/scxml2/package-frame.html" target="packageFrame">org.apache.commons.scxml2</a></li>
 <li><a href="org/apache/commons/scxml2/env/package-frame.html" target="packageFrame">org.apache.commons.scxml2.env</a></li>
-<li><a href="org/apache/commons/scxml2/env/faces/package-frame.html" target="packageFrame">org.apache.commons.scxml2.env.faces</a></li>
 <li><a href="org/apache/commons/scxml2/env/groovy/package-frame.html" target="packageFrame">org.apache.commons.scxml2.env.groovy</a></li>
 <li><a href="org/apache/commons/scxml2/env/javascript/package-frame.html" target="packageFrame">org.apache.commons.scxml2.env.javascript</a></li>
 <li><a href="org/apache/commons/scxml2/env/jexl/package-frame.html" target="packageFrame">org.apache.commons.scxml2.env.jexl</a></li>
-<li><a href="org/apache/commons/scxml2/env/jsp/package-frame.html" target="packageFrame">org.apache.commons.scxml2.env.jsp</a></li>
-<li><a href="org/apache/commons/scxml2/env/rhino/package-frame.html" target="packageFrame">org.apache.commons.scxml2.env.rhino</a></li>
-<li><a href="org/apache/commons/scxml2/env/servlet/package-frame.html" target="packageFrame">org.apache.commons.scxml2.env.servlet</a></li>
 <li><a href="org/apache/commons/scxml2/env/xpath/package-frame.html" target="packageFrame">org.apache.commons.scxml2.env.xpath</a></li>
 <li><a href="org/apache/commons/scxml2/invoke/package-frame.html" target="packageFrame">org.apache.commons.scxml2.invoke</a></li>
 <li><a href="org/apache/commons/scxml2/io/package-frame.html" target="packageFrame">org.apache.commons.scxml2.io</a></li>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/overview-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/overview-summary.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/overview-summary.html Sun Mar  2 02:25:48 2014
@@ -86,51 +86,26 @@
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="org/apache/commons/scxml2/env/faces/package-summary.html">org.apache.commons.scxml2.env.faces</a></td>
-<td class="colLast">
-<div class="block">A collection of classes bridging the SCXML executor to the JSF-based
-     environments.</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><a href="org/apache/commons/scxml2/env/groovy/package-summary.html">org.apache.commons.scxml2.env.groovy</a></td>
 <td class="colLast">
 <div class="block">A collection of classes that allow Groovy to be used in expressions
      within SCXML documents.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="org/apache/commons/scxml2/env/javascript/package-summary.html">org.apache.commons.scxml2.env.javascript</a></td>
 <td class="colLast">
 <div class="block">A collection of classes that allow JavaScript to be used in expressions
      within SCXML documents via the <code>javax.script</code> API.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="org/apache/commons/scxml2/env/jexl/package-summary.html">org.apache.commons.scxml2.env.jexl</a></td>
 <td class="colLast">
 <div class="block">A collection of classes that allow JEXL to be used in expressions
      within SCXML documents.</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><a href="org/apache/commons/scxml2/env/jsp/package-summary.html">org.apache.commons.scxml2.env.jsp</a></td>
-<td class="colLast">
-<div class="block">A collection of classes bridging the SCXML executor to the JSP
-     environment.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="org/apache/commons/scxml2/env/rhino/package-summary.html">org.apache.commons.scxml2.env.rhino</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="org/apache/commons/scxml2/env/servlet/package-summary.html">org.apache.commons.scxml2.env.servlet</a></td>
-<td class="colLast">
-<div class="block">A collection of classes useful in the servlet container
-     environment.</div>
-</td>
-</tr>
 <tr class="rowColor">
 <td class="colFirst"><a href="org/apache/commons/scxml2/env/xpath/package-summary.html">org.apache.commons.scxml2.env.xpath</a></td>
 <td class="colLast">