⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index-all.html

📁 用jsp语言自己做的一个网站bookshot的全套程序以及一些样例。完全属于原创。
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Mon Mar 24 20:37:46 PST 2003 -->
<TITLE>
Index
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<SCRIPT>
function asd()
{
parent.document.title="Index";
}
</SCRIPT>
<BODY BGCOLOR="white" onload="asd();">

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;
<SCRIPT>
  <!--
  if(window==top) {
    document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF 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="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</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="com/ora/jsp/servlets/AccessControlFilter.html"><B>AccessControlFilter</B></A> - class com.ora.jsp.servlets.<A HREF="com/ora/jsp/servlets/AccessControlFilter.html">AccessControlFilter</A>.<DD>This class provides access control for all requests in the Project 
 Billboard application, by looking for the authentication token in
 the session and forwarding to the login page if not found.<DT><A HREF="com/ora/jsp/servlets/AccessControlFilter.html#AccessControlFilter()"><B>AccessControlFilter()</B></A> - 
Constructor for class com.ora.jsp.servlets.<A HREF="com/ora/jsp/servlets/AccessControlFilter.html">AccessControlFilter</A>
<DD>&nbsp;
<DT><A HREF="com/ora/jsp/beans/calc/CalcBean.html#ADD_OPER"><B>ADD_OPER</B></A> - 
Static variable in class com.ora.jsp.beans.calc.<A HREF="com/ora/jsp/beans/calc/CalcBean.html">CalcBean</A>
<DD>&nbsp;
<DT><A HREF="com/ora/jsp/tags/AddCookieTag.html"><B>AddCookieTag</B></A> - class com.ora.jsp.tags.<A HREF="com/ora/jsp/tags/AddCookieTag.html">AddCookieTag</A>.<DD>This class is a custom action for adding a cookie header
 to the response.<DT><A HREF="com/ora/jsp/tags/AddCookieTag.html#AddCookieTag()"><B>AddCookieTag()</B></A> - 
Constructor for class com.ora.jsp.tags.<A HREF="com/ora/jsp/tags/AddCookieTag.html">AddCookieTag</A>
<DD>&nbsp;
<DT><A HREF="com/ora/jsp/beans/news/NewsBean.html#addDefaultItems()"><B>addDefaultItems()</B></A> - 
Method in class com.ora.jsp.beans.news.<A HREF="com/ora/jsp/beans/news/NewsBean.html">NewsBean</A>
<DD>Creates sample news items and adds them to the list.
<DT><A HREF="com/ora/jsp/tags/ParamParent.html#addParam(java.lang.String, java.lang.String)"><B>addParam(String, String)</B></A> - 
Method in interface com.ora.jsp.tags.<A HREF="com/ora/jsp/tags/ParamParent.html">ParamParent</A>
<DD>Adds a parameter name-value pair represented by the
 embedded ParamTag.
<DT><A HREF="com/ora/jsp/tags/ForwardTag.html#addParam(java.lang.String, java.lang.String)"><B>addParam(String, String)</B></A> - 
Method in class com.ora.jsp.tags.<A HREF="com/ora/jsp/tags/ForwardTag.html">ForwardTag</A>
<DD>Adds a parameter name and value.
<DT><A HREF="com/ora/jsp/beans/poll/PollBean.html#answer1"><B>answer1</B></A> - 
Variable in class com.ora.jsp.beans.poll.<A HREF="com/ora/jsp/beans/poll/PollBean.html">PollBean</A>
<DD>&nbsp;
<DT><A HREF="com/ora/jsp/beans/poll/PollBean.html#answer2"><B>answer2</B></A> - 
Variable in class com.ora.jsp.beans.poll.<A HREF="com/ora/jsp/beans/poll/PollBean.html">PollBean</A>
<DD>&nbsp;
<DT><A HREF="com/ora/jsp/beans/poll/PollBean.html#answer3"><B>answer3</B></A> - 
Variable in class com.ora.jsp.beans.poll.<A HREF="com/ora/jsp/beans/poll/PollBean.html">PollBean</A>
<DD>&nbsp;
<DT><A HREF="com/ora/jsp/beans/poll/AnswerBean.html"><B>AnswerBean</B></A> - class com.ora.jsp.beans.poll.<A HREF="com/ora/jsp/beans/poll/AnswerBean.html">AnswerBean</A>.<DD>This class represents an answer in an online poll application.<DT><A HREF="com/ora/jsp/beans/poll/AnswerBean.html#AnswerBean()"><B>AnswerBean()</B></A> - 
Constructor for class com.ora.jsp.beans.poll.<A HREF="com/ora/jsp/beans/poll/AnswerBean.html">AnswerBean</A>
<DD>&nbsp;
<DT><A HREF="com/ora/jsp/beans/poll/AnswerBean.html#answerId"><B>answerId</B></A> - 
Variable in class com.ora.jsp.beans.poll.<A HREF="com/ora/jsp/beans/poll/AnswerBean.html">AnswerBean</A>
<DD>&nbsp;
<DT><A HREF="com/ora/jsp/beans/emp/EmployeeRegistryBean.html#authenticate(java.lang.String, java.lang.String)"><B>authenticate(String, String)</B></A> - 
Method in class com.ora.jsp.beans.emp.<A HREF="com/ora/jsp/beans/emp/EmployeeRegistryBean.html">EmployeeRegistryBean</A>
<DD>Returns an EmployeeBean if the specified user name and password
 match an employee in the database, otherwise null.
<DT><A HREF="com/ora/jsp/servlets/AuthenticateAction.html"><B>AuthenticateAction</B></A> - class com.ora.jsp.servlets.<A HREF="com/ora/jsp/servlets/AuthenticateAction.html">AuthenticateAction</A>.<DD>This class performs authentication in the Project Billboard
 application.<DT><A HREF="com/ora/jsp/servlets/AuthenticateAction.html#AuthenticateAction()"><B>AuthenticateAction()</B></A> - 
Constructor for class com.ora.jsp.servlets.<A HREF="com/ora/jsp/servlets/AuthenticateAction.html">AuthenticateAction</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="com/ora/jsp/tags/DebugTag.html#BEAN_ATTR"><B>BEAN_ATTR</B></A> - 
Static variable in class com.ora.jsp.tags.<A HREF="com/ora/jsp/tags/DebugTag.html">DebugTag</A>
<DD>&nbsp;
<DT><A HREF="com/ora/jsp/beans/userinfo/UserInfoBean.html#birthDate"><B>birthDate</B></A> - 
Variable in class com.ora.jsp.beans.userinfo.<A HREF="com/ora/jsp/beans/userinfo/UserInfoBean.html">UserInfoBean</A>
<DD>&nbsp;
<DT><A HREF="com/ora/jsp/sql/DataSourceFactory.html#buildArgs(java.lang.String, java.lang.reflect.Method)"><B>buildArgs(String, Method)</B></A> - 
Method in class com.ora.jsp.sql.<A HREF="com/ora/jsp/sql/DataSourceFactory.html">DataSourceFactory</A>
<DD>Converts the specified String value to the setter methods parameter
 type, if possible, and returns it as an Object array suitable as
 the argument to the Method.invoke() method.
<DT><A HREF="com/ora/jsp/tags/xmp/BuildCheckboxTag.html"><B>BuildCheckboxTag</B></A> - class com.ora.jsp.tags.xmp.<A HREF="com/ora/jsp/tags/xmp/BuildCheckboxTag.html">BuildCheckboxTag</A>.<DD>This class is a custom action for creating an HTML checkbox
 control, using status information exposed by the JSTL forEach 
 action.<DT><A HREF="com/ora/jsp/tags/xmp/BuildCheckboxTag.html#BuildCheckboxTag()"><B>BuildCheckboxTag()</B></A> - 
Constructor for class com.ora.jsp.tags.xmp.<A HREF="com/ora/jsp/tags/xmp/BuildCheckboxTag.html">BuildCheckboxTag</A>
<DD>&nbsp;
<DT><A HREF="com/ora/jsp/tlv/OraTLV.html#builder"><B>builder</B></A> - 
Variable in class com.ora.jsp.tlv.<A HREF="com/ora/jsp/tlv/OraTLV.html">OraTLV</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="com/ora/jsp/beans/calc/CalcBean.html"><B>CalcBean</B></A> - class com.ora.jsp.beans.calc.<A HREF="com/ora/jsp/beans/calc/CalcBean.html">CalcBean</A>.<DD>This class implements a simple calculator for a JSP page.<DT><A HREF="com/ora/jsp/beans/calc/CalcBean.html#CalcBean()"><B>CalcBean()</B></A> - 
Constructor for class com.ora.jsp.beans.calc.<A HREF="com/ora/jsp/beans/calc/CalcBean.html">CalcBean</A>
<DD>&nbsp;
<DT><A HREF="com/ora/jsp/beans/calc/CalcBean.html#calcNewNumbers()"><B>calcNewNumbers()</B></A> - 
Method in class com.ora.jsp.beans.calc.<A HREF="com/ora/jsp/beans/calc/CalcBean.html">CalcBean</A>
<DD>Processes the current input, i.e.
<DT><A HREF="com/ora/jsp/beans/shopping/CartBean.html#cart"><B>cart</B></A> - 
Variable in class com.ora.jsp.beans.shopping.<A HREF="com/ora/jsp/beans/shopping/CartBean.html">CartBean</A>
<DD>&nbsp;
<DT><A HREF="com/ora/jsp/beans/shopping/CartBean.html"><B>CartBean</B></A> - class com.ora.jsp.beans.shopping.<A HREF="com/ora/jsp/beans/shopping/CartBean.html">CartBean</A>.<DD>This class represents a shopping cart.<DT><A HREF="com/ora/jsp/beans/shopping/CartBean.html#CartBean()"><B>CartBean()</B></A> - 
Constructor for class com.ora.jsp.beans.shopping.<A HREF="com/ora/jsp/beans/shopping/CartBean.html">CartBean</A>
<DD>&nbsp;
<DT><A HREF="com/ora/jsp/beans/motd/CartoonBean.html"><B>CartoonBean</B></A> - class com.ora.jsp.beans.motd.<A HREF="com/ora/jsp/beans/motd/CartoonBean.html">CartoonBean</A>.<DD>This is an example of a simple bean with one property that holds
 names of image files.<DT><A HREF="com/ora/jsp/beans/motd/CartoonBean.html#CartoonBean()"><B>CartoonBean()</B></A> - 
Constructor for class com.ora.jsp.beans.motd.<A HREF="com/ora/jsp/beans/motd/CartoonBean.html">CartoonBean</A>
<DD>Constructor that creates an internal data structure to hold
 the image file names.
<DT><A HREF="com/ora/jsp/beans/shopping/CatalogBean.html#catalog"><B>catalog</B></A> - 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -