You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by ch...@apache.org on 2017/09/27 12:20:49 UTC

svn commit: r1018796 [4/45] - in /websites/production/commons/content/proper/commons-jelly: ./ announcements/ apidocs/ apidocs/org/apache/commons/jelly/ apidocs/org/apache/commons/jelly/class-use/ apidocs/org/apache/commons/jelly/expression/ apidocs/or...

Modified: websites/production/commons/content/proper/commons-jelly/apidocs/org/apache/commons/jelly/JellyContext.html
==============================================================================
--- websites/production/commons/content/proper/commons-jelly/apidocs/org/apache/commons/jelly/JellyContext.html (original)
+++ websites/production/commons/content/proper/commons-jelly/apidocs/org/apache/commons/jelly/JellyContext.html Wed Sep 27 12:20:41 2017
@@ -2,10 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_09) on Wed Apr 05 21:37:59 CEST 2006 -->
-<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<!-- Generated by javadoc (build 1.5.0_22) on Wed Sep 20 11:15:32 UTC 2017 -->
 <TITLE>
-JellyContext (commons-jelly 1.1-SNAPSHOT API)
+JellyContext
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.commons.jelly.JellyContext class">
@@ -15,9 +14,11 @@ JellyContext (commons-jelly 1.1-SNAPSHOT
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="JellyContext (commons-jelly 1.1-SNAPSHOT API)";
+    parent.document.title="JellyContext";
 }
 </SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
 
 </HEAD>
 
@@ -29,7 +30,7 @@ function windowTitle()
 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
 <TR>
-<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 <A NAME="navbar_top_firstrow"><!-- --></A>
 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
   <TR ALIGN="center" VALIGN="top">
@@ -52,9 +53,9 @@ function windowTitle()
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 &nbsp;<A HREF="../../../../org/apache/commons/jelly/Jelly.html" title="class in org.apache.commons.jelly"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/apache/commons/jelly/MapTagSupport.html" title="class in org.apache.commons.jelly"><B>NEXT CLASS</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../org/apache/commons/jelly/JellyException.html" title="class in org.apache.commons.jelly"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../index.html?org/apache/commons/jelly/JellyContext.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="JellyContext.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -67,6 +68,7 @@ function windowTitle()
   <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
 </NOSCRIPT>
 
+
 </FONT></TD>
 </TR>
 <TR>
@@ -88,14 +90,15 @@ org.apache.commons.jelly</FONT>
 Class JellyContext</H2>
 <PRE>
 java.lang.Object
-  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.commons.jelly.JellyContext</B>
+  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.commons.jelly.JellyContext</B>
 </PRE>
 <DL>
 <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/apache/commons/jelly/servlet/JellyServletContext.html" title="class in org.apache.commons.jelly.servlet">JellyServletContext</A></DD>
 </DL>
 <HR>
 <DL>
-<DT>public class <B>JellyContext</B><DT>extends java.lang.Object</DL>
+<DT><PRE>public class <B>JellyContext</B><DT>extends java.lang.Object</DL>
+</PRE>
 
 <P>
 <p><code>JellyContext</code> represents the Jelly context.</p>
@@ -104,23 +107,36 @@ java.lang.Object
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Revision: 227285 $</DD>
+  <DD>$Revision: 1807798 $</DD>
 <DT><B>Author:</B></DT>
   <DD><a href="mailto:jstrachan@apache.org">James Strachan</a></DD>
 </DL>
 <HR>
 
 <P>
-<!-- ======== NESTED CLASS SUMMARY ======== -->
-
-
 <!-- =========== FIELD SUMMARY =========== -->
 
 <A NAME="field_summary"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TD COLSPAN=2><FONT SIZE="+2">
-<B>Field Summary</B></FONT></TD>
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#allowDtdToCallExternalEntities">allowDtdToCallExternalEntities</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Do we allow our doctype definitions to call out to external entities?</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private static&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#BAD_PARSE">BAD_PARSE</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;String used to denote a script can't be parsed</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -128,8 +144,95 @@ java.lang.Object
 <TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#classLoader">classLoader</A></B></CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The class loader to use for instantiating application objects.
- </TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The class loader to use for instantiating application objects.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;java.net.URL</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#currentURL">currentURL</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The current URL context (where relative scripts are located from)</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private static&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#DEFAULT_ALLOW_DTD_CALLS_TO_EXTERNAL_ENTITIES">DEFAULT_ALLOW_DTD_CALLS_TO_EXTERNAL_ENTITIES</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default for DTD calling out to external entities.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private static&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#DEFAULT_EXPORT">DEFAULT_EXPORT</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default for export of variables</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private static&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#DEFAULT_INHERIT">DEFAULT_INHERIT</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default for inheritance of variables</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#export">export</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Do we export our variables to parent context?</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#exportLibraries">exportLibraries</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Should we export tag libraries to our parents context</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#inherit">inherit</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Do we inherit variables from parent context?</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private static&nbsp;org.apache.commons.logging.Log</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#log">log</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Log to which logging calls will be made.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;<A HREF="../../../../org/apache/commons/jelly/JellyContext.html" title="class in org.apache.commons.jelly">JellyContext</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#parent">parent</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The parent context</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;java.net.URL</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#rootURL">rootURL</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The root URL context (where scripts are located from)</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;java.util.Map</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#taglibs">taglibs</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tag libraries found so far</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -138,7 +241,15 @@ java.lang.Object
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Do we want to use the Context ClassLoader when loading classes
- for instantiating new objects?  </TD>
+ for instantiating new objects?  Default is <code>false</code>.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;java.util.Map</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#variables">variables</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;synchronized access to the variables in scope</TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -147,8 +258,8 @@ java.lang.Object
 <A NAME="constructor_summary"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TD COLSPAN=2><FONT SIZE="+2">
-<B>Constructor Summary</B></FONT></TD>
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#JellyContext()">JellyContext</A></B>()</CODE>
@@ -160,16 +271,14 @@ java.lang.Object
 <TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#JellyContext(org.apache.commons.jelly.JellyContext)">JellyContext</A></B>(<A HREF="../../../../org/apache/commons/jelly/JellyContext.html" title="class in org.apache.commons.jelly">JellyContext</A>&nbsp;parent)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new context with the given parent context.
- </TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new context with the given parent context.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#JellyContext(org.apache.commons.jelly.JellyContext, java.net.URL)">JellyContext</A></B>(<A HREF="../../../../org/apache/commons/jelly/JellyContext.html" title="class in org.apache.commons.jelly">JellyContext</A>&nbsp;parentJellyContext,
              java.net.URL&nbsp;currentURL)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new context with the given parent context.
