You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by fe...@apache.org on 2004/01/07 01:52:28 UTC

cvs commit: jakarta-taglibs/standard/examples/web/iterators Extensability.jsp index.html

felipeal    2004/01/06 16:52:28

  Modified:    standard/examples/web/iterators Tag: STANDARD_1_0_BRANCH
                        index.html
  Added:       standard/examples/web/iterators Tag: STANDARD_1_0_BRANCH
                        Extensability.jsp
  Log:
  added LoopTapSupport example (see bug 25637)
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.11.2.1  +5 -4      jakarta-taglibs/standard/examples/web/iterators/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/iterators/index.html,v
  retrieving revision 1.11
  retrieving revision 1.11.2.1
  diff -u -r1.11 -r1.11.2.1
  --- index.html	14 Dec 2002 00:56:53 -0000	1.11
  +++ index.html	7 Jan 2004 00:52:28 -0000	1.11.2.1
  @@ -57,11 +57,12 @@
     is a specialization for the handling of Strings of tokens. Essentially the same 
     as <forEach>, except that it only applies to Strings of tokens and that 
     it has an extra attribute &quot;delims&quot; to specify the token delimiter.</p>
  -<h3>Extensibility&nbsp;&nbsp;&nbsp;(ToBeDone)</h3>
  -<p>JSTL exposes in its API the abstract class IteratorTagSupport to facilitate 
  +<h3>Extensibility&nbsp;&nbsp;<a href="../ShowSource.jsp?filename=/iterators/Extensability.jsp"><img src="../images/code.gif" width="24" height="24" border="0"></a>&nbsp;<a href="Extensability.jsp"><img src="../images/execute.gif" width="24" height="24" border="0"></a></h3>
  +<p>JSTL exposes in its API the abstract class LoopTagSupport to facilitate 
     the implementation of custom iterator tags that leverage the standard iteration 
  -  behavior defined in JSTL. This example shows a custom iterator tag that ...</p>
  -<!-- #EndEditable --> 
  +  behavior defined in JSTL. This example shows a custom iterator tag that shows all Locale objects available in the server and a custom conditional sub-tag that
  +  display the default locale.</p>
  +<!-- #EndEditable -->
   <hr noshade color="#000099">
   <table width="100%" border="0" cellpadding="5">
     <tr> 
  
  
  
  No                   revision
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/iterators/index.html,v
  retrieving revision 1.11
  retrieving revision 1.11.2.1
  diff -u -r1.11 -r1.11.2.1
  --- index.html	14 Dec 2002 00:56:53 -0000	1.11
  +++ index.html	7 Jan 2004 00:52:28 -0000	1.11.2.1
  @@ -57,11 +57,12 @@
     is a specialization for the handling of Strings of tokens. Essentially the same 
     as &lt;forEach&gt;, except that it only applies to Strings of tokens and that 
     it has an extra attribute &quot;delims&quot; to specify the token delimiter.</p>
  -<h3>Extensibility&nbsp;&nbsp;&nbsp;(ToBeDone)</h3>
  -<p>JSTL exposes in its API the abstract class IteratorTagSupport to facilitate 
  +<h3>Extensibility&nbsp;&nbsp;<a href="../ShowSource.jsp?filename=/iterators/Extensability.jsp"><img src="../images/code.gif" width="24" height="24" border="0"></a>&nbsp;<a href="Extensability.jsp"><img src="../images/execute.gif" width="24" height="24" border="0"></a></h3>
  +<p>JSTL exposes in its API the abstract class LoopTagSupport to facilitate 
     the implementation of custom iterator tags that leverage the standard iteration 
  -  behavior defined in JSTL. This example shows a custom iterator tag that ...</p>
  -<!-- #EndEditable --> 
  +  behavior defined in JSTL. This example shows a custom iterator tag that shows all Locale objects available in the server and a custom conditional sub-tag that
  +  display the default locale.</p>
  +<!-- #EndEditable -->
   <hr noshade color="#000099">
   <table width="100%" border="0" cellpadding="5">
     <tr> 
  
  
  
  No                   revision
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/iterators/index.html,v
  retrieving revision 1.11
  retrieving revision 1.11.2.1
  diff -u -r1.11 -r1.11.2.1
  --- index.html	14 Dec 2002 00:56:53 -0000	1.11
  +++ index.html	7 Jan 2004 00:52:28 -0000	1.11.2.1
  @@ -57,11 +57,12 @@
     is a specialization for the handling of Strings of tokens. Essentially the same 
     as &lt;forEach&gt;, except that it only applies to Strings of tokens and that 
     it has an extra attribute &quot;delims&quot; to specify the token delimiter.</p>
  -<h3>Extensibility&nbsp;&nbsp;&nbsp;(ToBeDone)</h3>
  -<p>JSTL exposes in its API the abstract class IteratorTagSupport to facilitate 
  +<h3>Extensibility&nbsp;&nbsp;<a href="../ShowSource.jsp?filename=/iterators/Extensability.jsp"><img src="../images/code.gif" width="24" height="24" border="0"></a>&nbsp;<a href="Extensability.jsp"><img src="../images/execute.gif" width="24" height="24" border="0"></a></h3>
  +<p>JSTL exposes in its API the abstract class LoopTagSupport to facilitate 
     the implementation of custom iterator tags that leverage the standard iteration 
  -  behavior defined in JSTL. This example shows a custom iterator tag that ...</p>
  -<!-- #EndEditable --> 
  +  behavior defined in JSTL. This example shows a custom iterator tag that shows all Locale objects available in the server and a custom conditional sub-tag that
  +  display the default locale.</p>
  +<!-- #EndEditable -->
   <hr noshade color="#000099">
   <table width="100%" border="0" cellpadding="5">
     <tr> 
  
  
  
  1.1.2.1   +45 -0     jakarta-taglibs/standard/examples/web/iterators/Attic/Extensability.jsp
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org