<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_06) on Fri Apr 28 04:21:29 GMT+08:00 2006 -->
<TITLE>
Index (Servlet API Documentation)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Index (Servlet API Documentation)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./javax/servlet/http/HttpServletResponse.html#addCookie(javax.servlet.http.Cookie)"><B>addCookie(Cookie)</B></A> -
Method in interface javax.servlet.http.<A HREF="./javax/servlet/http/HttpServletResponse.html" title="interface in javax.servlet.http">HttpServletResponse</A>
<DD>Adds the specified cookie to the response.
<DT><A HREF="./javax/servlet/http/HttpServletResponseWrapper.html#addCookie(javax.servlet.http.Cookie)"><B>addCookie(Cookie)</B></A> -
Method in class javax.servlet.http.<A HREF="./javax/servlet/http/HttpServletResponseWrapper.html" title="class in javax.servlet.http">HttpServletResponseWrapper</A>
<DD>The default behavior of this method is to call addCookie(Cookie cookie)
on the wrapped response object.
<DT><A HREF="./javax/servlet/http/HttpServletResponse.html#addDateHeader(java.lang.String, long)"><B>addDateHeader(String, long)</B></A> -
Method in interface javax.servlet.http.<A HREF="./javax/servlet/http/HttpServletResponse.html" title="interface in javax.servlet.http">HttpServletResponse</A>
<DD>Adds a response header with the given name and
date-value.
<DT><A HREF="./javax/servlet/http/HttpServletResponseWrapper.html#addDateHeader(java.lang.String, long)"><B>addDateHeader(String, long)</B></A> -
Method in class javax.servlet.http.<A HREF="./javax/servlet/http/HttpServletResponseWrapper.html" title="class in javax.servlet.http">HttpServletResponseWrapper</A>
<DD>The default behavior of this method is to call addDateHeader(String name, long date)
on the wrapped response object.
<DT><A HREF="./javax/servlet/http/HttpServletResponse.html#addHeader(java.lang.String, java.lang.String)"><B>addHeader(String, String)</B></A> -
Method in interface javax.servlet.http.<A HREF="./javax/servlet/http/HttpServletResponse.html" title="interface in javax.servlet.http">HttpServletResponse</A>
<DD>Adds a response header with the given name and value.
<DT><A HREF="./javax/servlet/http/HttpServletResponseWrapper.html#addHeader(java.lang.String, java.lang.String)"><B>addHeader(String, String)</B></A> -
Method in class javax.servlet.http.<A HREF="./javax/servlet/http/HttpServletResponseWrapper.html" title="class in javax.servlet.http">HttpServletResponseWrapper</A>
<DD>The default behavior of this method is to return addHeader(String name, String value)
on the wrapped response object.
<DT><A HREF="./javax/servlet/http/HttpServletResponse.html#addIntHeader(java.lang.String, int)"><B>addIntHeader(String, int)</B></A> -
Method in interface javax.servlet.http.<A HREF="./javax/servlet/http/HttpServletResponse.html" title="interface in javax.servlet.http">HttpServletResponse</A>
<DD>Adds a response header with the given name and
integer value.
<DT><A HREF="./javax/servlet/http/HttpServletResponseWrapper.html#addIntHeader(java.lang.String, int)"><B>addIntHeader(String, int)</B></A> -
Method in class javax.servlet.http.<A HREF="./javax/servlet/http/HttpServletResponseWrapper.html" title="class in javax.servlet.http">HttpServletResponseWrapper</A>
<DD>The default behavior of this method is to call addIntHeader(String name, int value)
on the wrapped response object.
<DT><A HREF="./javax/servlet/http/HttpSessionAttributeListener.html#attributeAdded(javax.servlet.http.HttpSessionBindingEvent)"><B>attributeAdded(HttpSessionBindingEvent)</B></A> -
Method in interface javax.servlet.http.<A HREF="./javax/servlet/http/HttpSessionAttributeListener.html" title="interface in javax.servlet.http">HttpSessionAttributeListener</A>
<DD>Notification that an attribute has been added to a session.
<DT><A HREF="./javax/servlet/ServletContextAttributeListener.html#attributeAdded(javax.servlet.ServletContextAttributeEvent)"><B>attributeAdded(ServletContextAttributeEvent)</B></A> -
Method in interface javax.servlet.<A HREF="./javax/servlet/ServletContextAttributeListener.html" title="interface in javax.servlet">ServletContextAttributeListener</A>
<DD>Notification that a new attribute was added to the servlet context.
<DT><A HREF="./javax/servlet/ServletRequestAttributeListener.html#attributeAdded(javax.servlet.ServletRequestAttributeEvent)"><B>attributeAdded(ServletRequestAttributeEvent)</B></A> -
Method in interface javax.servlet.<A HREF="./javax/servlet/ServletRequestAttributeListener.html" title="interface in javax.servlet">ServletRequestAttributeListener</A>
<DD>Notification that a new attribute was added to the
servlet request.
<DT><A HREF="./javax/servlet/http/HttpSessionAttributeListener.html#attributeRemoved(javax.servlet.http.HttpSessionBindingEvent)"><B>attributeRemoved(HttpSessionBindingEvent)</B></A> -
Method in interface javax.servlet.http.<A HREF="./javax/servlet/http/HttpSessionAttributeListener.html" title="interface in javax.servlet.http">HttpSessionAttributeListener</A>
<DD>Notification that an attribute has been removed from a session.
<DT><A HREF="./javax/servlet/ServletContextAttrib