net.commerce.zocalo.experiment.config
Class ConfigEditor
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
net.commerce.zocalo.JspSupport.ReloadablePage
net.commerce.zocalo.experiment.config.ConfigEditor
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class ConfigEditor
- extends ReloadablePage
Controller for editing configuration parameters for an experiment.
- See Also:
- Serialized Form
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, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIG_JSP
public final java.lang.String CONFIG_JSP
- See Also:
- Constant Field Values
UPDATE_COMMAND
public static final java.lang.String UPDATE_COMMAND
- See Also:
- Constant Field Values
SAVE_COMMAND
public static final java.lang.String SAVE_COMMAND
- See Also:
- Constant Field Values
ConfigEditor
public ConfigEditor()
warn
public void warn(java.lang.String s)
- Specified by:
warn
in class ReloadablePage
processRequest
public void processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- Specified by:
processRequest
in class ReloadablePage
getRequestURL
public java.lang.String getRequestURL(javax.servlet.http.HttpServletRequest request)
- Specified by:
getRequestURL
in class ReloadablePage
renderProperties
public java.lang.String renderProperties()
getConfig
public ExperimentConfig getConfig()