de.fuberlin.wiwiss.pubby.servlets
Class DataURLServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by de.fuberlin.wiwiss.pubby.servlets.BaseServlet
              extended by de.fuberlin.wiwiss.pubby.servlets.BaseURLServlet
                  extended by de.fuberlin.wiwiss.pubby.servlets.DataURLServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class DataURLServlet
extends BaseURLServlet

Servlet for serving RDF documents containing a description of a given resource.

See Also:
Serialized Form

Constructor Summary
DataURLServlet()
           
 
Method Summary
protected  boolean doGet(MappedResource resource, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Configuration config)
           
 
Methods inherited from class de.fuberlin.wiwiss.pubby.servlets.BaseURLServlet
doGet
 
Methods inherited from class de.fuberlin.wiwiss.pubby.servlets.BaseServlet
addQueryString, doGet, getAnonymousPropertyValues, getResourceDescription, init, send404, send404
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataURLServlet

public DataURLServlet()
Method Detail

doGet

protected boolean doGet(MappedResource resource,
                        javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response,
                        Configuration config)
                 throws java.io.IOException
Specified by:
doGet in class BaseURLServlet
Throws:
java.io.IOException