uk.ac.man.cs.img.owl.validation
Class ValidatorServlet
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--javax.servlet.http.HttpServlet
|
+--uk.ac.man.cs.img.owl.validation.ValidatorServlet
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class ValidatorServlet
- extends javax.servlet.http.HttpServlet
Basic Validation Servlet.
- Version:
- $Id: ValidatorServlet.java,v 1.4 2004/03/05 17:34:49 sean_bechhofer Exp $
- See Also:
- Serialized Form
| Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidatorServlet
public ValidatorServlet()
doGet
public void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
- Overrides:
doGet in class javax.servlet.http.HttpServlet
IOException
javax.servlet.ServletException
doPost
public void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
- Overrides:
doPost in class javax.servlet.http.HttpServlet
IOException
javax.servlet.ServletException
doRequest
public void doRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
IOException
javax.servlet.ServletException
printHeader
protected void printHeader(PrintWriter out)
printFooter
protected void printFooter(PrintWriter out)
printInfo
protected void printInfo(PrintWriter out)
printForm
protected void printForm(PrintWriter out)
printHost
protected void printHost(PrintWriter out)
printHelp
protected void printHelp(PrintWriter out)
constructs
protected String constructs(OWLOntology onto)
abstractForm
protected String abstractForm(OWLOntology onto)
lispForm
protected String lispForm(OWLOntology onto)
WonderWeb