Modified: 
websites/production/commons/content/proper/commons-jelly/apidocs/org/apache/commons/jelly/tags/core/IfTag.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jelly/apidocs/org/apache/commons/jelly/tags/core/IfTag.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jelly/apidocs/org/apache/commons/jelly/tags/core/IfTag.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:03 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:33 UTC 2017 -->
 <TITLE>
-IfTag (commons-jelly 1.1-SNAPSHOT API)
+IfTag
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.commons.jelly.tags.core.IfTag class">
@@ -15,9 +14,11 @@ IfTag (commons-jelly 1.1-SNAPSHOT API)
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="IfTag (commons-jelly 1.1-SNAPSHOT API)";
+    parent.document.title="IfTag";
 }
 </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">
@@ -54,7 +55,7 @@ function windowTitle()
 &nbsp;<A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/GetStaticTag.html" 
title="class in org.apache.commons.jelly.tags.core"><B>PREV CLASS</B></A>&nbsp;
 &nbsp;<A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/ImportTag.html" 
title="class in org.apache.commons.jelly.tags.core"><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/tags/core/IfTag.html"
 target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="IfTag.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;<A 
HREF="#fields_inherited_from_class_org.apache.commons.jelly.TagSupport">FIELD</A>&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,15 +90,16 @@ org.apache.commons.jelly.tags.core</FONT
 Class IfTag</H2>
 <PRE>
 java.lang.Object
-  <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by"><A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">org.apache.commons.jelly.TagSupport</A>
-      <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended 
by"><B>org.apache.commons.jelly.tags.core.IfTag</B>
+  <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">org.apache.commons.jelly.TagSupport</A>
+      <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by 
"><B>org.apache.commons.jelly.tags.core.IfTag</B>
 </PRE>
 <DL>
 <DT><B>All Implemented Interfaces:</B> <DD><A 
HREF="../../../../../../org/apache/commons/jelly/Tag.html" title="interface in 
org.apache.commons.jelly">Tag</A></DD>
 </DL>
 <HR>
 <DL>
-<DT>public class <B>IfTag</B><DT>extends <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></DL>
+<DT><PRE>public class <B>IfTag</B><DT>extends <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></DL>
+</PRE>
 
 <P>
 A tag which conditionally evaluates its body based on some condition
@@ -105,29 +108,34 @@ A tag which conditionally evaluates its
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Revision: 155420 $</DD>
+  <DD>$Revision: 1807798 $</DD>
 <DT><B>Author:</B></DT>
   <DD><a href="mailto:jstrac...@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;<A 
HREF="../../../../../../org/apache/commons/jelly/expression/Expression.html" 
title="interface in 
org.apache.commons.jelly.expression">Expression</A></CODE></FONT></TD>
+<TD><CODE><B><A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/IfTag.html#test">test</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The expression to 
evaluate.</TD>
 </TR>
 </TABLE>
 &nbsp;<A 
NAME="fields_inherited_from_class_org.apache.commons.jelly.TagSupport"><!-- 
--></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TD><B>Fields inherited from class org.apache.commons.jelly.<A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></B></TD>
+<TH ALIGN="left"><B>Fields inherited from class org.apache.commons.jelly.<A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE><A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#body">body</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#context">context</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#hasTrimmed">hasTrimmed</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#parent">parent</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#shouldTrim">shouldTrim</A></CODE></TD>
@@ -139,8 +147,8 @@ A tag which conditionally evaluates its
 <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/tags/core/IfTag.html#IfTag()">IfTag</A></B>()</CODE>
@@ -155,8 +163,8 @@ A tag which conditionally evaluates its
 <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">
@@ -172,13 +180,13 @@ A tag which conditionally evaluates its
 <TD><CODE><B><A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/IfTag.html#setTest(org.apache.commons.jelly.expression.Expression)">setTest</A></B>(<A
 HREF="../../../../../../org/apache/commons/jelly/expression/Expression.html" 
title="interface in 
org.apache.commons.jelly.expression">Expression</A>&nbsp;test)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the Jelly 
expression to evaluate. </TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the Jelly 
expression to evaluate.</TD>
 </TR>
 </TABLE>
 &nbsp;<A 
