svn commit: r1510665 [26/26] - in /tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi: ./ javax/ javax/servlet/ javax/servlet/annotation/ javax/servlet/descriptor/ javax/servlet/http/ resources/

2013-08-05 Thread markt
Added: tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/serialized-form.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/serialized-form.html?rev=1510665view=auto
==
--- tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/serialized-form.html 
(added)
+++ tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/serialized-form.html Mon 
Aug  5 19:10:09 2013
@@ -0,0 +1,345 @@
+!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN 
http://www.w3.org/TR/html4/loose.dtd;
+!-- NewPage --
+html lang=en
+head
+!-- Generated by javadoc (version 1.7.0_25) on Thu Aug 01 21:15:52 BST 2013 
--
+titleSerialized Form (Servlet 3.0 API Documentation - Apache Tomcat 
8.0.0-RC1)/title
+meta name=date content=2013-08-01
+link rel=stylesheet type=text/css href=stylesheet.css title=Style
+/head
+body
+script type=text/javascript!--
+if (location.href.indexOf('is-external=true') == -1) {
+parent.document.title=Serialized Form (Servlet 3.0 API Documentation 
- Apache Tomcat 8.0.0-RC1);
+}
+//--
+/script
+noscript
+divJavaScript is disabled on your browser./div
+/noscript
+!-- = START OF TOP NAVBAR === --
+div class=topNava name=navbar_top
+!--   --
+/aa href=#skip-navbar_top title=Skip navigation links/aa 
name=navbar_top_firstrow
+!--   --
+/a
+ul class=navList title=Navigation
+lia href=overview-summary.htmlOverview/a/li
+liPackage/li
+liClass/li
+lia href=overview-tree.htmlTree/a/li
+lia href=deprecated-list.htmlDeprecated/a/li
+lia href=index-all.htmlIndex/a/li
+lia href=help-doc.htmlHelp/a/li
+/ul
+div class=aboutLanguageembServlet 3.0 - Apache Tomcat 
8.0.0-RC1/b/em/div
+/div
+div class=subNav
+ul class=navList
+liPrev/li
+liNext/li
+/ul
+ul class=navList
+lia href=index.html?serialized-form.html target=_topFrames/a/li
+lia href=serialized-form.html target=_topNo Frames/a/li
+/ul
+ul class=navList id=allclasses_navbar_top
+lia href=allclasses-noframe.htmlAll Classes/a/li
+/ul
+div
+script type=text/javascript!--
+  allClassesLink = document.getElementById(allclasses_navbar_top);
+  if(window==top) {
+allClassesLink.style.display = block;
+  }
+  else {
+allClassesLink.style.display = none;
+  }
+  //--
+/script
+/div
+a name=skip-navbar_top
+!--   --
+/a/div
+!-- = END OF TOP NAVBAR = --
+div class=header
+h1 title=Serialized Form class=titleSerialized Form/h1
+/div
+div class=serializedFormContainer
+ul class=blockList
+li class=blockList
+h2 title=PackagePackagenbsp;javax.servlet/h2
+ul class=blockList
+li class=blockLista name=javax.servlet.GenericServlet
+!--   --
+/a
+h3Class a href=javax/servlet/GenericServlet.html title=class in 
javax.servletjavax.servlet.GenericServlet/a extends java.lang.Object 
implements Serializable/h3
+dl class=nameValue
+dtserialVersionUID:/dt
+dd1L/dd
+/dl
+/li
+li class=blockLista name=javax.servlet.ServletContextAttributeEvent
+!--   --
+/a
+h3Class a href=javax/servlet/ServletContextAttributeEvent.html 
title=class in javax.servletjavax.servlet.ServletContextAttributeEvent/a 
extends a href=javax/servlet/ServletContextEvent.html title=class in 
javax.servletServletContextEvent/a implements Serializable/h3
+dl class=nameValue
+dtserialVersionUID:/dt
+dd1L/dd
+/dl
+ul class=blockList
+li class=blockLista name=serializedForm
+!--   --
+/a
+h3Serialized Fields/h3
+ul class=blockList
+li class=blockList
+h4name/h4
+prejava.lang.String name/pre
+/li
+li class=blockListLast
+h4value/h4
+prejava.lang.Object value/pre
+/li
+/ul
+/li
+/ul
+/li
+li class=blockLista name=javax.servlet.ServletContextEvent
+!--   --
+/a
+h3Class a href=javax/servlet/ServletContextEvent.html title=class in 
javax.servletjavax.servlet.ServletContextEvent/a extends 
java.util.EventObject implements Serializable/h3
+dl class=nameValue
+dtserialVersionUID:/dt
+dd1L/dd
+/dl
+/li
+li class=blockLista name=javax.servlet.ServletException
+!--   --
+/a
+h3Class a href=javax/servlet/ServletException.html title=class in 
javax.servletjavax.servlet.ServletException/a extends java.lang.Exception 
implements Serializable/h3
+dl class=nameValue
+dtserialVersionUID:/dt
+dd1L/dd
+/dl
+/li
+li class=blockLista name=javax.servlet.ServletRequestAttributeEvent
+!--   --
+/a
+h3Class a href=javax/servlet/ServletRequestAttributeEvent.html 
title=class in javax.servletjavax.servlet.ServletRequestAttributeEvent/a 
extends a href=javax/servlet/ServletRequestEvent.html title=class in 
javax.servletServletRequestEvent/a implements Serializable/h3
+dl class=nameValue
+dtserialVersionUID:/dt
+dd1L/dd
+/dl
+ul class=blockList
+li class=blockLista name=serializedForm
+!--   --
+/a
+h3Serialized Fields/h3
+ul class=blockList
+li class=blockList
+h4name/h4
+prejava.lang.String name/pre
+/li
+li class=blockListLast
+h4value/h4
+prejava.lang.Object value/pre
+/li
+/ul
+/li
+/ul
+/li
+li class=blockLista name=javax.servlet.ServletRequestEvent
+!--   --
+/a
+h3Class a 

