public abstract class SegmentServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
SegmentServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
doPut(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected abstract org.apache.jackrabbit.oak.plugins.segment.SegmentStore |
getSegmentStore() |
doDelete, doHead, doOptions, doPost, doTrace, getLastModified, service, serviceprotected abstract org.apache.jackrabbit.oak.plugins.segment.SegmentStore getSegmentStore()
protected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doPut(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doPut in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2012-2016 The Apache Software Foundation. All Rights Reserved.