NAME="methods_inherited_from_class_org.apache.commons.jelly.TagSupport"><!-- 
--></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/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></B></TD>
+<TH ALIGN="left"><B>Methods inherited from class org.apache.commons.jelly.<A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE><A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(java.lang.Class)">findAncestorWithClass</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(java.lang.Class[])">findAncestorWithClass</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(java.util.Collection)">findAncestorWithClass</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(org.apache.commons.jelly.Tag,
 java.lang.Class)">findAncestorWithClass</A>, <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(org.apache.commons.jelly.Tag,
 java.lang.Class[])">findAncestorWithClass</A>, <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(org.apache.commons.jelly.Tag,
 java.util.Collection)">findAncestorWithClass</A>, <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#getBo
 dy()">getBody</A>, <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#getBodyText()">getBodyText</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#getBodyText(boolean)">getBodyText</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#getContext()">getContext</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#getParent()">getParent</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#invokeBody(org.apache.commons.jelly.XMLOutput)">invokeBody</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#isEscapeText()">isEscapeText</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#isTrim()">isTrim</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#setBody(org.apache.commons.jelly.Script)">setBody</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#setContext(org.apache.commons.jelly.JellyContext)">setContext<
 /A>, <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#setEscapeText(boolean)">setEscapeText</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#setParent(org.apache.commons.jelly.Tag)">setParent</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#setTrim(boolean)">setTrim</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#trimBody()">trimBody</A></CODE></TD>
@@ -187,7 +195,7 @@ A tag which conditionally evaluates its
 &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>
@@ -198,14 +206,32 @@ A tag which conditionally evaluates its
 
 <!-- ============ 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="test"><!-- --></A><H3>
+test</H3>
+<PRE>
+private <A 
HREF="../../../../../../org/apache/commons/jelly/expression/Expression.html" 
title="interface in org.apache.commons.jelly.expression">Expression</A> 
<B>test</B></PRE>
+<DL>
+<DD>The expression to evaluate.
+<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>
 
@@ -221,8 +247,8 @@ public <B>IfTag</B>()</PRE>
 <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>
 