- </TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new context with the given parent context.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#JellyContext(org.apache.commons.jelly.JellyContext, java.net.URL, java.net.URL)">JellyContext</A></B>(<A HREF="../../../../org/apache/commons/jelly/JellyContext.html" title="class in org.apache.commons.jelly">JellyContext</A>&nbsp;parentJellyContext,
@@ -177,8 +286,7 @@ java.lang.Object
              java.net.URL&nbsp;currentURL)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new context with the given parent context.
- </TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new context with the given parent context.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#JellyContext(java.net.URL)">JellyContext</A></B>(java.net.URL&nbsp;rootURL)</CODE>
@@ -200,8 +308,8 @@ java.lang.Object
 <A NAME="method_summary"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TD COLSPAN=2><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TD>
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -278,8 +386,7 @@ java.lang.Object
 <TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#findVariable(java.lang.String)">findVariable</A></B>(java.lang.String&nbsp;name)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Finds the variable value of the given name in this context or in any other parent context.
- </TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Finds the variable value of the given name in this context or in any other parent context.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -288,7 +395,7 @@ java.lang.Object
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the class loader to be used for instantiating application objects
- when required.  </TD>
+ when required.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -328,8 +435,7 @@ java.lang.Object
 <TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#getResource(java.lang.String)">getResource</A></B>(java.lang.String&nbsp;uri)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a URL for the given resource from the specified path.
- </TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a URL for the given resource from the specified path.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -337,8 +443,7 @@ java.lang.Object
 <TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#getResourceAsStream(java.lang.String)">getResourceAsStream</A></B>(java.lang.String&nbsp;uri)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Attempts to open an InputStream to the given resource at the specified path.
- </TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Attempts to open an InputStream to the given resource at the specified path.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -358,6 +463,14 @@ java.lang.Object
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;java.lang.Object</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#getSystemProperty(java.lang.String)">getSystemProperty</A></B>(java.lang.String&nbsp;name)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a system property and handle security exceptions</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="../../../../org/apache/commons/jelly/TagLibrary.html" title="class in org.apache.commons.jelly">TagLibrary</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#getTagLibrary(java.lang.String)">getTagLibrary</A></B>(java.lang.String&nbsp;namespaceURI)</CODE>
 
@@ -415,12 +528,19 @@ java.lang.Object
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#init()">init</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Initialize the context.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#isCacheTags()">isCacheTags</A></B>()</CODE>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#isAllowDtdToCallExternalEntities()">isAllowDtdToCallExternalEntities</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns whether caching of Tag instances, per thread, is enabled.
- </TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -479,8 +599,7 @@ java.lang.Object
                    java.lang.String&nbsp;className)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Registers the given tag library class name against the given namespace URI.
- </TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Registers the given tag library class name against the given namespace URI.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -489,8 +608,7 @@ java.lang.Object
                    <A HREF="../../../../org/apache/commons/jelly/TagLibrary.html" title="class in org.apache.commons.jelly">TagLibrary</A>&nbsp;taglib)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Registers the given tag library against the given namespace URI.
- </TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Registers the given tag library against the given namespace URI.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -594,11 +712,10 @@ java.lang.Object
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#setCacheTags(boolean)">setCacheTags</A></B>(boolean&nbsp;cacheTags)</CODE>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#setAllowDtdToCallExternalEntities(boolean)">setAllowDtdToCallExternalEntities</A></B>(boolean&nbsp;allowDtdToCallExternalEntities)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets whether caching of Tag instances, per thread, is enabled.
- </TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets whether we should allow our doctype definitions to call out to external entities.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -615,8 +732,7 @@ java.lang.Object
 <TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyContext.html#setCurrentURL(java.net.URL)">setCurrentURL</A></B>(java.net.URL&nbsp;currentURL)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the current URL context of the current script that is executing.
-  </TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the current URL context of the current script that is executing.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -657,7 +773,7 @@ java.lang.Object
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the current root context URL from which all absolute resource URIs
-  will be relative to. </TD>
+  will be relative to.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -667,7 +783,7 @@ java.lang.Object
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determine whether to use the Context ClassLoader (the one found by
  calling <code>Thread.currentThread().getContextClassLoader()</code>)
- to resolve/load classes.  </TD>
+ to resolve/load classes.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -700,7 +816,7 @@ java.lang.Object
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TD><B>Methods inherited from class java.lang.Object</B></TD>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
@@ -714,11 +830,71 @@ java.lang.Object
 <A NAME="field_detail"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TD COLSPAN=1><FONT SIZE="+2">
-<B>Field Detail</B></FONT></TD>
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Field Detail</B></FONT></TH>
 </TR>
 </TABLE>
 
+<A NAME="log"><!-- --></A><H3>
+log</H3>
+<PRE>
+private static final org.apache.commons.logging.Log <B>log</B></PRE>
+<DL>
+<DD>The Log to which logging calls will be made.
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="DEFAULT_INHERIT"><!-- --></A><H3>
+DEFAULT_INHERIT</H3>
+<PRE>
+private static final boolean <B>DEFAULT_INHERIT</B></PRE>
+<DL>
+<DD>Default for inheritance of variables
+<P>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.apache.commons.jelly.JellyContext.DEFAULT_INHERIT">Constant Field Values</A></DL>
+</DL>
+<HR>
+
+<A NAME="DEFAULT_EXPORT"><!-- --></A><H3>
+DEFAULT_EXPORT</H3>
+<PRE>
+private static final boolean <B>DEFAULT_EXPORT</B></PRE>
+<DL>
+<DD>Default for export of variables
+<P>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.apache.commons.jelly.JellyContext.DEFAULT_EXPORT">Constant Field Values</A></DL>
+</DL>
+<HR>
+
+<A NAME="DEFAULT_ALLOW_DTD_CALLS_TO_EXTERNAL_ENTITIES"><!-- --></A><H3>
+DEFAULT_ALLOW_DTD_CALLS_TO_EXTERNAL_ENTITIES</H3>
+<PRE>
+private static final boolean <B>DEFAULT_ALLOW_DTD_CALLS_TO_EXTERNAL_ENTITIES</B></PRE>
+<DL>
+<DD>Default for DTD calling out to external entities.
+<P>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.apache.commons.jelly.JellyContext.DEFAULT_ALLOW_DTD_CALLS_TO_EXTERNAL_ENTITIES">Constant Field Values</A></DL>
+</DL>
+<HR>
+
+<A NAME="BAD_PARSE"><!-- --></A><H3>
+BAD_PARSE</H3>
+<PRE>
+private static final java.lang.String <B>BAD_PARSE</B></PRE>
+<DL>
+<DD>String used to denote a script can't be parsed
+<P>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.apache.commons.jelly.JellyContext.BAD_PARSE">Constant Field Values</A></DL>
+</DL>
+<HR>
+
 <A NAME="classLoader"><!-- --></A><H3>
 classLoader</H3>
 <PRE>
