Package com.exedio.cops
Class PropertiesServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.exedio.cops.CopsServlet
-
- com.exedio.cops.PropertiesServlet
-
- All Implemented Interfaces:
Serializable
,Servlet
,ServletConfig
- Direct Known Subclasses:
PropertiesInstanceServlet
public abstract class PropertiesServlet extends CopsServlet
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PropertiesServlet.Overridable<P extends Properties>
-
Field Summary
-
Fields inherited from class com.exedio.cops.CopsServlet
ENCODING, UTF8
-
-
Constructor Summary
Constructors Constructor Description PropertiesServlet()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected void
doRequest(HttpServletRequest request, HttpServletResponse response)
protected String
getDisplayCaption()
protected abstract Properties
getProperties()
-
Methods inherited from class com.exedio.cops.CopsServlet
doGet, doPost, getAuthentication, getResourcesRootPath, init, printException, printException, report, reportException, reportException, suppressPathCheck
-
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, log, log
-
-
-
-
Method Detail
-
doRequest
protected final void doRequest(HttpServletRequest request, HttpServletResponse response) throws IOException
- Specified by:
doRequest
in classCopsServlet
- Throws:
IOException
-
getProperties
protected abstract Properties getProperties()
-
getDisplayCaption
protected String getDisplayCaption()
-
-