You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/08/05 21:10:11 UTC

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

Added: tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/javax/servlet/ServletOutputStream.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/javax/servlet/ServletOutputStream.html?rev=1510665&view=auto
==============================================================================
--- tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/javax/servlet/ServletOutputStream.html (added)
+++ tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/javax/servlet/ServletOutputStream.html Mon Aug  5 19:10:09 2013
@@ -0,0 +1,653 @@
+<!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:51 BST 2013 -->
+<title>ServletOutputStream (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="ServletOutputStream (Servlet 3.0 API Documentation - Apache Tomcat 8.0.0-RC1)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../index-all.html">Index</a></li>
+<li><a href="../../help-doc.html">Help</a></li>
+</ul>
+<div class="aboutLanguage"><em><b>Servlet 3.0 - Apache Tomcat 8.0.0-RC1</b></em></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../javax/servlet/ServletInputStream.html" title="class in javax.servlet"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../javax/servlet/ServletRegistration.html" title="interface in javax.servlet"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../index.html?javax/servlet/ServletOutputStream.html" target="_top">Frames</a></li>
+<li><a href="ServletOutputStream.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../allclasses-noframe.html">All 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>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">javax.servlet</div>
+<h2 title="Class ServletOutputStream" class="title">Class ServletOutputStream</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.io.OutputStream</li>
+<li>
+<ul class="inheritance">
+<li>javax.servlet.ServletOutputStream</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable</dd>
+</dl>
+<hr>
+<br>
+<pre>public abstract class <span class="strong">ServletOutputStream</span>
+extends java.io.OutputStream</pre>
+<div class="block">Provides an output stream for sending binary data to the client. A
+ <code>ServletOutputStream</code> object is normally retrieved via the
+ <a href="../../javax/servlet/ServletResponse.html#getOutputStream()"><code>ServletResponse.getOutputStream()</code></a> method.
+ <p>
+ This is an abstract class that the servlet container implements. Subclasses
+ of this class must implement the <code>java.io.OutputStream.write(int)</code>
+ method.</div>
+<dl><dt><span class="strong">Version:</span></dt>
+  <dd>$Version$</dd>
+<dt><span class="strong">Author:</span></dt>
+  <dd>Various</dd>
+<dt><span class="strong">See Also:</span></dt><dd><a href="../../javax/servlet/ServletResponse.html" title="interface in javax.servlet"><code>ServletResponse</code></a></dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletOutputStream.html#ServletOutputStream()">ServletOutputStream</a></strong>()</code>
+<div class="block">Does nothing, because this is an abstract class.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>abstract boolean</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletOutputStream.html#isReady()">isReady</a></strong>()</code>
+<div class="block">Checks if a non-blocking write will succeed.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletOutputStream.html#print(boolean)">print</a></strong>(boolean&nbsp;b)</code>
+<div class="block">Writes a <code>boolean</code> value to the client, with no carriage
+ return-line feed (CRLF) character at the end.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletOutputStream.html#print(char)">print</a></strong>(char&nbsp;c)</code>
+<div class="block">Writes a character to the client, with no carriage return-line feed
+ (CRLF) at the end.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletOutputStream.html#print(double)">print</a></strong>(double&nbsp;d)</code>
+<div class="block">Writes a <code>double</code> value to the client, with no carriage
+ return-line feed (CRLF) at the end.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletOutputStream.html#print(float)">print</a></strong>(float&nbsp;f)</code>
+<div class="block">Writes a <code>float</code> value to the client, with no carriage
+ return-line feed (CRLF) at the end.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletOutputStream.html#print(int)">print</a></strong>(int&nbsp;i)</code>
+<div class="block">Writes an int to the client, with no carriage return-line feed (CRLF) at
+ the end.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletOutputStream.html#print(long)">print</a></strong>(long&nbsp;l)</code>
+<div class="block">Writes a <code>long</code> value to the client, with no carriage
+ return-line feed (CRLF) at the end.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletOutputStream.html#print(java.lang.String)">print</a></strong>(java.lang.String&nbsp;s)</code>
+<div class="block">Writes a <code>String</code> to the client, without a carriage
+ return-line feed (CRLF) character at the end.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletOutputStream.html#println()">println</a></strong>()</code>
+<div class="block">Writes a carriage return-line feed (CRLF) to the client.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletOutputStream.html#println(boolean)">println</a></strong>(boolean&nbsp;b)</code>
+<div class="block">Writes a <code>boolean</code> value to the client, followed by a carriage
+ return-line feed (CRLF).</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletOutputStream.html#println(char)">println</a></strong>(char&nbsp;c)</code>
+<div class="block">Writes a character to the client, followed by a carriage return-line feed
+ (CRLF).</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletOutputStream.html#println(double)">println</a></strong>(double&nbsp;d)</code>
+<div class="block">Writes a <code>double</code> value to the client, followed by a carriage
+ return-line feed (CRLF).</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletOutputStream.html#println(float)">println</a></strong>(float&nbsp;f)</code>
+<div class="block">Writes a <code>float</code> value to the client, followed by a carriage
+ return-line feed (CRLF).</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletOutputStream.html#println(int)">println</a></strong>(int&nbsp;i)</code>
+<div class="block">Writes an int to the client, followed by a carriage return-line feed
+ (CRLF) character.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletOutputStream.html#println(long)">println</a></strong>(long&nbsp;l)</code>
+<div class="block">Writes a <code>long</code> value to the client, followed by a carriage
+ return-line feed (CRLF).</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletOutputStream.html#println(java.lang.String)">println</a></strong>(java.lang.String&nbsp;s)</code>
+<div class="block">Writes a <code>String</code> to the client, followed by a carriage
+ return-line feed (CRLF).</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>abstract void</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletOutputStream.html#setWriteListener(javax.servlet.WriteListener)">setWriteListener</a></strong>(<a href="../../javax/servlet/WriteListener.html" title="interface in javax.servlet">WriteListener</a>&nbsp;listener)</code>
+<div class="block">Sets the <a href="../../javax/servlet/WriteListener.html" title="interface in javax.servlet"><code>WriteListener</code></a> for this <a href="../../javax/servlet/ServletOutputStream.html" title="class in javax.servlet"><code>ServletOutputStream</code></a> and
+ thereby switches to non-blocking IO.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.io.OutputStream">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.io.OutputStream</h3>
+<code>close, flush, write, write, write</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="ServletOutputStream()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>ServletOutputStream</h4>
+<pre>protected&nbsp;ServletOutputStream()</pre>
+<div class="block">Does nothing, because this is an abstract class.</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="print(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>print</h4>
+<pre>public&nbsp;void&nbsp;print(java.lang.String&nbsp;s)
+           throws java.io.IOException</pre>
+<div class="block">Writes a <code>String</code> to the client, without a carriage
+ return-line feed (CRLF) character at the end.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>s</code> - the <code>String</code> to send to the client</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - if an input or output exception occurred</dd></dl>
+</li>
+</ul>
+<a name="print(boolean)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>print</h4>
+<pre>public&nbsp;void&nbsp;print(boolean&nbsp;b)
+           throws java.io.IOException</pre>
+<div class="block">Writes a <code>boolean</code> value to the client, with no carriage
+ return-line feed (CRLF) character at the end.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>b</code> - the <code>boolean</code> value to send to the client</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - if an input or output exception occurred</dd></dl>
+</li>
+</ul>
+<a name="print(char)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>print</h4>
+<pre>public&nbsp;void&nbsp;print(char&nbsp;c)
+           throws java.io.IOException</pre>
+<div class="block">Writes a character to the client, with no carriage return-line feed
+ (CRLF) at the end.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>c</code> - the character to send to the client</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - if an input or output exception occurred</dd></dl>
+</li>
+</ul>
+<a name="print(int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>print</h4>
+<pre>public&nbsp;void&nbsp;print(int&nbsp;i)
+           throws java.io.IOException</pre>
+<div class="block">Writes an int to the client, with no carriage return-line feed (CRLF) at
+ the end.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>i</code> - the int to send to the client</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - if an input or output exception occurred</dd></dl>
+</li>
+</ul>
+<a name="print(long)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>print</h4>
+<pre>public&nbsp;void&nbsp;print(long&nbsp;l)
+           throws java.io.IOException</pre>
+<div class="block">Writes a <code>long</code> value to the client, with no carriage
+ return-line feed (CRLF) at the end.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>l</code> - the <code>long</code> value to send to the client</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - if an input or output exception occurred</dd></dl>
+</li>
+</ul>
+<a name="print(float)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>print</h4>
+<pre>public&nbsp;void&nbsp;print(float&nbsp;f)
+           throws java.io.IOException</pre>
+<div class="block">Writes a <code>float</code> value to the client, with no carriage
+ return-line feed (CRLF) at the end.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>f</code> - the <code>float</code> value to send to the client</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - if an input or output exception occurred</dd></dl>
+</li>
+</ul>
+<a name="print(double)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>print</h4>
+<pre>public&nbsp;void&nbsp;print(double&nbsp;d)
+           throws java.io.IOException</pre>
+<div class="block">Writes a <code>double</code> value to the client, with no carriage
+ return-line feed (CRLF) at the end.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>d</code> - the <code>double</code> value to send to the client</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - if an input or output exception occurred</dd></dl>
+</li>
+</ul>
+<a name="println()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>println</h4>
+<pre>public&nbsp;void&nbsp;println()
+             throws java.io.IOException</pre>
+<div class="block">Writes a carriage return-line feed (CRLF) to the client.</div>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - if an input or output exception occurred</dd></dl>
+</li>
+</ul>
+<a name="println(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>println</h4>
+<pre>public&nbsp;void&nbsp;println(java.lang.String&nbsp;s)
+             throws java.io.IOException</pre>
+<div class="block">Writes a <code>String</code> to the client, followed by a carriage
+ return-line feed (CRLF).</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>s</code> - the <code>String</code> to write to the client</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - if an input or output exception occurred</dd></dl>
+</li>
+</ul>
+<a name="println(boolean)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>println</h4>
+<pre>public&nbsp;void&nbsp;println(boolean&nbsp;b)
+             throws java.io.IOException</pre>
+<div class="block">Writes a <code>boolean</code> value to the client, followed by a carriage
+ return-line feed (CRLF).</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>b</code> - the <code>boolean</code> value to write to the client</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - if an input or output exception occurred</dd></dl>
+</li>
+</ul>
+<a name="println(char)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>println</h4>
+<pre>public&nbsp;void&nbsp;println(char&nbsp;c)
+             throws java.io.IOException</pre>
+<div class="block">Writes a character to the client, followed by a carriage return-line feed
+ (CRLF).</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>c</code> - the character to write to the client</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - if an input or output exception occurred</dd></dl>
+</li>
+</ul>
+<a name="println(int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>println</h4>
+<pre>public&nbsp;void&nbsp;println(int&nbsp;i)
+             throws java.io.IOException</pre>
+<div class="block">Writes an int to the client, followed by a carriage return-line feed
+ (CRLF) character.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>i</code> - the int to write to the client</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - if an input or output exception occurred</dd></dl>
+</li>
+</ul>
+<a name="println(long)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>println</h4>
+<pre>public&nbsp;void&nbsp;println(long&nbsp;l)
+             throws java.io.IOException</pre>
+<div class="block">Writes a <code>long</code> value to the client, followed by a carriage
+ return-line feed (CRLF).</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>l</code> - the <code>long</code> value to write to the client</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - if an input or output exception occurred</dd></dl>
+</li>
+</ul>
+<a name="println(float)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>println</h4>
+<pre>public&nbsp;void&nbsp;println(float&nbsp;f)
+             throws java.io.IOException</pre>
+<div class="block">Writes a <code>float</code> value to the client, followed by a carriage
+ return-line feed (CRLF).</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>f</code> - the <code>float</code> value to write to the client</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - if an input or output exception occurred</dd></dl>
+</li>
+</ul>
+<a name="println(double)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>println</h4>
+<pre>public&nbsp;void&nbsp;println(double&nbsp;d)
+             throws java.io.IOException</pre>
+<div class="block">Writes a <code>double</code> value to the client, followed by a carriage
+ return-line feed (CRLF).</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>d</code> - the <code>double</code> value to write to the client</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - if an input or output exception occurred</dd></dl>
+</li>
+</ul>
+<a name="isReady()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isReady</h4>
+<pre>public abstract&nbsp;boolean&nbsp;isReady()</pre>
+<div class="block">Checks if a non-blocking write will succeed. If this returns
+ <code>false</code>, it will cause a callback to
+ <a href="../../javax/servlet/WriteListener.html#onWritePossible()"><code>WriteListener.onWritePossible()</code></a> when the buffer has emptied. If
+ this method returns <code>false</code> no further data must be written
+ until the contain calls <a href="../../javax/servlet/WriteListener.html#onWritePossible()"><code>WriteListener.onWritePossible()</code></a>.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd><code>true</code> if data can be written, else <code>false</code></dd><dt><span class="strong">Since:</span></dt>
+  <dd>Servlet 3.1</dd></dl>
+</li>
+</ul>
+<a name="setWriteListener(javax.servlet.WriteListener)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setWriteListener</h4>
+<pre>public abstract&nbsp;void&nbsp;setWriteListener(<a href="../../javax/servlet/WriteListener.html" title="interface in javax.servlet">WriteListener</a>&nbsp;listener)</pre>
+<div class="block">Sets the <a href="../../javax/servlet/WriteListener.html" title="interface in javax.servlet"><code>WriteListener</code></a> for this <a href="../../javax/servlet/ServletOutputStream.html" title="class in javax.servlet"><code>ServletOutputStream</code></a> and
+ thereby switches to non-blocking IO. It is only valid to switch to
+ non-blocking IO within async processing or HTTP upgrade processing.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>listener</code> - The non-blocking IO write listener</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - If this method is called if neither
+                                  async nor HTTP upgrade is in progress or
+                                  if the <a href="../../javax/servlet/WriteListener.html" title="interface in javax.servlet"><code>WriteListener</code></a> has already
+                                  been set</dd>
+<dd><code>java.lang.NullPointerException</code> - If listener is null</dd><dt><span class="strong">Since:</span></dt>
+  <dd>Servlet 3.1</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../index-all.html">Index</a></li>
+<li><a href="../../help-doc.html">Help</a></li>
+</ul>
+<div class="aboutLanguage"><em><b>Servlet 3.0 - Apache Tomcat 8.0.0-RC1</b></em></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../javax/servlet/ServletInputStream.html" title="class in javax.servlet"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../javax/servlet/ServletRegistration.html" title="interface in javax.servlet"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../index.html?javax/servlet/ServletOutputStream.html" target="_top">Frames</a></li>
+<li><a href="ServletOutputStream.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2000-2013 Apache Software Foundation. All Rights Reserved.</small></p>
+</body>
+</html>

Propchange: tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/javax/servlet/ServletOutputStream.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/javax/servlet/ServletRegistration.Dynamic.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/javax/servlet/ServletRegistration.Dynamic.html?rev=1510665&view=auto
==============================================================================
--- tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/javax/servlet/ServletRegistration.Dynamic.html (added)
+++ tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/javax/servlet/ServletRegistration.Dynamic.html Mon Aug  5 19:10:09 2013
@@ -0,0 +1,291 @@
+<!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:51 BST 2013 -->
+<title>ServletRegistration.Dynamic (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="ServletRegistration.Dynamic (Servlet 3.0 API Documentation - Apache Tomcat 8.0.0-RC1)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../index-all.html">Index</a></li>
+<li><a href="../../help-doc.html">Help</a></li>
+</ul>
+<div class="aboutLanguage"><em><b>Servlet 3.0 - Apache Tomcat 8.0.0-RC1</b></em></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../javax/servlet/ServletRegistration.html" title="interface in javax.servlet"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../javax/servlet/ServletRequest.html" title="interface in javax.servlet"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../index.html?javax/servlet/ServletRegistration.Dynamic.html" target="_top">Frames</a></li>
+<li><a href="ServletRegistration.Dynamic.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../allclasses-noframe.html">All 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>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">javax.servlet</div>
+<h2 title="Interface ServletRegistration.Dynamic" class="title">Interface ServletRegistration.Dynamic</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="../../javax/servlet/Registration.html" title="interface in javax.servlet">Registration</a>, <a href="../../javax/servlet/Registration.Dynamic.html" title="interface in javax.servlet">Registration.Dynamic</a>, <a href="../../javax/servlet/ServletRegistration.html" title="interface in javax.servlet">ServletRegistration</a></dd>
+</dl>
+<dl>
+<dt>Enclosing interface:</dt>
+<dd><a href="../../javax/servlet/ServletRegistration.html" title="interface in javax.servlet">ServletRegistration</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public static interface <span class="strong">ServletRegistration.Dynamic</span>
+extends <a href="../../javax/servlet/ServletRegistration.html" title="interface in javax.servlet">ServletRegistration</a>, <a href="../../javax/servlet/Registration.Dynamic.html" title="interface in javax.servlet">Registration.Dynamic</a></pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested_class_summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="nested_classes_inherited_from_class_javax.servlet.ServletRegistration">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from interface&nbsp;javax.servlet.<a href="../../javax/servlet/ServletRegistration.html" title="interface in javax.servlet">ServletRegistration</a></h3>
+<code><a href="../../javax/servlet/ServletRegistration.Dynamic.html" title="interface in javax.servlet">ServletRegistration.Dynamic</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletRegistration.Dynamic.html#setLoadOnStartup(int)">setLoadOnStartup</a></strong>(int&nbsp;loadOnStartup)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletRegistration.Dynamic.html#setMultipartConfig(javax.servlet.MultipartConfigElement)">setMultipartConfig</a></strong>(<a href="../../javax/servlet/MultipartConfigElement.html" title="class in javax.servlet">MultipartConfigElement</a>&nbsp;multipartConfig)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletRegistration.Dynamic.html#setRunAsRole(java.lang.String)">setRunAsRole</a></strong>(java.lang.String&nbsp;roleName)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.util.Set&lt;java.lang.String&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletRegistration.Dynamic.html#setServletSecurity(javax.servlet.ServletSecurityElement)">setServletSecurity</a></strong>(<a href="../../javax/servlet/ServletSecurityElement.html" title="class in javax.servlet">ServletSecurityElement</a>&nbsp;constraint)</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_javax.servlet.ServletRegistration">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;javax.servlet.<a href="../../javax/servlet/ServletRegistration.html" title="interface in javax.servlet">ServletRegistration</a></h3>
+<code><a href="../../javax/servlet/ServletRegistration.html#addMapping(java.lang.String...)">addMapping</a>, <a href="../../javax/servlet/ServletRegistration.html#getMappings()">getMappings</a>, <a href="../../javax/servlet/ServletRegistration.html#getRunAsRole()">getRunAsRole</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_javax.servlet.Registration.Dynamic">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;javax.servlet.<a href="../../javax/servlet/Registration.Dynamic.html" title="interface in javax.servlet">Registration.Dynamic</a></h3>
+<code><a href="../../javax/servlet/Registration.Dynamic.html#setAsyncSupported(boolean)">setAsyncSupported</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_javax.servlet.Registration">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;javax.servlet.<a href="../../javax/servlet/Registration.html" title="interface in javax.servlet">Registration</a></h3>
+<code><a href="../../javax/servlet/Registration.html#getClassName()">getClassName</a>, <a href="../../javax/servlet/Registration.html#getInitParameter(java.lang.String)">getInitParameter</a>, <a href="../../javax/servlet/Registration.html#getInitParameters()">getInitParameters</a>, <a href="../../javax/servlet/Registration.html#getName()">getName</a>, <a href="../../javax/servlet/Registration.html#setInitParameter(java.lang.String, java.lang.String)">setInitParameter</a>, <a href="../../javax/servlet/Registration.html#setInitParameters(java.util.Map)">setInitParameters</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="setLoadOnStartup(int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setLoadOnStartup</h4>
+<pre>void&nbsp;setLoadOnStartup(int&nbsp;loadOnStartup)</pre>
+</li>
+</ul>
+<a name="setMultipartConfig(javax.servlet.MultipartConfigElement)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMultipartConfig</h4>
+<pre>void&nbsp;setMultipartConfig(<a href="../../javax/servlet/MultipartConfigElement.html" title="class in javax.servlet">MultipartConfigElement</a>&nbsp;multipartConfig)</pre>
+</li>
+</ul>
+<a name="setRunAsRole(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setRunAsRole</h4>
+<pre>void&nbsp;setRunAsRole(java.lang.String&nbsp;roleName)</pre>
+</li>
+</ul>
+<a name="setServletSecurity(javax.servlet.ServletSecurityElement)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setServletSecurity</h4>
+<pre>java.util.Set&lt;java.lang.String&gt;&nbsp;setServletSecurity(<a href="../../javax/servlet/ServletSecurityElement.html" title="class in javax.servlet">ServletSecurityElement</a>&nbsp;constraint)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../index-all.html">Index</a></li>
+<li><a href="../../help-doc.html">Help</a></li>
+</ul>
+<div class="aboutLanguage"><em><b>Servlet 3.0 - Apache Tomcat 8.0.0-RC1</b></em></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../javax/servlet/ServletRegistration.html" title="interface in javax.servlet"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../javax/servlet/ServletRequest.html" title="interface in javax.servlet"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../index.html?javax/servlet/ServletRegistration.Dynamic.html" target="_top">Frames</a></li>
+<li><a href="ServletRegistration.Dynamic.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2000-2013 Apache Software Foundation. All Rights Reserved.</small></p>
+</body>
+</html>

Propchange: tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/javax/servlet/ServletRegistration.Dynamic.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/javax/servlet/ServletRegistration.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/javax/servlet/ServletRegistration.html?rev=1510665&view=auto
==============================================================================
--- tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/javax/servlet/ServletRegistration.html (added)
+++ tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/javax/servlet/ServletRegistration.html Mon Aug  5 19:10:09 2013
@@ -0,0 +1,278 @@
+<!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:51 BST 2013 -->
+<title>ServletRegistration (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="ServletRegistration (Servlet 3.0 API Documentation - Apache Tomcat 8.0.0-RC1)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../index-all.html">Index</a></li>
+<li><a href="../../help-doc.html">Help</a></li>
+</ul>
+<div class="aboutLanguage"><em><b>Servlet 3.0 - Apache Tomcat 8.0.0-RC1</b></em></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../javax/servlet/ServletOutputStream.html" title="class in javax.servlet"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../javax/servlet/ServletRegistration.Dynamic.html" title="interface in javax.servlet"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../index.html?javax/servlet/ServletRegistration.html" target="_top">Frames</a></li>
+<li><a href="ServletRegistration.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../allclasses-noframe.html">All 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>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">javax.servlet</div>
+<h2 title="Interface ServletRegistration" class="title">Interface ServletRegistration</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="../../javax/servlet/Registration.html" title="interface in javax.servlet">Registration</a></dd>
+</dl>
+<dl>
+<dt>All Known Subinterfaces:</dt>
+<dd><a href="../../javax/servlet/ServletRegistration.Dynamic.html" title="interface in javax.servlet">ServletRegistration.Dynamic</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="strong">ServletRegistration</span>
+extends <a href="../../javax/servlet/Registration.html" title="interface in javax.servlet">Registration</a></pre>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>Servlet 3.0
+ $Id: ServletRegistration.java 1187778 2011-10-22 20:54:57Z markt $
+ TODO SERVLET3 - Add comments</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested_class_summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
+<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Interface and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static interface&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletRegistration.Dynamic.html" title="interface in javax.servlet">ServletRegistration.Dynamic</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.util.Set&lt;java.lang.String&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletRegistration.html#addMapping(java.lang.String...)">addMapping</a></strong>(java.lang.String...&nbsp;urlPatterns)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.util.Collection&lt;java.lang.String&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletRegistration.html#getMappings()">getMappings</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../javax/servlet/ServletRegistration.html#getRunAsRole()">getRunAsRole</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_javax.servlet.Registration">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;javax.servlet.<a href="../../javax/servlet/Registration.html" title="interface in javax.servlet">Registration</a></h3>
+<code><a href="../../javax/servlet/Registration.html#getClassName()">getClassName</a>, <a href="../../javax/servlet/Registration.html#getInitParameter(java.lang.String)">getInitParameter</a>, <a href="../../javax/servlet/Registration.html#getInitParameters()">getInitParameters</a>, <a href="../../javax/servlet/Registration.html#getName()">getName</a>, <a href="../../javax/servlet/Registration.html#setInitParameter(java.lang.String, java.lang.String)">setInitParameter</a>, <a href="../../javax/servlet/Registration.html#setInitParameters(java.util.Map)">setInitParameters</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="addMapping(java.lang.String...)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addMapping</h4>
+<pre>java.util.Set&lt;java.lang.String&gt;&nbsp;addMapping(java.lang.String...&nbsp;urlPatterns)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>urlPatterns</code> - </dd>
+<dt><span class="strong">Returns:</span></dt><dd>TODO</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if urlPattern is null or empty</dd>
+<dd><code>java.lang.IllegalStateException</code> - if the associated ServletContext has
+                                  already been initialised</dd></dl>
+</li>
+</ul>
+<a name="getMappings()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMappings</h4>
+<pre>java.util.Collection&lt;java.lang.String&gt;&nbsp;getMappings()</pre>
+</li>
+</ul>
+<a name="getRunAsRole()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getRunAsRole</h4>
+<pre>java.lang.String&nbsp;getRunAsRole()</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../index-all.html">Index</a></li>
+<li><a href="../../help-doc.html">Help</a></li>
+</ul>
+<div class="aboutLanguage"><em><b>Servlet 3.0 - Apache Tomcat 8.0.0-RC1</b></em></div>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../javax/servlet/ServletOutputStream.html" title="class in javax.servlet"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../javax/servlet/ServletRegistration.Dynamic.html" title="interface in javax.servlet"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../index.html?javax/servlet/ServletRegistration.html" target="_top">Frames</a></li>
+<li><a href="ServletRegistration.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2000-2013 Apache Software Foundation. All Rights Reserved.</small></p>
+</body>
+</html>

Propchange: tomcat/site/trunk/docs/tomcat-8.0-doc/servletapi/javax/servlet/ServletRegistration.html
------------------------------------------------------------------------------
    svn:eol-style = native



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