@@ -233,7 +259,7 @@ public void <B>doTag</B>(<A HREF="../../
            throws <A 
HREF="../../../../../../org/apache/commons/jelly/MissingAttributeException.html"
 title="class in org.apache.commons.jelly">MissingAttributeException</A>,
                   <A 
HREF="../../../../../../org/apache/commons/jelly/JellyTagException.html" 
title="class in org.apache.commons.jelly">JellyTagException</A></PRE>
 <DL>
-<DD><B>Description copied from interface: <CODE><A 
HREF="../../../../../../org/apache/commons/jelly/Tag.html" title="interface in 
org.apache.commons.jelly">Tag</A></CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A 
HREF="../../../../../../org/apache/commons/jelly/Tag.html#doTag(org.apache.commons.jelly.XMLOutput)">Tag</A></CODE></B></DD>
 <DD>Evaluates this tag after all the tags properties have been initialized.
 <P>
 <DD><DL>
@@ -266,7 +292,7 @@ public void <B>setTest</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">
@@ -291,7 +317,7 @@ public void <B>setTest</B>(<A HREF="../.
 &nbsp;<A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/GetStaticTag.html" 
title="class in org.apache.commons.jelly.tags.core"><B>PREV CLASS</B></A>&nbsp;
 &nbsp;<A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/ImportTag.html" 
title="class in org.apache.commons.jelly.tags.core"><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/tags/core/IfTag.html"
 target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="IfTag.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -304,19 +330,20 @@ public void <B>setTest</B>(<A HREF="../.
   <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;<A 
HREF="#fields_inherited_from_class_org.apache.commons.jelly.TagSupport">FIELD</A>&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/tags/core/ImportTag.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jelly/apidocs/org/apache/commons/jelly/tags/core/ImportTag.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jelly/apidocs/org/apache/commons/jelly/tags/core/ImportTag.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:03 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:33 UTC 2017 -->
 <TITLE>
-ImportTag (commons-jelly 1.1-SNAPSHOT API)
+ImportTag
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.commons.jelly.tags.core.ImportTag 
class">
@@ -15,9 +14,11 @@ ImportTag (commons-jelly 1.1-SNAPSHOT AP
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="ImportTag (commons-jelly 1.1-SNAPSHOT API)";
+    parent.document.title="ImportTag";
 }
 </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">
@@ -54,7 +55,7 @@ function windowTitle()
 &nbsp;<A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/IfTag.html" 
title="class in org.apache.commons.jelly.tags.core"><B>PREV CLASS</B></A>&nbsp;
 &nbsp;<A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/IncludeTag.html" 
title="class in org.apache.commons.jelly.tags.core"><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/tags/core/ImportTag.html"
 target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="ImportTag.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;<A 
HREF="#fields_inherited_from_class_org.apache.commons.jelly.TagSupport">FIELD</A>&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,15 +90,16 @@ org.apache.commons.jelly.tags.core</FONT
 Class ImportTag</H2>
 <PRE>
 java.lang.Object
-  <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by"><A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">org.apache.commons.jelly.TagSupport</A>
-      <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended 
by"><B>org.apache.commons.jelly.tags.core.ImportTag</B>
+  <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">org.apache.commons.jelly.TagSupport</A>
+      <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by 
"><B>org.apache.commons.jelly.tags.core.ImportTag</B>
 </PRE>
 <DL>
 <DT><B>All Implemented Interfaces:</B> <DD><A 
HREF="../../../../../../org/apache/commons/jelly/Tag.html" title="interface in 
org.apache.commons.jelly">Tag</A></DD>
 </DL>
 <HR>
 <DL>
-<DT>public class <B>ImportTag</B><DT>extends <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></DL>
+<DT><PRE>public class <B>ImportTag</B><DT>extends <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></DL>
+</PRE>
 
 <P>
 Imports another script.
@@ -111,29 +114,51 @@ Imports another script.
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Revision: 155420 $</DD>
+  <DD>$Revision: 1807798 $</DD>
 <DT><B>Author:</B></DT>
   <DD><a href="mailto:b...@eng.werken.com";>bob mcwhirter</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;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/ImportTag.html#file">file</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The file to be 
imported.</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/tags/core/ImportTag.html#inherit">inherit</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Whether the 
imported script has access to the caller's variables</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/tags/core/ImportTag.html#uri">uri</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the location of 
the script being imported, relative to the
+ current script</TD>
 </TR>
 </TABLE>
 &nbsp;<A 
NAME="fields_inherited_from_class_org.apache.commons.jelly.TagSupport"><!-- 
--></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TD><B>Fields inherited from class org.apache.commons.jelly.<A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></B></TD>
+<TH ALIGN="left"><B>Fields inherited from class org.apache.commons.jelly.<A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE><A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#body">body</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#context">context</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#hasTrimmed">hasTrimmed</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#parent">parent</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#shouldTrim">shouldTrim</A></CODE></TD>
@@ -145,8 +170,8 @@ Imports another script.
 <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/tags/core/ImportTag.html#ImportTag()">ImportTag</A></B>()</CODE>
@@ -161,8 +186,8 @@ Imports another script.
 <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">
@@ -208,7 +233,7 @@ Imports another script.
 &nbsp;<A 
NAME="methods_inherited_from_class_org.apache.commons.jelly.TagSupport"><!-- 
--></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/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></B></TD>
+<TH ALIGN="left"><B>Methods inherited from class org.apache.commons.jelly.<A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE><A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(java.lang.Class)">findAncestorWithClass</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(java.lang.Class[])">findAncestorWithClass</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(java.util.Collection)">findAncestorWithClass</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(org.apache.commons.jelly.Tag,
 java.lang.Class)">findAncestorWithClass</A>, <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(org.apache.commons.jelly.Tag,
 java.lang.Class[])">findAncestorWithClass</A>, <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(org.apache.commons.jelly.Tag,
 java.util.Collection)">findAncestorWithClass</A>, <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#getBo
 dy()">getBody</A>, <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#getBodyText()">getBodyText</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#getBodyText(boolean)">getBodyText</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#getContext()">getContext</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#getParent()">getParent</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#invokeBody(org.apache.commons.jelly.XMLOutput)">invokeBody</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#isEscapeText()">isEscapeText</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#isTrim()">isTrim</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#setBody(org.apache.commons.jelly.Script)">setBody</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#setContext(org.apache.commons.jelly.JellyContext)">setContext<
 /A>, <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#setEscapeText(boolean)">setEscapeText</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#setParent(org.apache.commons.jelly.Tag)">setParent</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#setTrim(boolean)">setTrim</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#trimBody()">trimBody</A></CODE></TD>