@@ -745,14 +921,122 @@ protected boolean <B>useContextClassLoad
 <DL>
 </DL>
 </DL>
+<HR>
+
+<A NAME="rootURL"><!-- --></A><H3>
+rootURL</H3>
+<PRE>
+private java.net.URL <B>rootURL</B></PRE>
+<DL>
+<DD>The root URL context (where scripts are located from)
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="currentURL"><!-- --></A><H3>
+currentURL</H3>
+<PRE>
+private java.net.URL <B>currentURL</B></PRE>
+<DL>
+<DD>The current URL context (where relative scripts are located from)
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="taglibs"><!-- --></A><H3>
+taglibs</H3>
+<PRE>
+private java.util.Map <B>taglibs</B></PRE>
+<DL>
+<DD>Tag libraries found so far
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="variables"><!-- --></A><H3>
+variables</H3>
+<PRE>
+private java.util.Map <B>variables</B></PRE>
+<DL>
+<DD>synchronized access to the variables in scope
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="parent"><!-- --></A><H3>
+parent</H3>
+<PRE>
+private <A HREF="../../../../org/apache/commons/jelly/JellyContext.html" title="class in org.apache.commons.jelly">JellyContext</A> <B>parent</B></PRE>
+<DL>
+<DD>The parent context
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="inherit"><!-- --></A><H3>
+inherit</H3>
+<PRE>
+private boolean <B>inherit</B></PRE>
+<DL>
+<DD>Do we inherit variables from parent context?
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="export"><!-- --></A><H3>
+export</H3>
+<PRE>
+private boolean <B>export</B></PRE>
+<DL>
+<DD>Do we export our variables to parent context?
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="allowDtdToCallExternalEntities"><!-- --></A><H3>
+allowDtdToCallExternalEntities</H3>
+<PRE>
+private boolean <B>allowDtdToCallExternalEntities</B></PRE>
+<DL>
+<DD>Do we allow our doctype definitions to call out to external entities?
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="exportLibraries"><!-- --></A><H3>
+exportLibraries</H3>
+<PRE>
+private boolean <B>exportLibraries</B></PRE>
+<DL>
+<DD>Should we export tag libraries to our parents context
+<P>
+<DL>
+</DL>
+</DL>
 
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 
 <A NAME="constructor_detail"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TD COLSPAN=1><FONT SIZE="+2">
-<B>Constructor Detail</B></FONT></TD>
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TH>
 </TR>
 </TABLE>
 
