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 sh...@apache.org on 2001/12/12 03:19:00 UTC

cvs commit: jakarta-taglibs/standard/doc/web/spel index.html

shawn       01/12/11 18:19:00

  Modified:    standard/doc/web/spel index.html
  Log:
  Removed (broken) links to source code.  Not worth coming up with a
  general-purpose mechanism to include the source in the 'doc' application.
  
  Revision  Changes    Path
  1.2       +17 -19    jakarta-taglibs/standard/doc/web/spel/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/doc/web/spel/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.html	2001/11/21 07:34:19	1.1
  +++ index.html	2001/12/12 02:19:00	1.2
  @@ -47,18 +47,17 @@
   </pre></ul>
   
   <p>If this is not the package or definition of the ExpressionEvaluator
  -interface, the appropriate changes should be made to the <a
  -href="../src/org.apache.taglibs.standard/lang/spel/Evaluator.java">src/org/apache/taglibs/jsptl/lang/spel/Evaluator.java</a>
  -source file.  In any case, the <a
  -href="../src/javax/servlet/jsptl/ExpressionEvaluator.java">ExpressionEvaluator
  -implementation</a> should be removed from the distribution, and the
  +interface, the appropriate changes should be made to the <tt>
  +src/org/apache/taglibs/jsptl/lang/spel/Evaluator.java</tt>
  +source file.  In any case, the <tt>ExpressionEvaluator</tt>
  +implementation should be removed from the distribution, and the
   distribution should be compiled against the "real" implementation of
   that class.
   
   <li>The parser was generated using <a
   href="http://www.webgain.com/products/metamata/java_doc.html">JavaCC</a>.
  -The parser definition is found in <a
  -href="../src/org.apache.taglibs.standard/lang/spel/SpelParser.jj">src/org/apache/taglibs/jsptl/lang/spel/SpelParser.jj</a>,
  +The parser definition is found in
  +<tt>src/org/apache/taglibs/jsptl/lang/spel/SpelParser.jj</tt>,
   and all files generated by JavaCC are placed into the
   org.apache.taglibs.standard.lang.spel.parser package.  Note that JavaCC is not
   required to compile the SPEL implementation - it is only needed if the
  @@ -69,8 +68,8 @@
   <a href="#regressionTests">regression tests</a> should then be run to
   make sure the behavior hasn't changed.
   
  -<li>All localizable error messages are stored in the <a
  -href="../src/org.apache.taglibs.standard/lang/spel/Resources.properties">src/org/apache/taglibs/jsptl/lang/spel/Resources.properties</a>
  +<li>All localizable error messages are stored in the 
  +<tt>src/org/apache/taglibs/jsptl/lang/spel/Resources.properties</tt>
   file.  This file must be copied into the final distribution with the
   generated class files.
   
  @@ -91,15 +90,14 @@
   
   <h4>Parser tests</h4>
   
  -<p>The parser test input file is found at <a
  -href="../src/org.apache.taglibs.standard/lang/spel/test/parserTests.txt">src/org/apache/taglibs/jsptl/lang/spel/test/parserTests.txt</a>.
  +<p>The parser test input file is found at 
  +<tt>src/org/apache/taglibs/jsptl/lang/spel/test/parserTests.txt</tt/>.
   Each line represents an expression to be parsed - the expression is
   parsed, and printed back out in the evaluator's "canonical form".  For
   example, in the canonical form, all Strings are enclosed by double
   quotes, all names are prefixed by a scope operator ":", etc.
   
  -<p>The expected outputs are found at <a
  -href="../src/org.apache.taglibs.standard/lang/spel/test/parserTestsExpectedOutput.txt">src/org/apache/taglibs/jsptl/lang/spel/test/parserTestsExpectedOutput.txt</a>
  +<p>The expected outputs are found at <tt>src/org/apache/taglibs/jsptl/lang/spel/test/parserTestsExpectedOutput.txt</tt>.
   
   <p>The parser tests can be run like this:
   
  @@ -115,17 +113,17 @@
   
   <p>For the evaluation test, a "dummy" PageContext was created
   containing some beans with properties in various scopes.  That
  -PageContext is created in the "createTestContext" method of <a
  -href="../src/org.apache.taglibs.standard/lang/spel/test/EvaluationTest.java">src/org/apache/taglibs/jsptl/lang/spel/test/EvaluationTest.java</a>.
  +PageContext is created in the "createTestContext" method of 
  +<tt>src/org/apache/taglibs/jsptl/lang/spel/test/EvaluationTest.java</tt>.
   
  -<p>The evaluation test input file is found at <a
  -href="../src/org.apache.taglibs.standard/lang/spel/test/evaluationTests.txt">src/org/apache/taglibs/jsptl/lang/spel/test/evaluationTests.txt</a>.
  +<p>The evaluation test input file is found at 
  +<tt>src/org/apache/taglibs/jsptl/lang/spel/test/evaluationTests.txt</tt>.
   Each line represents an expression to be parsed, followed by a line
   specifying the expected type - the expression is parsed, and the
   resulting value is printed along with its class.
   
  -<p>The expected outputs are found at <a
  -href="../src/org.apache.taglibs.standard/lang/spel/test/evaluationTestsExpectedOutput.txt">src/org/apache/taglibs/jsptl/lang/spel/test/evaluationTestsExpectedOutput.txt</a>
  +<p>The expected outputs are found at
  +<tt>src/org/apache/taglibs/jsptl/lang/spel/test/evaluationTestsExpectedOutput.txt</tt>.
   
   <p>The evaluation tests can be run like this:
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>