* See the License for the specific language governing permissions and
* limitations under the License.
*/
-/* $Id: CookieExample.java 267129 2004-03-18 16:40:35Z jfarcand $
+/* $Id$
*
*/
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-/* $Id: HelloWorldExample.java 267129 2004-03-18 16:40:35Z jfarcand $
+/* $Id$
*
*/
# See the License for the specific language governing permissions and
# limitations under the License.
-# $Id: LocalStrings.properties 267129 2004-03-18 16:40:35Z jfarcand $
+# $Id$
# Default localized resources for example servlets
# This locale is en_US
# See the License for the specific language governing permissions and
# limitations under the License.
-# $Id: LocalStrings_en.properties 267129 2004-03-18 16:40:35Z jfarcand $
+# $Id$
# Default localized resources for example servlets
# This locale is en_US
# See the License for the specific language governing permissions and
# limitations under the License.
-# $Id: LocalStrings_es.properties 267129 2004-03-18 16:40:35Z jfarcand $
+# $Id$
#
# Default localized string information
# Localized para Locale es_ES
# See the License for the specific language governing permissions and
# limitations under the License.
-# $Id: LocalStrings_fr.properties 267129 2004-03-18 16:40:35Z jfarcand $
+# $Id$
# Default localized resources for example servlets
# This locale is fr_FR
# See the License for the specific language governing permissions and
# limitations under the License.
-# $Id: LocalStrings_pt.properties 267143 2004-08-24 18:38:35Z jfarcand $
+# $Id$
# Default localized resources for example servlets
# This locale is pt_PT
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-/* $Id: RequestHeaderExample.java 267129 2004-03-18 16:40:35Z jfarcand $
+/* $Id$
*
*/
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-/* $Id: RequestInfoExample.java 267129 2004-03-18 16:40:35Z jfarcand $
+/* $Id$
*
*/
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-/* $Id: RequestParamExample.java 267129 2004-03-18 16:40:35Z jfarcand $
+/* $Id$
*
*/
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-/* $Id: SessionExample.java 267129 2004-03-18 16:40:35Z jfarcand $
+/* $Id$
*
*/
*
* @author Amy Roh
* @author Dmitri Valdin
- * @version $Revision: 267129 $, $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$, $Date$
*/
public class CompressionFilter implements Filter{
/**
* Very Simple test servlet to test compression filter
* @author Amy Roh
- * @version $Revision: 267129 $, $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$, $Date$
*/
public class CompressionFilterTestServlet extends HttpServlet {
*
* @author Amy Roh
* @author Dmitri Valdin
- * @version $Revision: 267129 $, $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$, $Date$
*/
public class CompressionResponseStream
*
* @author Amy Roh
* @author Dmitri Valdin
- * @version $Revision: 267129 $, $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$, $Date$
*/
public class CompressionServletResponseWrapper extends HttpServletResponseWrapper {
* </ul>
*
* @author Craig McClanahan
- * @version $Revision: 267129 $ $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$ $Date$
*/
public final class ExampleFilter implements Filter {
* to assist in debugging problems.
*
* @author Craig McClanahan
- * @version $Revision: 267129 $ $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$ $Date$
*/
public final class RequestDumperFilter implements Filter {
* user's session.</p>
*
* @author Craig McClanahan
- * @version $Revision: 267129 $ $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$ $Date$
*/
public class SetCharacterEncodingFilter implements Filter {
* associated with our servlet context.
*
* @author Craig R. McClanahan
- * @version $Revision: 267129 $ $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$ $Date$
*/
public final class ContextListener
* associated with our servlet context.
*
* @author Craig R. McClanahan
- * @version $Revision: 267129 $ $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$ $Date$
*/
public final class SessionListener
*
* @author Craig R. McClanahan
* @author Tim Tye
- * @version $Revision: 267129 $ $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$ $Date$
*/
public final class HTMLFilter {
* of your JSP page.
*
* @author Craig McClanahan
- * @version $Revision: 267129 $ $Date: 2004-03-18 17:40:35 +0100 (jeu., 18 mars 2004) $
+ * @version $Revision$ $Date$
*/
public class DebugValidator extends TagLibraryValidator {
-<!--\r
- Licensed to the Apache Software Foundation (ASF) under one or more\r
- contributor license agreements. See the NOTICE file distributed with\r
- this work for additional information regarding copyright ownership.\r
- The ASF licenses this file to You under the Apache License, Version 2.0\r
- (the "License"); you may not use this file except in compliance with\r
- the License. You may obtain a copy of the License at\r
-\r
- http://www.apache.org/licenses/LICENSE-2.0\r
-\r
- Unless required by applicable law or agreed to in writing, software\r
- distributed under the License is distributed on an "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
- See the License for the specific language governing permissions and\r
- limitations under the License.\r
--->\r
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>\r
-<%@ attribute name="normalPrice" fragment="true" %>\r
-<%@ attribute name="onSale" fragment="true" %>\r
-<%@ variable name-given="name" %>\r
-<%@ variable name-given="price" %>\r
-<%@ variable name-given="origPrice" %>\r
-<%@ variable name-given="salePrice" %>\r
-\r
-<table border="1">\r
- <tr>\r
- <td> \r
- <c:set var="name" value="Hand-held Color PDA"/>\r
- <c:set var="price" value="$298.86"/>\r
- <jsp:invoke fragment="normalPrice"/>\r
- </td>\r
- <td> \r
- <c:set var="name" value="4-Pack 150 Watt Light Bulbs"/>\r
- <c:set var="origPrice" value="$2.98"/>\r
- <c:set var="salePrice" value="$2.32"/>\r
- <jsp:invoke fragment="onSale"/>\r
- </td>\r
- <td> \r
- <c:set var="name" value="Digital Cellular Phone"/>\r
- <c:set var="price" value="$68.74"/>\r
- <jsp:invoke fragment="normalPrice"/>\r
- </td>\r
- <td> \r
- <c:set var="name" value="Baby Grand Piano"/>\r
- <c:set var="price" value="$10,800.00"/>\r
- <jsp:invoke fragment="normalPrice"/>\r
- </td>\r
- <td> \r
- <c:set var="name" value="Luxury Car w/ Leather Seats"/>\r
- <c:set var="origPrice" value="$23,980.00"/>\r
- <c:set var="salePrice" value="$21,070.00"/>\r
- <jsp:invoke fragment="onSale"/>\r
- </td>\r
- </tr>\r
-</table>\r
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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.
+-->
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+<%@ attribute name="normalPrice" fragment="true" %>
+<%@ attribute name="onSale" fragment="true" %>
+<%@ variable name-given="name" %>
+<%@ variable name-given="price" %>
+<%@ variable name-given="origPrice" %>
+<%@ variable name-given="salePrice" %>
+
+<table border="1">
+ <tr>
+ <td>
+ <c:set var="name" value="Hand-held Color PDA"/>
+ <c:set var="price" value="$298.86"/>
+ <jsp:invoke fragment="normalPrice"/>
+ </td>
+ <td>
+ <c:set var="name" value="4-Pack 150 Watt Light Bulbs"/>
+ <c:set var="origPrice" value="$2.98"/>
+ <c:set var="salePrice" value="$2.32"/>
+ <jsp:invoke fragment="onSale"/>
+ </td>
+ <td>
+ <c:set var="name" value="Digital Cellular Phone"/>
+ <c:set var="price" value="$68.74"/>
+ <jsp:invoke fragment="normalPrice"/>
+ </td>
+ <td>
+ <c:set var="name" value="Baby Grand Piano"/>
+ <c:set var="price" value="$10,800.00"/>
+ <jsp:invoke fragment="normalPrice"/>
+ </td>
+ <td>
+ <c:set var="name" value="Luxury Car w/ Leather Seats"/>
+ <c:set var="origPrice" value="$23,980.00"/>
+ <c:set var="salePrice" value="$21,070.00"/>
+ <jsp:invoke fragment="onSale"/>
+ </td>
+ </tr>
+</table>
-<!--\r
- Licensed to the Apache Software Foundation (ASF) under one or more\r
- contributor license agreements. See the NOTICE file distributed with\r
- this work for additional information regarding copyright ownership.\r
- The ASF licenses this file to You under the Apache License, Version 2.0\r
- (the "License"); you may not use this file except in compliance with\r
- the License. You may obtain a copy of the License at\r
-\r
- http://www.apache.org/licenses/LICENSE-2.0\r
-\r
- Unless required by applicable law or agreed to in writing, software\r
- distributed under the License is distributed on an "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
- See the License for the specific language governing permissions and\r
- limitations under the License.\r
--->\r
-Hello, world!\r
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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.
+-->
+Hello, world!
-<!--\r
- Licensed to the Apache Software Foundation (ASF) under one or more\r
- contributor license agreements. See the NOTICE file distributed with\r
- this work for additional information regarding copyright ownership.\r
- The ASF licenses this file to You under the Apache License, Version 2.0\r
- (the "License"); you may not use this file except in compliance with\r
- the License. You may obtain a copy of the License at\r
-\r
- http://www.apache.org/licenses/LICENSE-2.0\r
-\r
- Unless required by applicable law or agreed to in writing, software\r
- distributed under the License is distributed on an "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
- See the License for the specific language governing permissions and\r
- limitations under the License.\r
--->\r
-<%@ attribute name="color" %>\r
-<%@ attribute name="bgcolor" %>\r
-<%@ attribute name="title" %>\r
-<table border="1" bgcolor="${color}">\r
- <tr>\r
- <td><b>${title}</b></td>\r
- </tr>\r
- <tr>\r
- <td bgcolor="${bgcolor}">\r
- <jsp:doBody/>\r
- </td>\r
- </tr>\r
-</table>\r
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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.
+-->
+<%@ attribute name="color" %>
+<%@ attribute name="bgcolor" %>
+<%@ attribute name="title" %>
+<table border="1" bgcolor="${color}">
+ <tr>
+ <td><b>${title}</b></td>
+ </tr>
+ <tr>
+ <td bgcolor="${bgcolor}">
+ <jsp:doBody/>
+ </td>
+ </tr>
+</table>
-<!--\r
- Licensed to the Apache Software Foundation (ASF) under one or more\r
- contributor license agreements. See the NOTICE file distributed with\r
- this work for additional information regarding copyright ownership.\r
- The ASF licenses this file to You under the Apache License, Version 2.0\r
- (the "License"); you may not use this file except in compliance with\r
- the License. You may obtain a copy of the License at\r
-\r
- http://www.apache.org/licenses/LICENSE-2.0\r
-\r
- Unless required by applicable law or agreed to in writing, software\r
- distributed under the License is distributed on an "AS IS" BASIS,\r
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
- See the License for the specific language governing permissions and\r
- limitations under the License.\r
--->\r
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"\r
-"http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">\r
-<html xmlns="http://www.w3.org/1999/xhtml">\r
-<jsp:doBody/>\r
-</html>\r
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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.
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
+"http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<jsp:doBody/>
+</html>