Re: svn commit: r1510665 [26/26] - in /tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi: ./ javax/ javax/servlet/ javax/servlet/annotation/ javax/servlet/descriptor/ javax/servlet/http/ resources/

2013-08-05 Thread Nick Williams

On Aug 5, 2013, at 2:10 PM, ma...@apache.org wrote:

 Added: tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/serialized-form.html
 URL: 
 http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/serialized-form.html?rev=1510665view=auto
 ==
 --- tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/serialized-form.html 
 (added)
 +++ tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/serialized-form.html Mon 
 Aug  5 19:10:09 2013
 @@ -0,0 +1,345 @@
 +!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN 
 http://www.w3.org/TR/html4/loose.dtd;
 +!-- NewPage --
 +html lang=en
 +head
 +!-- Generated by javadoc (version 1.7.0_25) on Thu Aug 01 21:15:52 BST 2013 
 --
 +titleSerialized Form (Servlet 3.0 API Documentation - Apache Tomcat 
 8.0.0-RC1)/title
 +meta name=date content=2013-08-01
 +link rel=stylesheet type=text/css href=stylesheet.css title=Style
 +/head
 +body
 +script type=text/javascript!--
 +if (location.href.indexOf('is-external=true') == -1) {
 +parent.document.title=Serialized Form (Servlet 3.0 API 
 Documentation - Apache Tomcat 8.0.0-RC1);

Everything appears to say Servlet 3.0 in the documentation when it should say 
Servlet 3.1. We should probably fix that before the next release.

Nick
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: svn commit: r1510665 [26/26] - in /tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi: ./ javax/ javax/servlet/ javax/servlet/annotation/ javax/servlet/descriptor/ javax/servlet/http/ resources/

2013-08-05 Thread Mark Thomas
On 05/08/2013 21:14, Nick Williams wrote:
 
 On Aug 5, 2013, at 2:10 PM, ma...@apache.org wrote:
 
 Added: tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/serialized-form.html
 URL: 
 http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/serialized-form.html?rev=1510665view=auto
 ==
 --- tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/serialized-form.html 
 (added)
 +++ tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/serialized-form.html 
 Mon Aug  5 19:10:09 2013
 @@ -0,0 +1,345 @@
 +!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN 
 http://www.w3.org/TR/html4/loose.dtd;
 +!-- NewPage --
 +html lang=en
 +head
 +!-- Generated by javadoc (version 1.7.0_25) on Thu Aug 01 21:15:52 BST 
 2013 --
 +titleSerialized Form (Servlet 3.0 API Documentation - Apache Tomcat 
 8.0.0-RC1)/title
 +meta name=date content=2013-08-01
 +link rel=stylesheet type=text/css href=stylesheet.css title=Style
 +/head
 +body
 +script type=text/javascript!--
 +if (location.href.indexOf('is-external=true') == -1) {
 +parent.document.title=Serialized Form (Servlet 3.0 API 
 Documentation - Apache Tomcat 8.0.0-RC1);
 
 Everything appears to say Servlet 3.0 in the documentation when it should 
 say Servlet 3.1. We should probably fix that before the next release.

Agreed.

I have thought of a plan b for these commits so hopefully the commit
mail deluge will be over.

Mark


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: svn commit: r1510665 [26/26] - in /tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi: ./ javax/ javax/servlet/ javax/servlet/annotation/ javax/servlet/descriptor/ javax/servlet/http/ resources/

2013-08-05 Thread Mark Thomas
On 05/08/2013 21:20, Mark Thomas wrote:
 On 05/08/2013 21:14, Nick Williams wrote:

 On Aug 5, 2013, at 2:10 PM, ma...@apache.org wrote:

 Added: tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/serialized-form.html
 URL: 
 http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/serialized-form.html?rev=1510665view=auto
 ==
 --- tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/serialized-form.html 
 (added)
 +++ tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/serialized-form.html 
 Mon Aug  5 19:10:09 2013
 @@ -0,0 +1,345 @@
 +!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN 
 http://www.w3.org/TR/html4/loose.dtd;
 +!-- NewPage --
 +html lang=en
 +head
 +!-- Generated by javadoc (version 1.7.0_25) on Thu Aug 01 21:15:52 BST 
 2013 --
 +titleSerialized Form (Servlet 3.0 API Documentation - Apache Tomcat 
 8.0.0-RC1)/title
 +meta name=date content=2013-08-01
 +link rel=stylesheet type=text/css href=stylesheet.css title=Style
 +/head
 +body
 +script type=text/javascript!--
 +if (location.href.indexOf('is-external=true') == -1) {
 +parent.document.title=Serialized Form (Servlet 3.0 API 
 Documentation - Apache Tomcat 8.0.0-RC1);

 Everything appears to say Servlet 3.0 in the documentation when it should 
 say Servlet 3.1. We should probably fix that before the next release.
 
 Agreed.

Fixed for the next release.

Mark


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org