Revision 50
Added by Matt Jones over 24 years ago
index-all.html | ||
---|---|---|
2 | 2 |
<!--NewPage--> |
3 | 3 |
<HTML> |
4 | 4 |
<HEAD> |
5 |
<!-- Generated by javadoc on Tue Apr 11 19:05:41 AKDT 2000 -->
|
|
5 |
<!-- Generated by javadoc on Mon Apr 17 13:49:15 AKDT 2000 -->
|
|
6 | 6 |
<TITLE> |
7 | 7 |
: Index |
8 | 8 |
</TITLE> |
... | ... | |
96 | 96 |
Constructor for class <A HREF="DBSAXWriter.html">DBSAXWriter</A> |
97 | 97 |
<DD>construct a new instance of the class to write an XML file to the database |
98 | 98 |
<DT><A HREF="DBSimpleQuery.html"><B>DBSimpleQuery</B></A> - class <A HREF="DBSimpleQuery.html">DBSimpleQuery</A>.<DD>A Class that searches a relational DB for elements and attributes that |
99 |
have free text matches to the query string.</DL> |
|
99 |
have free text matches to the query string.<DT><A HREF="DBSimpleQuery.html#DBSimpleQuery(java.lang.String, java.lang.String, java.lang.String)"><B>DBSimpleQuery(String, String, String)</B></A> - |
|
100 |
Constructor for class <A HREF="DBSimpleQuery.html">DBSimpleQuery</A> |
|
101 |
<DD>construct an instance of the DBSimpleQuery class |
|
102 |
|
|
103 |
Generally, one would call the findRootNodes() routine after creating |
|
104 |
an instance to specify the query to search for |
|
105 |
<DT><A HREF="MetaCatServlet.html#doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>doGet(HttpServletRequest, HttpServletResponse)</B></A> - |
|
106 |
Method in class <A HREF="MetaCatServlet.html">MetaCatServlet</A> |
|
107 |
<DD>Handle "GET" method requests from HTTP clients |
|
108 |
<DT><A HREF="MetaCatServlet.html#doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>doPost(HttpServletRequest, HttpServletResponse)</B></A> - |
|
109 |
Method in class <A HREF="MetaCatServlet.html">MetaCatServlet</A> |
|
110 |
<DD>Handle "POST" method requests from HTTP clients |
|
111 |
</DL> |
|
100 | 112 |
<HR> |
101 | 113 |
<A NAME="_E_"><!-- --></A><H2> |
102 | 114 |
<B>E</B></H2> |
... | ... | |
147 | 159 |
Method in class <A HREF="DBSAXHandler.html">DBSAXHandler</A> |
148 | 160 |
<DD>SAX Handler that is called for each XML text node that is Ignorable |
149 | 161 |
white space |
162 |
<DT><A HREF="MetaCatServlet.html#init(javax.servlet.ServletConfig)"><B>init(ServletConfig)</B></A> - |
|
163 |
Method in class <A HREF="MetaCatServlet.html">MetaCatServlet</A> |
|
164 |
<DD>Initialize the servlet by creating appropriate database connections |
|
150 | 165 |
</DL> |
151 | 166 |
<HR> |
152 | 167 |
<A NAME="_M_"><!-- --></A><H2> |
... | ... | |
161 | 176 |
<DT><A HREF="DBSimpleQuery.html#main(java.lang.String[])"><B>main(String[])</B></A> - |
162 | 177 |
Static method in class <A HREF="DBSimpleQuery.html">DBSimpleQuery</A> |
163 | 178 |
<DD>the main routine used to test the DBSimpleQuery utility. |
179 |
<DT><A HREF="MetaCatServlet.html"><B>MetaCatServlet</B></A> - class <A HREF="MetaCatServlet.html">MetaCatServlet</A>.<DD>A metadata catalog server implemented as a Java Servlet |
|
180 |
|
|
181 |
<DT><A HREF="MetaCatServlet.html#MetaCatServlet()"><B>MetaCatServlet()</B></A> - |
|
182 |
Constructor for class <A HREF="MetaCatServlet.html">MetaCatServlet</A> |
|
183 |
<DD> |
|
164 | 184 |
</DL> |
165 | 185 |
<HR> |
166 | 186 |
<A NAME="_R_"><!-- --></A><H2> |
Also available in: Unified diff
changed database connection code, added utility class MetaCatUtil.java