Revision 60
Added by Matt Jones over 24 years ago
MetaCatServlet.java | ||
---|---|---|
47 | 47 |
* qformat=html -- display resultset from query in HTML<br> |
48 | 48 |
* action=getdocument -- display an XML document in XML or HTML<br> |
49 | 49 |
* docid=34 -- display the document with the document ID number 34<br> |
50 |
* action=putdocument -- load an XML document into the database store<br> |
|
51 |
* doctext -- XML text ofthe document to load into the database<br> |
|
50 | 52 |
*/ |
51 | 53 |
public class MetaCatServlet extends HttpServlet { |
52 | 54 |
|
Also available in: Unified diff
updated javadoc documentation for changes