@@ -217,7 +242,7 @@ Imports another script.
 &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>
@@ -228,14 +253,58 @@ Imports another script.
 
 <!-- ============ 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="uri"><!-- --></A><H3>
+uri</H3>
+<PRE>
+private java.lang.String <B>uri</B></PRE>
+<DL>
+<DD>the location of the script being imported, relative to the
+ current script
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="inherit"><!-- --></A><H3>
+inherit</H3>
+<PRE>
+private boolean <B>inherit</B></PRE>
+<DL>
+<DD>Whether the imported script has access to the caller's variables
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="file"><!-- --></A><H3>
+file</H3>
+<PRE>
+private java.lang.String <B>file</B></PRE>
+<DL>
+<DD>The file to be imported. Mutually exclusive with uri.
+ uri takes precedence.
+<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>
 
@@ -253,8 +322,8 @@ public <B>ImportTag</B>()</PRE>
 <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>
 
@@ -334,7 +403,7 @@ public void <B>setFile</B>(java.lang.Str
 <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">
@@ -359,7 +428,7 @@ public void <B>setFile</B>(java.lang.Str
 &nbsp;<A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/IfTag.html" 
title="class in org.apache.commons.jelly.tags.core"><B>PREV CLASS</B></A>&nbsp;
 &nbsp;<A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/IncludeTag.html" 
title="class in org.apache.commons.jelly.tags.core"><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/tags/core/ImportTag.html"
 target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="ImportTag.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -372,19 +441,20 @@ public void <B>setFile</B>(java.lang.Str
   <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;<A 
HREF="#fields_inherited_from_class_org.apache.commons.jelly.TagSupport">FIELD</A>&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/tags/core/IncludeTag.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jelly/apidocs/org/apache/commons/jelly/tags/core/IncludeTag.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jelly/apidocs/org/apache/commons/jelly/tags/core/IncludeTag.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:03 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:33 UTC 2017 -->
 <TITLE>
-IncludeTag (commons-jelly 1.1-SNAPSHOT API)
+IncludeTag
 </TITLE>
 
 <META NAME="keywords" CONTENT="org.apache.commons.jelly.tags.core.IncludeTag 
class">
@@ -15,9 +14,11 @@ IncludeTag (commons-jelly 1.1-SNAPSHOT A
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="IncludeTag (commons-jelly 1.1-SNAPSHOT API)";
+    parent.document.title="IncludeTag";
 }
 </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">
@@ -54,7 +55,7 @@ function windowTitle()
 &nbsp;<A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/ImportTag.html" 
title="class in org.apache.commons.jelly.tags.core"><B>PREV CLASS</B></A>&nbsp;
 &nbsp;<A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/InvokeStaticTag.html"
 title="class in org.apache.commons.jelly.tags.core"><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/tags/core/IncludeTag.html"
 target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="IncludeTag.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;<A 
HREF="#fields_inherited_from_class_org.apache.commons.jelly.TagSupport">FIELD</A>&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,15 +90,16 @@ org.apache.commons.jelly.tags.core</FONT
 Class IncludeTag</H2>
 <PRE>
 java.lang.Object
-  <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by"><A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">org.apache.commons.jelly.TagSupport</A>
-      <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended 
by"><B>org.apache.commons.jelly.tags.core.IncludeTag</B>
+  <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">org.apache.commons.jelly.TagSupport</A>
+      <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by 
"><B>org.apache.commons.jelly.tags.core.IncludeTag</B>
 </PRE>
 <DL>
 <DT><B>All Implemented Interfaces:</B> <DD><A 
HREF="../../../../../../org/apache/commons/jelly/Tag.html" title="interface in 
org.apache.commons.jelly">Tag</A></DD>
 </DL>
 <HR>
 <DL>
-<DT>public class <B>IncludeTag</B><DT>extends <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></DL>
+<DT><PRE>public class <B>IncludeTag</B><DT>extends <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></DL>
+</PRE>
 
 <P>
 A tag which conditionally evaluates its body based on some condition
@@ -105,29 +108,58 @@ A tag which conditionally evaluates its
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Revision: 155420 $</DD>
+  <DD>$Revision: 1807798 $</DD>
 <DT><B>Author:</B></DT>
   <DD><a href="mailto:jstrac...@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;java.io.File</CODE></FONT></TD>
+<TD><CODE><B><A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/IncludeTag.html#file">file</A></B></CODE>
+
+<BR>
+&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">
+<CODE>private &nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/IncludeTag.html#shouldExport">shouldExport</A></B></CODE>
+
+<BR>
+&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">
+<CODE>private &nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/IncludeTag.html#shouldInherit">shouldInherit</A></B></CODE>
+
+<BR>
+&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">
+<CODE>private &nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/IncludeTag.html#uri">uri</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 </TABLE>
 &nbsp;<A 
NAME="fields_inherited_from_class_org.apache.commons.jelly.TagSupport"><!-- 
--></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TD><B>Fields inherited from class org.apache.commons.jelly.<A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></B></TD>
+<TH ALIGN="left"><B>Fields inherited from class org.apache.commons.jelly.<A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE><A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#body">body</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#context">context</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#hasTrimmed">hasTrimmed</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#parent">parent</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#shouldTrim">shouldTrim</A></CODE></TD>
@@ -139,8 +171,8 @@ A tag which conditionally evaluates its
 <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/tags/core/IncludeTag.html#IncludeTag()">IncludeTag</A></B>()</CODE>
@@ -155,8 +187,8 @@ A tag which conditionally evaluates its
 <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">
@@ -227,7 +259,7 @@ A tag which conditionally evaluates its
 &nbsp;<A 
NAME="methods_inherited_from_class_org.apache.commons.jelly.TagSupport"><!-- 
--></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/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></B></TD>
+<TH ALIGN="left"><B>Methods inherited from class org.apache.commons.jelly.<A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE><A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(java.lang.Class)">findAncestorWithClass</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(java.lang.Class[])">findAncestorWithClass</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(java.util.Collection)">findAncestorWithClass</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(org.apache.commons.jelly.Tag,
 java.lang.Class)">findAncestorWithClass</A>, <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(org.apache.commons.jelly.Tag,
 java.lang.Class[])">findAncestorWithClass</A>, <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(org.apache.commons.jelly.Tag,
 java.util.Collection)">findAncestorWithClass</A>, <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#getBo
 dy()">getBody</A>, <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#getBodyText()">getBodyText</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#getBodyText(boolean)">getBodyText</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#getContext()">getContext</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#getParent()">getParent</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#invokeBody(org.apache.commons.jelly.XMLOutput)">invokeBody</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#isEscapeText()">isEscapeText</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#isTrim()">isTrim</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#setBody(org.apache.commons.jelly.Script)">setBody</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#setContext(org.apache.commons.jelly.JellyContext)">setContext<
 /A>, <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#setEscapeText(boolean)">setEscapeText</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#setParent(org.apache.commons.jelly.Tag)">setParent</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#setTrim(boolean)">setTrim</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#trimBody()">trimBody</A></CODE></TD>
