Package com.exedio.cops
Class PropertiesInstanceServlet<P extends Properties>
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.exedio.cops.CopsServlet
com.exedio.cops.PropertiesServlet
com.exedio.cops.PropertiesInstanceServlet<P>
- All Implemented Interfaces:
PropertiesServlet.Overridable<P>,Serializable,Servlet,ServletConfig
public abstract class PropertiesInstanceServlet<P extends Properties>
extends PropertiesServlet
implements PropertiesServlet.Overridable<P>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.exedio.cops.PropertiesServlet
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 abstract PropertiesInstance<P>get()protected final Propertiesfinal PnewProperties(Properties.Source source) final voidMethods inherited from class com.exedio.cops.PropertiesServlet
doRequest, getDisplayCaptionMethods inherited from class com.exedio.cops.CopsServlet
doGet, doPost, getAuthentication, getResourcesRootPath, init, printException, printException, report, reportException, reportException, suppressPathCheckMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceMethods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
PropertiesInstanceServlet
public PropertiesInstanceServlet()
-
-
Method Details
-
get
-
getProperties
- Specified by:
getPropertiesin classPropertiesServlet
-
override
- Specified by:
overridein interfacePropertiesServlet.Overridable<P extends Properties>
-
newProperties
- Specified by:
newPropertiesin interfacePropertiesServlet.Overridable<P extends Properties>
-