home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!--
- Copyright 1999-2004 The Apache Software Foundation
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- -->
- <html xmlns:core="urn:apache:taglib:core" xmlns:dt="urn:apache:taglib:datetime"
- xmlns:i18n="urn:apache:taglib:i18n" xmlns:jxpath="urn:apache:taglib:jxpath:core"
- xmlns:string="urn:apache:taglib:string" xmlns:test="urn:apache:taglib:test">
-
- <title>Tag Test</title>
- <h2>tag test</h2>
- <string:trim var="p">pipeline</string:trim>
- <string:trim var="$request/r">request</string:trim>
- <string:trim var="$session/s">session</string:trim>
- <string:trim var="$application/a">application</string:trim>
-
- <h3>variables in pipeline</h3>
- <p>
- <table>
- <tr>
- <td>pipeline: </td><td><jxpath:out value="p" /></td>
- </tr>
- <tr>
- <td>request: </td><td><jxpath:out value="$request/r" /></td>
- </tr>
- <tr>
- <td>session: </td><td><jxpath:out value="$session/s" /></td>
- </tr>
- <tr>
- <td>application: </td><td><jxpath:out value="$application/a" /></td>
- </tr>
- </table>
- </p>
-
- <a href="variable-p.xhtml">pipeline</a>
- <a href="variable-r.xhtml">request</a>
- <a href="variable-s.xhtml">session & application</a>
- <p>
- <a href="TaglibTest.xhtml">Back</a>
- </p>
-
- </html>
-