@@ -773,7 +1057,9 @@ public <B>JellyContext</B>(java.net.URL&
 <DL>
 <DD>Create a new context with the given rootURL
 <P>
+<DL>
 <DT><B>Parameters:</B><DD><CODE>rootURL</CODE> - the root URL used in resolving absolute resources i.e. those starting with '/'</DL>
+</DL>
 <HR>
 
 <A NAME="JellyContext(java.net.URL, java.net.URL)"><!-- --></A><H3>
@@ -784,7 +1070,9 @@ public <B>JellyContext</B>(java.net.URL&
 <DL>
 <DD>Create a new context with the given rootURL and currentURL
 <P>
+<DL>
 <DT><B>Parameters:</B><DD><CODE>rootURL</CODE> - the root URL used in resolving absolute resources i.e. those starting with '/'<DD><CODE>currentURL</CODE> - the root URL used in resolving relative resources</DL>
+</DL>
 <HR>
 
 <A NAME="JellyContext(org.apache.commons.jelly.JellyContext)"><!-- --></A><H3>
@@ -796,7 +1084,9 @@ public <B>JellyContext</B>(<A HREF="../.
  The parent's rootURL and currentURL are set on the child, and the parent's variables are
  available in the child context under the name <code>parentScope</code>.
 <P>
+<DL>
 <DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent context for the newly created context.</DL>
+</DL>
 <HR>
 
 <A NAME="JellyContext(org.apache.commons.jelly.JellyContext, java.net.URL)"><!-- --></A><H3>
@@ -809,7 +1099,9 @@ public <B>JellyContext</B>(<A HREF="../.
  The parent's rootURL are set on the child, and the parent's variables are
  available in the child context under the name <code>parentScope</code>.
 <P>
+<DL>
 <DT><B>Parameters:</B><DD><CODE>parentJellyContext</CODE> - the parent context for the newly created context.<DD><CODE>currentURL</CODE> - the root URL used in resolving relative resources</DL>
+</DL>
 <HR>
 
 <A NAME="JellyContext(org.apache.commons.jelly.JellyContext, java.net.URL, java.net.URL)"><!-- --></A><H3>
@@ -822,18 +1114,35 @@ public <B>JellyContext</B>(<A HREF="../.
 <DD>Create a new context with the given parent context.
  The parent's variables are available in the child context under the name <code>parentScope</code>.
 <P>
+<DL>
 <DT><B>Parameters:</B><DD><CODE>parentJellyContext</CODE> - the parent context for the newly created context.<DD><CODE>rootURL</CODE> - the root URL used in resolving absolute resources i.e. those starting with '/'<DD><CODE>currentURL</CODE> - the root URL used in resolving relative resources</DL>
+</DL>
 
 <!-- ============ METHOD DETAIL ========== -->
 
 <A NAME="method_detail"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TD COLSPAN=1><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TD>
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TH>
 </TR>
 </TABLE>
 
+<A NAME="init()"><!-- --></A><H3>
+init</H3>
+<PRE>
+private void <B>init</B>()</PRE>
+<DL>
+<DD>Initialize the context.
+ This includes adding the context to itself under the name <code>context</code> and
+ making the System Properties available as <code>systemScope</code>
+<P>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
 <A NAME="getParent()"><!-- --></A><H3>
 getParent</H3>
 <PRE>
@@ -889,6 +1198,20 @@ public java.lang.Object <B>getVariable</
 </DL>
 <HR>
 
+<A NAME="getSystemProperty(java.lang.String)"><!-- --></A><H3>
+getSystemProperty</H3>
+<PRE>
+private java.lang.Object <B>getSystemProperty</B>(java.lang.String&nbsp;name)</PRE>
+<DL>
+<DD>Get a system property and handle security exceptions
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the property to retrieve
+<DT><B>Returns:</B><DD>the value of the property, or null if a SecurityException occurs</DL>
+</DD>
+</DL>
+<HR>
+
 <A NAME="getVariable(java.lang.String, java.lang.String)"><!-- --></A><H3>
 getVariable</H3>
 <PRE>
@@ -1438,39 +1761,6 @@ public void <B>setCurrentURL</B>(java.ne
 </DL>
 <HR>
 
-<A NAME="isCacheTags()"><!-- --></A><H3>
-isCacheTags</H3>
-<PRE>
-public boolean <B>isCacheTags</B>()</PRE>
-<DL>
-<DD>Returns whether caching of Tag instances, per thread, is enabled.
- Caching Tags can boost performance, on some JVMs, by reducing the cost of
- object construction when running Jelly inside a multi-threaded application server
- such as a Servlet engine.
-<P>
-<DD><DL>
-
-<DT><B>Returns:</B><DD>whether caching of Tag instances is enabled.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="setCacheTags(boolean)"><!-- --></A><H3>
-setCacheTags</H3>
-<PRE>
-public void <B>setCacheTags</B>(boolean&nbsp;cacheTags)</PRE>
-<DL>
-<DD>Sets whether caching of Tag instances, per thread, is enabled.
- Caching Tags can boost performance, on some JVMs, by reducing the cost of
- object construction when running Jelly inside a multi-threaded application server
- such as a Servlet engine.
-<P>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>cacheTags</CODE> - Whether caching should be enabled or disabled.</DL>
-</DD>
-</DL>
-<HR>
-
 <A NAME="isExportLibraries()"><!-- --></A><H3>
 isExportLibraries</H3>
 <PRE>
@@ -1548,6 +1838,31 @@ public boolean <B>isInherit</B>()</PRE>
 </DL>
 <HR>
 
+<A NAME="setAllowDtdToCallExternalEntities(boolean)"><!-- --></A><H3>
+setAllowDtdToCallExternalEntities</H3>
+<PRE>
+public void <B>setAllowDtdToCallExternalEntities</B>(boolean&nbsp;allowDtdToCallExternalEntities)</PRE>
+<DL>
+<DD>Sets whether we should allow our doctype definitions to call out to external entities.
+<P>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="isAllowDtdToCallExternalEntities()"><!-- --></A><H3>
+isAllowDtdToCallExternalEntities</H3>
+<PRE>
+public boolean <B>isAllowDtdToCallExternalEntities</B>()</PRE>
+<DL>
+<DD><DL>
+
+<DT><B>Returns:</B><DD>whether we should allow our doctype definitions to call out to external entities.</DL>
+</DD>
+</DL>
+<HR>
+
 <A NAME="getClassLoader()"><!-- --></A><H3>
 getClassLoader</H3>
 <PRE>
@@ -1695,7 +2010,7 @@ protected void <B>setParent</B>(<A HREF=
 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
 <TR>
-<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 <A NAME="navbar_bottom_firstrow"><!-- --></A>
 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
   <TR ALIGN="center" VALIGN="top">
@@ -1718,9 +2033,9 @@ protected void <B>setParent</B>(<A HREF=
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 &nbsp;<A HREF="../../../../org/apache/commons/jelly/Jelly.html" title="class in org.apache.commons.jelly"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/apache/commons/jelly/MapTagSupport.html" title="class in org.apache.commons.jelly"><B>NEXT CLASS</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../org/apache/commons/jelly/JellyException.html" title="class in org.apache.commons.jelly"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../index.html?org/apache/commons/jelly/JellyContext.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="JellyContext.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -1733,6 +2048,7 @@ protected void <B>setParent</B>(<A HREF=
   <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
 </NOSCRIPT>
 
+
 </FONT></TD>
 </TR>
 <TR>
@@ -1746,6 +2062,6 @@ DETAIL:&nbsp;<A HREF="#field_detail">FIE
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &copy; 2002-2006 Apache Software Foundation. All Rights Reserved.
+
 </BODY>
 </HTML>

Modified: websites/production/commons/content/proper/commons-jelly/apidocs/org/apache/commons/jelly/JellyException.html
==============================================================================
--- websites/production/commons/content/proper/commons-jelly/apidocs/org/apache/commons/jelly/JellyException.html (original)
+++ websites/production/commons/content/proper/commons-jelly/apidocs/org/apache/commons/jelly/JellyException.html Wed Sep 27 12:20:41 2017
@@ -2,10 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_09) on Wed Apr 05 21:38:00 CEST 2006 -->
-<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<!-- Generated by javadoc (build 1.5.0_22) on Wed Sep 20 11:15:32 UTC 2017 -->
 <TITLE>
-JellyException (commons-jelly 1.1-SNAPSHOT API)
+JellyException
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.commons.jelly.JellyException class">
@@ -15,9 +14,11 @@ JellyException (commons-jelly 1.1-SNAPSH
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="JellyException (commons-jelly 1.1-SNAPSHOT API)";
+    parent.document.title="JellyException";
 }
 </SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
 
 </HEAD>
 
@@ -29,7 +30,7 @@ function windowTitle()
 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
 <TR>
-<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 <A NAME="navbar_top_firstrow"><!-- --></A>
 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
   <TR ALIGN="center" VALIGN="top">
@@ -51,10 +52,10 @@ function windowTitle()
 
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
+&nbsp;<A HREF="../../../../org/apache/commons/jelly/JellyContext.html" title="class in org.apache.commons.jelly"><B>PREV CLASS</B></A>&nbsp;
 &nbsp;<A HREF="../../../../org/apache/commons/jelly/JellyTagException.html" title="class in org.apache.commons.jelly"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../index.html?org/apache/commons/jelly/JellyException.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="JellyException.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -67,13 +68,14 @@ function windowTitle()
   <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
 </NOSCRIPT>
 
+
 </FONT></TD>
 </TR>
 <TR>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 </TR>
 </TABLE>
 <A NAME="skip-navbar_top"></A>
@@ -88,19 +90,20 @@ org.apache.commons.jelly</FONT>
 Class JellyException</H2>
 <PRE>
 java.lang.Object
-  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">java.lang.Throwable
-      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">java.lang.Exception
-          <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.commons.jelly.JellyException</B>
+  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Throwable
+      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Exception
+          <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.commons.jelly.JellyException</B>
 </PRE>
 <DL>
-<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/apache/commons/jelly/LocationAware.html" title="interface in org.apache.commons.jelly">LocationAware</A>, java.io.Serializable</DD>
+<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, <A HREF="../../../../org/apache/commons/jelly/LocationAware.html" title="interface in org.apache.commons.jelly">LocationAware</A></DD>
 </DL>
 <DL>
 <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/apache/commons/jelly/JellyTagException.html" title="class in org.apache.commons.jelly">JellyTagException</A></DD>
 </DL>
 <HR>
 <DL>
-<DT>public class <B>JellyException</B><DT>extends java.lang.Exception<DT>implements <A HREF="../../../../org/apache/commons/jelly/LocationAware.html" title="interface in org.apache.commons.jelly">LocationAware</A></DL>
+<DT><PRE>public class <B>JellyException</B><DT>extends java.lang.Exception<DT>implements <A HREF="../../../../org/apache/commons/jelly/LocationAware.html" title="interface in org.apache.commons.jelly">LocationAware</A></DL>
+</PRE>
 
 <P>
 <p><code>JellyException</code> is the root of all Jelly exceptions.</p>
@@ -109,26 +112,70 @@ java.lang.Object
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Revision: 155420 $</DD>
+  <DD>$Revision: 1807798 $</DD>
 <DT><B>Author:</B></DT>
   <DD><a href="mailto:jstrachan@apache.org">James Strachan</a></DD>
 <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#org.apache.commons.jelly.JellyException">Serialized Form</A></DL>
 <HR>
 
 <P>
-<!-- ======== NESTED CLASS SUMMARY ======== -->
+<!-- =========== FIELD SUMMARY =========== -->
 
+<A NAME="field_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;java.lang.Throwable</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyException.html#cause">cause</A></B></CODE>
 
-<!-- =========== FIELD SUMMARY =========== -->
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the underlying cause of the exception</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyException.html#columnNumber">columnNumber</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the column number in the script of the error</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyException.html#elementName">elementName</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the tag name which caused the problem</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyException.html#fileName">fileName</A></B></CODE>
 
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the Jelly file which caused the problem</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyException.html#lineNumber">lineNumber</A></B></CODE>
 
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the line number in the script of the error</TD>
+</TR>
+</TABLE>
+&nbsp;
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 
 <A NAME="constructor_summary"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TD COLSPAN=2><FONT SIZE="+2">
-<B>Constructor Summary</B></FONT></TD>
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyException.html#JellyException()">JellyException</A></B>()</CODE>
@@ -193,8 +240,8 @@ java.lang.Object
 <A NAME="method_summary"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TD COLSPAN=2><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TD>
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -312,7 +359,7 @@ java.lang.Object
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TD><B>Methods inherited from class java.lang.Throwable</B></TD>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.Throwable</B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE>fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString</CODE></TD>
@@ -321,7 +368,7 @@ java.lang.Object
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TD><B>Methods inherited from class java.lang.Object</B></TD>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
@@ -332,14 +379,80 @@ java.lang.Object
 
 <!-- ============ FIELD DETAIL =========== -->
 
+<A NAME="field_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Field Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="cause"><!-- --></A><H3>
+cause</H3>
+<PRE>
+private java.lang.Throwable <B>cause</B></PRE>
+<DL>
+<DD>the underlying cause of the exception
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="fileName"><!-- --></A><H3>
+fileName</H3>
+<PRE>
+private java.lang.String <B>fileName</B></PRE>
+<DL>
+<DD>the Jelly file which caused the problem
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="elementName"><!-- --></A><H3>
+elementName</H3>
+<PRE>
+private java.lang.String <B>elementName</B></PRE>
+<DL>
+<DD>the tag name which caused the problem
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="lineNumber"><!-- --></A><H3>
+lineNumber</H3>
+<PRE>
+private int <B>lineNumber</B></PRE>
+<DL>
+<DD>the line number in the script of the error
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="columnNumber"><!-- --></A><H3>
+columnNumber</H3>
+<PRE>
+private int <B>columnNumber</B></PRE>
+<DL>
+<DD>the column number in the script of the error
+<P>
+<DL>
+</DL>
+</DL>
 
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 
 <A NAME="constructor_detail"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TD COLSPAN=1><FONT SIZE="+2">
-<B>Constructor Detail</B></FONT></TD>
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TH>
 </TR>
 </TABLE>
 
@@ -417,8 +530,8 @@ public <B>JellyException</B>(java.lang.S
 <A NAME="method_detail"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TD COLSPAN=1><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TD>
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TH>
 </TR>
 </TABLE>
 
@@ -428,7 +541,7 @@ getCause</H3>
 public java.lang.Throwable <B>getCause</B>()</PRE>
 <DL>
 <DD><DL>
-</DL>
+<DT><B>Overrides:</B><DD><CODE>getCause</CODE> in class <CODE>java.lang.Throwable</CODE></DL>
 </DD>
 <DD><DL>
 </DL>
@@ -566,7 +679,7 @@ getMessage</H3>
 public java.lang.String <B>getMessage</B>()</PRE>
 <DL>
 <DD><DL>
-</DL>
+<DT><B>Overrides:</B><DD><CODE>getMessage</CODE> in class <CODE>java.lang.Throwable</CODE></DL>
 </DD>
 <DD><DL>
 </DL>
@@ -594,7 +707,7 @@ printStackTrace</H3>
 public void <B>printStackTrace</B>(java.io.PrintWriter&nbsp;s)</PRE>
 <DL>
 <DD><DL>
-</DL>
+<DT><B>Overrides:</B><DD><CODE>printStackTrace</CODE> in class <CODE>java.lang.Throwable</CODE></DL>
 </DD>
 <DD><DL>
 </DL>
@@ -608,7 +721,7 @@ printStackTrace</H3>
 public void <B>printStackTrace</B>(java.io.PrintStream&nbsp;s)</PRE>
 <DL>
 <DD><DL>
-</DL>
+<DT><B>Overrides:</B><DD><CODE>printStackTrace</CODE> in class <CODE>java.lang.Throwable</CODE></DL>
 </DD>
 <DD><DL>
 </DL>
@@ -622,7 +735,7 @@ printStackTrace</H3>
 public void <B>printStackTrace</B>()</PRE>
 <DL>
 <DD><DL>
-</DL>
+<DT><B>Overrides:</B><DD><CODE>printStackTrace</CODE> in class <CODE>java.lang.Throwable</CODE></DL>
 </DD>
 <DD><DL>
 </DL>
@@ -637,7 +750,7 @@ public void <B>printStackTrace</B>()</PR
 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
 <TR>
-<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 <A NAME="navbar_bottom_firstrow"><!-- --></A>
 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
   <TR ALIGN="center" VALIGN="top">
@@ -659,10 +772,10 @@ public void <B>printStackTrace</B>()</PR
 
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
+&nbsp;<A HREF="../../../../org/apache/commons/jelly/JellyContext.html" title="class in org.apache.commons.jelly"><B>PREV CLASS</B></A>&nbsp;
 &nbsp;<A HREF="../../../../org/apache/commons/jelly/JellyTagException.html" title="class in org.apache.commons.jelly"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../index.html?org/apache/commons/jelly/JellyException.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="JellyException.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -675,19 +788,20 @@ public void <B>printStackTrace</B>()</PR
   <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
 </NOSCRIPT>
 
+
 </FONT></TD>
 </TR>
 <TR>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 </TR>
 </TABLE>
 <A NAME="skip-navbar_bottom"></A>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &copy; 2002-2006 Apache Software Foundation. All Rights Reserved.
+
 </BODY>
 </HTML>

Modified: websites/production/commons/content/proper/commons-jelly/apidocs/org/apache/commons/jelly/JellyTagException.html
==============================================================================
--- websites/production/commons/content/proper/commons-jelly/apidocs/org/apache/commons/jelly/JellyTagException.html (original)
+++ websites/production/commons/content/proper/commons-jelly/apidocs/org/apache/commons/jelly/JellyTagException.html Wed Sep 27 12:20:41 2017
@@ -2,10 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_09) on Wed Apr 05 21:38:01 CEST 2006 -->
-<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<!-- Generated by javadoc (build 1.5.0_22) on Wed Sep 20 11:15:32 UTC 2017 -->
 <TITLE>
-JellyTagException (commons-jelly 1.1-SNAPSHOT API)
+JellyTagException
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.commons.jelly.JellyTagException class">
@@ -15,9 +14,11 @@ JellyTagException (commons-jelly 1.1-SNA
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="JellyTagException (commons-jelly 1.1-SNAPSHOT API)";
+    parent.document.title="JellyTagException";
 }
 </SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
 
 </HEAD>
 
@@ -29,7 +30,7 @@ function windowTitle()
 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
 <TR>
-<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 <A NAME="navbar_top_firstrow"><!-- --></A>
 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
   <TR ALIGN="center" VALIGN="top">
@@ -52,9 +53,9 @@ function windowTitle()
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 &nbsp;<A HREF="../../../../org/apache/commons/jelly/JellyException.html" title="class in org.apache.commons.jelly"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/apache/commons/jelly/MissingAttributeException.html" title="class in org.apache.commons.jelly"><B>NEXT CLASS</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../org/apache/commons/jelly/LocationAware.html" title="interface in org.apache.commons.jelly"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../index.html?org/apache/commons/jelly/JellyTagException.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="JellyTagException.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -67,6 +68,7 @@ function windowTitle()
   <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
 </NOSCRIPT>
 
+
 </FONT></TD>
 </TR>
 <TR>
@@ -88,20 +90,21 @@ org.apache.commons.jelly</FONT>
 Class JellyTagException</H2>
 <PRE>
 java.lang.Object
-  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">java.lang.Throwable
-      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">java.lang.Exception
-          <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../org/apache/commons/jelly/JellyException.html" title="class in org.apache.commons.jelly">org.apache.commons.jelly.JellyException</A>
-              <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.commons.jelly.JellyTagException</B>
+  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Throwable
+      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Exception
+          <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/apache/commons/jelly/JellyException.html" title="class in org.apache.commons.jelly">org.apache.commons.jelly.JellyException</A>
+              <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.commons.jelly.JellyTagException</B>
 </PRE>
 <DL>
-<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/apache/commons/jelly/LocationAware.html" title="interface in org.apache.commons.jelly">LocationAware</A>, java.io.Serializable</DD>
+<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, <A HREF="../../../../org/apache/commons/jelly/LocationAware.html" title="interface in org.apache.commons.jelly">LocationAware</A></DD>
 </DL>
 <DL>
 <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/apache/commons/jelly/impl/BreakException.html" title="class in org.apache.commons.jelly.impl">BreakException</A>, <A HREF="../../../../org/apache/commons/jelly/MissingAttributeException.html" title="class in org.apache.commons.jelly">MissingAttributeException</A></DD>
 </DL>
 <HR>
 <DL>
-<DT>public class <B>JellyTagException</B><DT>extends <A HREF="../../../../org/apache/commons/jelly/JellyException.html" title="class in org.apache.commons.jelly">JellyException</A></DL>
+<DT><PRE>public class <B>JellyTagException</B><DT>extends <A HREF="../../../../org/apache/commons/jelly/JellyException.html" title="class in org.apache.commons.jelly">JellyException</A></DL>
+</PRE>
 
 <P>
 <p>A <code>JellyTagException</code> is an exception generated by a Tag
@@ -111,26 +114,21 @@ java.lang.Object
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Revision: 155420 $</DD>
+  <DD>$Revision: 1807798 $</DD>
 <DT><B>Author:</B></DT>
   <DD><a href="mailto:morgand@apache.org">Morgan Delagrange</a></DD>
 <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#org.apache.commons.jelly.JellyTagException">Serialized Form</A></DL>
 <HR>
 
 <P>
-<!-- ======== NESTED CLASS SUMMARY ======== -->
-
-
-<!-- =========== FIELD SUMMARY =========== -->
-
 
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 
 <A NAME="constructor_summary"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TD COLSPAN=2><FONT SIZE="+2">
-<B>Constructor Summary</B></FONT></TD>
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE><B><A HREF="../../../../org/apache/commons/jelly/JellyTagException.html#JellyTagException()">JellyTagException</A></B>()</CODE>
@@ -192,10 +190,17 @@ java.lang.Object
 &nbsp;
 <!-- ========== METHOD SUMMARY =========== -->
 
-<A NAME="methods_inherited_from_class_org.apache.commons.jelly.JellyException"><!-- --></A>
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TH>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_org.apache.commons.jelly.JellyException"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TD><B>Methods inherited from class org.apache.commons.jelly.<A HREF="../../../../org/apache/commons/jelly/JellyException.html" title="class in org.apache.commons.jelly">JellyException</A></B></TD>
+<TH ALIGN="left"><B>Methods inherited from class org.apache.commons.jelly.<A HREF="../../../../org/apache/commons/jelly/JellyException.html" title="class in org.apache.commons.jelly">JellyException</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE><A HREF="../../../../org/apache/commons/jelly/JellyException.html#getCause()">getCause</A>, <A HREF="../../../../org/apache/commons/jelly/JellyException.html#getColumnNumber()">getColumnNumber</A>, <A HREF="../../../../org/apache/commons/jelly/JellyException.html#getElementName()">getElementName</A>, <A HREF="../../../../org/apache/commons/jelly/JellyException.html#getFileName()">getFileName</A>, <A HREF="../../../../org/apache/commons/jelly/JellyException.html#getLineNumber()">getLineNumber</A>, <A HREF="../../../../org/apache/commons/jelly/JellyException.html#getMessage()">getMessage</A>, <A HREF="../../../../org/apache/commons/jelly/JellyException.html#getReason()">getReason</A>, <A HREF="../../../../org/apache/commons/jelly/JellyException.html#printStackTrace()">printStackTrace</A>, <A HREF="../../../../org/apache/commons/jelly/JellyException.html#printStackTrace(java.io.PrintStream)">printStackTrace</A>, <A HREF="../../../../org/apache/commons/jelly/JellyException.htm
 l#printStackTrace(java.io.PrintWriter)">printStackTrace</A>, <A HREF="../../../../org/apache/commons/jelly/JellyException.html#setColumnNumber(int)">setColumnNumber</A>, <A HREF="../../../../org/apache/commons/jelly/JellyException.html#setElementName(java.lang.String)">setElementName</A>, <A HREF="../../../../org/apache/commons/jelly/JellyException.html#setFileName(java.lang.String)">setFileName</A>, <A HREF="../../../../org/apache/commons/jelly/JellyException.html#setLineNumber(int)">setLineNumber</A></CODE></TD>
@@ -204,7 +209,7 @@ java.lang.Object
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TD><B>Methods inherited from class java.lang.Throwable</B></TD>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.Throwable</B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE>fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString</CODE></TD>
@@ -213,7 +218,7 @@ java.lang.Object
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TD><B>Methods inherited from class java.lang.Object</B></TD>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
@@ -222,16 +227,13 @@ java.lang.Object
 &nbsp;
 <P>
 
-<!-- ============ FIELD DETAIL =========== -->
-
-
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 
 <A NAME="constructor_detail"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TD COLSPAN=1><FONT SIZE="+2">
-<B>Constructor Detail</B></FONT></TD>
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TH>
 </TR>
 </TABLE>
 
@@ -303,9 +305,6 @@ public <B>JellyTagException</B>(java.lan
                          int&nbsp;lineNumber)</PRE>
 <DL>
 </DL>
-
-<!-- ============ METHOD DETAIL ========== -->
-
 <!-- ========= END OF CLASS DATA ========= -->
 <HR>
 
@@ -315,7 +314,7 @@ public <B>JellyTagException</B>(java.lan
 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
 <TR>
-<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 <A NAME="navbar_bottom_firstrow"><!-- --></A>
 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
   <TR ALIGN="center" VALIGN="top">
@@ -338,9 +337,9 @@ public <B>JellyTagException</B>(java.lan
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 &nbsp;<A HREF="../../../../org/apache/commons/jelly/JellyException.html" title="class in org.apache.commons.jelly"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/apache/commons/jelly/MissingAttributeException.html" title="class in org.apache.commons.jelly"><B>NEXT CLASS</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../org/apache/commons/jelly/LocationAware.html" title="interface in org.apache.commons.jelly"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../index.html?org/apache/commons/jelly/JellyTagException.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="JellyTagException.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -353,6 +352,7 @@ public <B>JellyTagException</B>(java.lan
   <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
 </NOSCRIPT>
 
+
 </FONT></TD>
 </TR>
 <TR>
@@ -366,6 +366,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &copy; 2002-2006 Apache Software Foundation. All Rights Reserved.
+
 </BODY>
 </HTML>

Modified: websites/production/commons/content/proper/commons-jelly/apidocs/org/apache/commons/jelly/LocationAware.html
==============================================================================
--- websites/production/commons/content/proper/commons-jelly/apidocs/org/apache/commons/jelly/LocationAware.html (original)
+++ websites/production/commons/content/proper/commons-jelly/apidocs/org/apache/commons/jelly/LocationAware.html Wed Sep 27 12:20:41 2017
@@ -2,10 +2,9 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_09) on Wed Apr 05 21:37:59 CEST 2006 -->
-<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<!-- Generated by javadoc (build 1.5.0_22) on Wed Sep 20 11:15:32 UTC 2017 -->
 <TITLE>
-LocationAware (commons-jelly 1.1-SNAPSHOT API)
+LocationAware
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.commons.jelly.LocationAware interface">
@@ -15,9 +14,11 @@ LocationAware (commons-jelly 1.1-SNAPSHO
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="LocationAware (commons-jelly 1.1-SNAPSHOT API)";
+    parent.document.title="LocationAware";
 }
 </SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
 
 </HEAD>
 
@@ -29,7 +30,7 @@ function windowTitle()
 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
 <TR>
-<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 <A NAME="navbar_top_firstrow"><!-- --></A>
 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
   <TR ALIGN="center" VALIGN="top">
@@ -51,10 +52,10 @@ function windowTitle()
 
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/apache/commons/jelly/DynaTag.html" title="interface in org.apache.commons.jelly"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/apache/commons/jelly/NamespaceAwareTag.html" title="interface in org.apache.commons.jelly"><B>NEXT CLASS</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../org/apache/commons/jelly/JellyTagException.html" title="class in org.apache.commons.jelly"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../org/apache/commons/jelly/MapTagSupport.html" title="class in org.apache.commons.jelly"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../index.html?org/apache/commons/jelly/LocationAware.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="LocationAware.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -67,6 +68,7 @@ function windowTitle()
   <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
 </NOSCRIPT>
 
+
 </FONT></TD>
 </TR>
 <TR>
@@ -87,11 +89,12 @@ org.apache.commons.jelly</FONT>
 <BR>
 Interface LocationAware</H2>
 <DL>
-<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/commons/jelly/JellyException.html" title="class in org.apache.commons.jelly">JellyException</A></DD>
+<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/commons/jelly/impl/BreakException.html" title="class in org.apache.commons.jelly.impl">BreakException</A>, <A HREF="../../../../org/apache/commons/jelly/JellyException.html" title="class in org.apache.commons.jelly">JellyException</A>, <A HREF="../../../../org/apache/commons/jelly/JellyTagException.html" title="class in org.apache.commons.jelly">JellyTagException</A>, <A HREF="../../../../org/apache/commons/jelly/MissingAttributeException.html" title="class in org.apache.commons.jelly">MissingAttributeException</A></DD>
 </DL>
 <HR>
 <DL>
-<DT>public interface <B>LocationAware</B></DL>
+<DT><PRE>public interface <B>LocationAware</B></DL>
+</PRE>
 
 <P>
 <p><code>LocationAware</code> represents a Tag or Exception which is location aware.
@@ -102,29 +105,21 @@ Interface LocationAware</H2>
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Revision: 155420 $</DD>
+  <DD>$Revision: 1807798 $</DD>
 <DT><B>Author:</B></DT>
   <DD><a href="mailto:jstrachan@apache.org">James Strachan</a></DD>
 </DL>
 <HR>
 
 <P>
-<!-- ======== NESTED CLASS SUMMARY ======== -->
-
-
-<!-- =========== FIELD SUMMARY =========== -->
-
-
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-
 
 <!-- ========== METHOD SUMMARY =========== -->
 
 <A NAME="method_summary"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TD COLSPAN=2><FONT SIZE="+2">
-<B>Method Summary</B></FONT></TD>
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -194,26 +189,20 @@ Interface LocationAware</H2>
 &nbsp;
 <P>
 
-<!-- ============ FIELD DETAIL =========== -->
-
-
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-
-
 <!-- ============ METHOD DETAIL ========== -->
 
 <A NAME="method_detail"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
-<TD COLSPAN=1><FONT SIZE="+2">
-<B>Method Detail</B></FONT></TD>
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TH>
 </TR>
 </TABLE>
 
 <A NAME="getLineNumber()"><!-- --></A><H3>
 getLineNumber</H3>
 <PRE>
-public int <B>getLineNumber</B>()</PRE>
+int <B>getLineNumber</B>()</PRE>
 <DL>
 <DD><DL>
 
@@ -225,7 +214,7 @@ public int <B>getLineNumber</B>()</PRE>
 <A NAME="setLineNumber(int)"><!-- --></A><H3>
 setLineNumber</H3>
 <PRE>
-public void <B>setLineNumber</B>(int&nbsp;lineNumber)</PRE>
+void <B>setLineNumber</B>(int&nbsp;lineNumber)</PRE>
 <DL>
 <DD>Sets the line number of the tag
 <P>
@@ -238,7 +227,7 @@ public void <B>setLineNumber</B>(int&nbs
 <A NAME="getColumnNumber()"><!-- --></A><H3>
 getColumnNumber</H3>
 <PRE>
-public int <B>getColumnNumber</B>()</PRE>
+int <B>getColumnNumber</B>()</PRE>
 <DL>
 <DD><DL>
 
@@ -250,7 +239,7 @@ public int <B>getColumnNumber</B>()</PRE
 <A NAME="setColumnNumber(int)"><!-- --></A><H3>
 setColumnNumber</H3>
 <PRE>
-public void <B>setColumnNumber</B>(int&nbsp;columnNumber)</PRE>
+void <B>setColumnNumber</B>(int&nbsp;columnNumber)</PRE>
 <DL>
 <DD>Sets the column number of the tag
 <P>
@@ -263,7 +252,7 @@ public void <B>setColumnNumber</B>(int&n
 <A NAME="getFileName()"><!-- --></A><H3>
 getFileName</H3>
 <PRE>
-public java.lang.String <B>getFileName</B>()</PRE>
+java.lang.String <B>getFileName</B>()</PRE>
 <DL>
 <DD><DL>
 
@@ -275,7 +264,7 @@ public java.lang.String <B>getFileName</
 <A NAME="setFileName(java.lang.String)"><!-- --></A><H3>
 setFileName</H3>
 <PRE>
-public void <B>setFileName</B>(java.lang.String&nbsp;fileName)</PRE>
+void <B>setFileName</B>(java.lang.String&nbsp;fileName)</PRE>
 <DL>
 <DD>Sets the Jelly file which caused the problem
 <P>
@@ -288,7 +277,7 @@ public void <B>setFileName</B>(java.lang
 <A NAME="getElementName()"><!-- --></A><H3>
 getElementName</H3>
 <PRE>
-public java.lang.String <B>getElementName</B>()</PRE>
+java.lang.String <B>getElementName</B>()</PRE>
 <DL>
 <DD><DL>
 
@@ -300,7 +289,7 @@ public java.lang.String <B>getElementNam
 <A NAME="setElementName(java.lang.String)"><!-- --></A><H3>
 setElementName</H3>
 <PRE>
-public void <B>setElementName</B>(java.lang.String&nbsp;elementName)</PRE>
+void <B>setElementName</B>(java.lang.String&nbsp;elementName)</PRE>
 <DL>
 <DD>Sets the element name which caused the problem
 <P>
@@ -317,7 +306,7 @@ public void <B>setElementName</B>(java.l
 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
 <TR>
-<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 <A NAME="navbar_bottom_firstrow"><!-- --></A>
 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
   <TR ALIGN="center" VALIGN="top">
@@ -339,10 +328,10 @@ public void <B>setElementName</B>(java.l
 
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../org/apache/commons/jelly/DynaTag.html" title="interface in org.apache.commons.jelly"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../org/apache/commons/jelly/NamespaceAwareTag.html" title="interface in org.apache.commons.jelly"><B>NEXT CLASS</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../org/apache/commons/jelly/JellyTagException.html" title="class in org.apache.commons.jelly"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../org/apache/commons/jelly/MapTagSupport.html" title="class in org.apache.commons.jelly"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../index.html?org/apache/commons/jelly/LocationAware.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="LocationAware.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -355,6 +344,7 @@ public void <B>setElementName</B>(java.l
   <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
 </NOSCRIPT>
 
+
 </FONT></TD>
 </TR>
 <TR>
@@ -368,6 +358,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nb
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright &copy; 2002-2006 Apache Software Foundation. All Rights Reserved.
+
 </BODY>
 </HTML>