public class DimensionValueCacheDroplet extends DynamoServlet
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
ANCESTOR_LIST
Optional parameter 
 | 
static java.lang.String | 
CACHE_ENTRY  | 
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
static java.lang.String | 
EMPTY  | 
static java.lang.String | 
ERROR  | 
static java.lang.String | 
OUTPUT  | 
static java.lang.String | 
REPOSITORY_ID  | 
mAllowCleanupRequest, mParametersSERVLET_INFO_KEYSERVICE_INFO_KEYDEFAULT_LOG_TRACE_STATUSDEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS| Constructor and Description | 
|---|
DimensionValueCacheDroplet()  | 
| Modifier and Type | Method and Description | 
|---|---|
DimensionValueCacheTools | 
getDimensionValueCacheTools()  | 
java.lang.String | 
getRepositoryIdDelim()  | 
void | 
service(DynamoHttpServletRequest pRequest,
       DynamoHttpServletResponse pResponse)
Accepts a repositoryId input parameter. 
 | 
void | 
setDimensionValueCacheTools(DimensionValueCacheTools pDimensionValueCacheTools)  | 
void | 
setRepositoryIdDelim(java.lang.String pRepositoryIdDelim)  | 
doDelete, doGet, doPost, doPut, getParameter, getParameters, getServletContext, init, service, service, setParameterdestroy, getServletConfig, getServletInfo, setServletInfogetAverageRequestHandlingTime, getHandledRequestCount, getRequestStartTime, getTotalRequestHandlingTime, isKeepingStatistics, notifyHandledRequest, resetStatistics, setKeepingStatisticsaddLogListener, 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, stopServicevlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarningpublic static java.lang.String CLASS_VERSION
public static final java.lang.String REPOSITORY_ID
public static final java.lang.String ANCESTOR_LIST
public static final java.lang.String OUTPUT
public static final java.lang.String ERROR
public static final java.lang.String EMPTY
public static final java.lang.String CACHE_ENTRY
public DimensionValueCacheTools getDimensionValueCacheTools()
public void setDimensionValueCacheTools(DimensionValueCacheTools pDimensionValueCacheTools)
mDimensionValueCacheTools - the mDimensionValueCacheTools to setpublic java.lang.String getRepositoryIdDelim()
public void setRepositoryIdDelim(java.lang.String pRepositoryIdDelim)
mRepositoryIdDelim - the mRepositoryIdDelim to setpublic void service(DynamoHttpServletRequest pRequest, DynamoHttpServletResponse pResponse) throws javax.servlet.ServletException, java.io.IOException
service in class DynamoServletpRequest - the request to be processedpResponse - 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.