public abstract class SimpleConfigurationServlet<T extends SimpleConfiguration>
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
SimpleConfigurationServlet(com.atlassian.plugin.PluginAccessor pluginAccessor,
FisheyePluginUtilities fisheyePluginUtilities,
VelocityHelper velocityHelper) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
defaultConfig() |
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected abstract java.lang.String |
getProviderPluginModuleKey() |
protected abstract java.lang.String |
getTemplatePackage() |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic SimpleConfigurationServlet(com.atlassian.plugin.PluginAccessor pluginAccessor,
FisheyePluginUtilities fisheyePluginUtilities,
VelocityHelper velocityHelper)
protected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
java.io.IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionjava.io.IOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
java.io.IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionjava.io.IOExceptionprotected abstract T defaultConfig()
protected abstract java.lang.String getProviderPluginModuleKey()
protected abstract java.lang.String getTemplatePackage()