Package net.ontopia.topicmaps.rest
Class OntopiaServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.restlet.ext.servlet.ServerServlet
net.ontopia.topicmaps.rest.OntopiaServlet
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class OntopiaServlet
extends org.restlet.ext.servlet.ServerServlet
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.restlet.ApplicationcreateApplication(org.restlet.Context parentContext) protected org.restlet.Componentvoidinit()Methods inherited from class org.restlet.ext.servlet.ServerServlet
createCall, createServer, createWarClient, destroy, getApplication, getComponent, getContextPath, getInitParameter, getLocalAddr, getLocalPort, getServer, init, init, loadClass, serviceMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, serviceMethods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Field Details
-
LOGGER_FACADE_ATTRIBUTE
-
LOGGER_FACADE_ATTRIBUTE_DEFAULT_VALUE
-
LOGGER_NAME_ATTRIBUTE
-
LOGGER_NAME_ATTRIBUTE_DEFAULT_VALUE
-
LOGGER_FORMAT_ATTRIBUTE
-
LOGGER_FORMAT_ATTRIBUTE_DEFAULT_VALUE
- See Also:
-
-
Constructor Details
-
OntopiaServlet
public OntopiaServlet()
-
-
Method Details
-
init
public void init() throws javax.servlet.ServletException- Overrides:
initin classorg.restlet.ext.servlet.ServerServlet- Throws:
javax.servlet.ServletException
-
createApplication
protected org.restlet.Application createApplication(org.restlet.Context parentContext) - Overrides:
createApplicationin classorg.restlet.ext.servlet.ServerServlet
-
createComponent
protected org.restlet.Component createComponent()- Overrides:
createComponentin classorg.restlet.ext.servlet.ServerServlet
-