@@ -236,7 +268,7 @@ A tag which conditionally evaluates its
 &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>
@@ -247,14 +279,60 @@ A tag which conditionally evaluates its
 
 <!-- ============ 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="uri"><!-- --></A><H3>
+uri</H3>
+<PRE>
+private java.lang.String <B>uri</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="file"><!-- --></A><H3>
+file</H3>
+<PRE>
+private java.io.File <B>file</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="shouldExport"><!-- --></A><H3>
+shouldExport</H3>
+<PRE>
+private boolean <B>shouldExport</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="shouldInherit"><!-- --></A><H3>
+shouldInherit</H3>
+<PRE>
+private boolean <B>shouldInherit</B></PRE>
+<DL>
+<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>
 
@@ -270,8 +348,8 @@ public <B>IncludeTag</B>()</PRE>
 <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>
 
@@ -352,7 +430,7 @@ public void <B>doTag</B>(<A HREF="../../
            throws <A 
HREF="../../../../../../org/apache/commons/jelly/MissingAttributeException.html"
 title="class in org.apache.commons.jelly">MissingAttributeException</A>,
                   <A 
HREF="../../../../../../org/apache/commons/jelly/JellyTagException.html" 
title="class in org.apache.commons.jelly">JellyTagException</A></PRE>
 <DL>
-<DD><B>Description copied from interface: <CODE><A 
HREF="../../../../../../org/apache/commons/jelly/Tag.html" title="interface in 
org.apache.commons.jelly">Tag</A></CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A 
HREF="../../../../../../org/apache/commons/jelly/Tag.html#doTag(org.apache.commons.jelly.XMLOutput)">Tag</A></CODE></B></DD>
 <DD>Evaluates this tag after all the tags properties have been initialized.
 <P>
 <DD><DL>
@@ -384,7 +462,7 @@ public void <B>setUri</B>(java.lang.Stri
 <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">
@@ -409,7 +487,7 @@ public void <B>setUri</B>(java.lang.Stri
 &nbsp;<A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/ImportTag.html" 
title="class in org.apache.commons.jelly.tags.core"><B>PREV CLASS</B></A>&nbsp;
 &nbsp;<A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/InvokeStaticTag.html"
 title="class in org.apache.commons.jelly.tags.core"><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/tags/core/IncludeTag.html"
 target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="IncludeTag.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -422,19 +500,20 @@ public void <B>setUri</B>(java.lang.Stri
   <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;<A 
HREF="#fields_inherited_from_class_org.apache.commons.jelly.TagSupport">FIELD</A>&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/tags/core/InvokeStaticTag.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jelly/apidocs/org/apache/commons/jelly/tags/core/InvokeStaticTag.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jelly/apidocs/org/apache/commons/jelly/tags/core/InvokeStaticTag.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:03 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:33 UTC 2017 -->
 <TITLE>
-InvokeStaticTag (commons-jelly 1.1-SNAPSHOT API)
+InvokeStaticTag
 </TITLE>
 
 <META NAME="keywords" 
CONTENT="org.apache.commons.jelly.tags.core.InvokeStaticTag class">
@@ -15,9 +14,11 @@ InvokeStaticTag (commons-jelly 1.1-SNAPS
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="InvokeStaticTag (commons-jelly 1.1-SNAPSHOT API)";
+    parent.document.title="InvokeStaticTag";
 }
 </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">
@@ -54,7 +55,7 @@ function windowTitle()
 &nbsp;<A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/IncludeTag.html" 
title="class in org.apache.commons.jelly.tags.core"><B>PREV CLASS</B></A>&nbsp;
 &nbsp;<A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/InvokeTag.html" 
title="class in org.apache.commons.jelly.tags.core"><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/tags/core/InvokeStaticTag.html"
 target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="InvokeStaticTag.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;<A 
HREF="#fields_inherited_from_class_org.apache.commons.jelly.TagSupport">FIELD</A>&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,15 +90,16 @@ org.apache.commons.jelly.tags.core</FONT
 Class InvokeStaticTag</H2>
 <PRE>
 java.lang.Object
-  <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by"><A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">org.apache.commons.jelly.TagSupport</A>
-      <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended 
by"><B>org.apache.commons.jelly.tags.core.InvokeStaticTag</B>
+  <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">org.apache.commons.jelly.TagSupport</A>
+      <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by 
"><B>org.apache.commons.jelly.tags.core.InvokeStaticTag</B>
 </PRE>
 <DL>
-<DT><B>All Implemented Interfaces:</B> <DD><A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/ArgTagParent.html" 
title="interface in org.apache.commons.jelly.tags.core">ArgTagParent</A>, <A 
HREF="../../../../../../org/apache/commons/jelly/Tag.html" title="interface in 
org.apache.commons.jelly">Tag</A></DD>
+<DT><B>All Implemented Interfaces:</B> <DD><A 
HREF="../../../../../../org/apache/commons/jelly/Tag.html" title="interface in 
org.apache.commons.jelly">Tag</A>, <A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/ArgTagParent.html" 
title="interface in org.apache.commons.jelly.tags.core">ArgTagParent</A></DD>
 </DL>
 <HR>
 <DL>
-<DT>public class <B>InvokeStaticTag</B><DT>extends <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A><DT>implements <A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/ArgTagParent.html" 
title="interface in org.apache.commons.jelly.tags.core">ArgTagParent</A></DL>
+<DT><PRE>public class <B>InvokeStaticTag</B><DT>extends <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A><DT>implements <A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/ArgTagParent.html" 
title="interface in org.apache.commons.jelly.tags.core">ArgTagParent</A></DL>
+</PRE>
 
 <P>
 A Tag which can invoke a static method on a class, without an
@@ -118,29 +121,74 @@ A Tag which can invoke a static method o
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Revision: 155420 $</DD>
+  <DD>$Revision: 1807798 $</DD>
 <DT><B>Author:</B></DT>
   <DD><a href="mailto:rob...@bull-enterprises.com>Robert McIntosh</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;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/InvokeStaticTag.html#className">className</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the object to 
invoke the method on</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/tags/core/InvokeStaticTag.html#exceptionVar">exceptionVar</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the variable where 
the method's exception is exported</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/tags/core/InvokeStaticTag.html#methodName">methodName</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the method to 
invoke</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;java.util.List</CODE></FONT></TD>
+<TD><CODE><B><A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/InvokeStaticTag.html#paramTypes">paramTypes</A></B></CODE>
+
+<BR>
+&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">
+<CODE>private &nbsp;java.util.List</CODE></FONT></TD>
+<TD><CODE><B><A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/InvokeStaticTag.html#paramValues">paramValues</A></B></CODE>
+
+<BR>
+&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">
+<CODE>private &nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/InvokeStaticTag.html#var">var</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the variable 
exported</TD>
 </TR>
 </TABLE>
 &nbsp;<A 
NAME="fields_inherited_from_class_org.apache.commons.jelly.TagSupport"><!-- 
--></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TD><B>Fields inherited from class org.apache.commons.jelly.<A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></B></TD>
+<TH ALIGN="left"><B>Fields inherited from class org.apache.commons.jelly.<A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE><A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#body">body</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#context">context</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#hasTrimmed">hasTrimmed</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#parent">parent</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#shouldTrim">shouldTrim</A></CODE></TD>
@@ -152,8 +200,8 @@ A Tag which can invoke a static method o
 <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/tags/core/InvokeStaticTag.html#InvokeStaticTag()">InvokeStaticTag</A></B>()</CODE>
@@ -168,8 +216,8 @@ A Tag which can invoke a static method o
 <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">
@@ -243,7 +291,7 @@ A Tag which can invoke a static method o
 &nbsp;<A 
NAME="methods_inherited_from_class_org.apache.commons.jelly.TagSupport"><!-- 
--></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/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></B></TD>
+<TH ALIGN="left"><B>Methods inherited from class org.apache.commons.jelly.<A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html" title="class 
in org.apache.commons.jelly">TagSupport</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE><A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(java.lang.Class)">findAncestorWithClass</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(java.lang.Class[])">findAncestorWithClass</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(java.util.Collection)">findAncestorWithClass</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(org.apache.commons.jelly.Tag,
 java.lang.Class)">findAncestorWithClass</A>, <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(org.apache.commons.jelly.Tag,
 java.lang.Class[])">findAncestorWithClass</A>, <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#findAncestorWithClass(org.apache.commons.jelly.Tag,
 java.util.Collection)">findAncestorWithClass</A>, <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#getBo
 dy()">getBody</A>, <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#getBodyText()">getBodyText</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#getBodyText(boolean)">getBodyText</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#getContext()">getContext</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#getParent()">getParent</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#invokeBody(org.apache.commons.jelly.XMLOutput)">invokeBody</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#isEscapeText()">isEscapeText</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#isTrim()">isTrim</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#setBody(org.apache.commons.jelly.Script)">setBody</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#setContext(org.apache.commons.jelly.JellyContext)">setContext<
 /A>, <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#setEscapeText(boolean)">setEscapeText</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#setParent(org.apache.commons.jelly.Tag)">setParent</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#setTrim(boolean)">setTrim</A>,
 <A 
HREF="../../../../../../org/apache/commons/jelly/TagSupport.html#trimBody()">trimBody</A></CODE></TD>
@@ -252,7 +300,7 @@ A Tag which can invoke a static method o
 &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>
@@ -263,14 +311,88 @@ A Tag which can invoke a static method o
 
 <!-- ============ 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="var"><!-- --></A><H3>
+var</H3>
+<PRE>
+private java.lang.String <B>var</B></PRE>
+<DL>
+<DD>the variable exported
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="exceptionVar"><!-- --></A><H3>
+exceptionVar</H3>
+<PRE>
+private java.lang.String <B>exceptionVar</B></PRE>
+<DL>
+<DD>the variable where the method's exception is exported
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="methodName"><!-- --></A><H3>
+methodName</H3>
+<PRE>
+private java.lang.String <B>methodName</B></PRE>
+<DL>
+<DD>the method to invoke
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="className"><!-- --></A><H3>
+className</H3>
+<PRE>
+private java.lang.String <B>className</B></PRE>
+<DL>
+<DD>the object to invoke the method on
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="paramTypes"><!-- --></A><H3>
+paramTypes</H3>
+<PRE>
+private java.util.List <B>paramTypes</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="paramValues"><!-- --></A><H3>
+paramValues</H3>
+<PRE>
+private java.util.List <B>paramValues</B></PRE>
+<DL>
+<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>
 
@@ -286,8 +408,8 @@ public <B>InvokeStaticTag</B>()</PRE>
 <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>
 
@@ -335,7 +457,7 @@ public void <B>setMethod</B>(java.lang.S
 </DL>
 </DD>
 <DD><DL>
-</DL>
+<DT><B>Parameters:</B><DD><CODE>method</CODE> - The method name</DL>
 </DD>
 </DL>
 <HR>
@@ -379,7 +501,7 @@ doTag</H3>
 public void <B>doTag</B>(<A 
HREF="../../../../../../org/apache/commons/jelly/XMLOutput.html" title="class 
in org.apache.commons.jelly">XMLOutput</A>&nbsp;output)
            throws <A 
HREF="../../../../../../org/apache/commons/jelly/JellyTagException.html" 
title="class in org.apache.commons.jelly">JellyTagException</A></PRE>
 <DL>
-<DD><B>Description copied from interface: <CODE><A 
HREF="../../../../../../org/apache/commons/jelly/Tag.html" title="interface in 
org.apache.commons.jelly">Tag</A></CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A 
HREF="../../../../../../org/apache/commons/jelly/Tag.html#doTag(org.apache.commons.jelly.XMLOutput)">Tag</A></CODE></B></DD>
 <DD>Evaluates this tag after all the tags properties have been initialized.
 <P>
 <DD><DL>
@@ -438,7 +560,7 @@ protected <A HREF="../../../../../../org
 <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">
@@ -463,7 +585,7 @@ protected <A HREF="../../../../../../org
 &nbsp;<A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/IncludeTag.html" 
title="class in org.apache.commons.jelly.tags.core"><B>PREV CLASS</B></A>&nbsp;
 &nbsp;<A 
HREF="../../../../../../org/apache/commons/jelly/tags/core/InvokeTag.html" 
title="class in org.apache.commons.jelly.tags.core"><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/tags/core/InvokeStaticTag.html"
 target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="InvokeStaticTag.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -476,19 +598,20 @@ protected <A HREF="../../../../../../org
   <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;<A 
HREF="#fields_inherited_from_class_org.apache.commons.jelly.TagSupport">FIELD</A>&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>


Reply via email to