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
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
PropertiesServlet.Overridable<P extends Properties>
-
Field Summary
Fields inherited from class com.exedio.cops.CopsServlet
ENCODING, UTF8
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final void
doRequest
(HttpServletRequest request, HttpServletResponse response) protected String
protected abstract Properties
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
-
Constructor Details
-
PropertiesServlet
public PropertiesServlet()
-
-
Method Details
-
doRequest
protected final void doRequest(HttpServletRequest request, HttpServletResponse response) throws IOException - Specified by:
doRequest
in classCopsServlet
- Throws:
IOException
-
getProperties
-
getDisplayCaption
-