public class EscapeJS
extends atg.servlet.DynamoServlet
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string.
|
static java.lang.String |
OPARAM_OUTPUT
The oparam name rendered once during processing.
|
static java.lang.String |
OUTPUT_VALUE |
static atg.nucleus.naming.ParameterName |
VALUE
Input parameter name value.
|
Constructor and Description |
---|
EscapeJS() |
Modifier and Type | Method and Description |
---|---|
void |
service(atg.servlet.DynamoHttpServletRequest pReq,
atg.servlet.DynamoHttpServletResponse pRes)
Replaced all occurrences of apostrophe with '\
|
doDelete, doGet, doPost, doPut, getParameter, getParameters, getServletContext, init, service, service, setParameter
destroy, getServletConfig, getServletInfo, setServletInfo
getAverageRequestHandlingTime, getHandledRequestCount, getRequestStartTime, getTotalRequestHandlingTime, isKeepingStatistics, notifyHandledRequest, resetStatistics, setKeepingStatistics
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService, toString
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning
public static final java.lang.String CLASS_VERSION
public static final atg.nucleus.naming.ParameterName VALUE
public static final java.lang.String OUTPUT_VALUE
public static final java.lang.String OPARAM_OUTPUT
public void service(atg.servlet.DynamoHttpServletRequest pReq, atg.servlet.DynamoHttpServletResponse pRes) throws javax.servlet.ServletException, java.io.IOException
service
in class atg.servlet.DynamoServlet
pReq
- the request to be processedpRes
- the response object for this requestjavax.servlet.ServletException
- an application specific error occurred processing this requestjava.io.IOException
- an error occurred reading data from the request or writing data to the response.