@WebServlet
public class ProbeServlet
extends org.springframework.web.servlet.DispatcherServlet
implements org.apache.catalina.ContainerServlet
EXCEPTION_ATTRIBUTE, FLASH_MAP_MANAGER_ATTRIBUTE, FLASH_MAP_MANAGER_BEAN_NAME, HANDLER_ADAPTER_BEAN_NAME, HANDLER_EXCEPTION_RESOLVER_BEAN_NAME, HANDLER_MAPPING_BEAN_NAME, INPUT_FLASH_MAP_ATTRIBUTE, LOCALE_RESOLVER_ATTRIBUTE, LOCALE_RESOLVER_BEAN_NAME, MULTIPART_RESOLVER_BEAN_NAME, OUTPUT_FLASH_MAP_ATTRIBUTE, PAGE_NOT_FOUND_LOG_CATEGORY, pageNotFoundLogger, REQUEST_TO_VIEW_NAME_TRANSLATOR_BEAN_NAME, THEME_RESOLVER_ATTRIBUTE, THEME_RESOLVER_BEAN_NAME, THEME_SOURCE_ATTRIBUTE, VIEW_RESOLVER_BEAN_NAME, WEB_APPLICATION_CONTEXT_ATTRIBUTE| Constructor and Description |
|---|
ProbeServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
protected void |
doDispatch(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
Dispatch.
|
protected ContainerWrapperBean |
getContainerWrapperBean()
Gets the container wrapper bean.
|
org.apache.catalina.Wrapper |
getWrapper() |
void |
init(javax.servlet.ServletConfig config)
Associates the
Wrapper with the ContainerWrapperBean. |
void |
setWrapper(org.apache.catalina.Wrapper wrapper) |
buildLocaleContext, checkMultipart, cleanupMultipart, createDefaultStrategy, doService, getDefaultStrategies, getDefaultStrategy, getDefaultViewName, getHandler, getHandlerAdapter, getHandlerMappings, getMultipartResolver, getThemeSource, initStrategies, noHandlerFound, onRefresh, processHandlerException, render, resolveViewName, setCleanupAfterInclude, setDetectAllHandlerAdapters, setDetectAllHandlerExceptionResolvers, setDetectAllHandlerMappings, setDetectAllViewResolvers, setThrowExceptionIfNoHandlerFoundapplyInitializers, buildRequestAttributes, configureAndRefreshWebApplicationContext, createWebApplicationContext, createWebApplicationContext, doDelete, doGet, doOptions, doPost, doPut, doTrace, findWebApplicationContext, getContextAttribute, getContextClass, getContextConfigLocation, getContextId, getNamespace, getServletContextAttributeName, getUsernameForRequest, getWebApplicationContext, initFrameworkServlet, initServletBean, initWebApplicationContext, isEnableLoggingRequestDetails, onApplicationEvent, postProcessWebApplicationContext, processRequest, refresh, service, setApplicationContext, setContextAttribute, setContextClass, setContextConfigLocation, setContextId, setContextInitializerClasses, setContextInitializers, setDispatchOptionsRequest, setDispatchTraceRequest, setEnableLoggingRequestDetails, setNamespace, setPublishContext, setPublishEvents, setThreadContextInheritableaddRequiredProperty, createEnvironment, getEnvironment, getServletName, init, initBeanWrapper, setEnvironmentpublic org.apache.catalina.Wrapper getWrapper()
getWrapper in interface org.apache.catalina.ContainerServletpublic void setWrapper(org.apache.catalina.Wrapper wrapper)
setWrapper in interface org.apache.catalina.ContainerServletpublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
Wrapper with the ContainerWrapperBean.init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletconfig - this servlet's configuration and initialization parametersjavax.servlet.ServletException - if the wrapper is null or another servlet-interrupting error occursprotected void doDispatch(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws Exception
doDispatch in class org.springframework.web.servlet.DispatcherServlethttpServletRequest - the requesthttpServletResponse - the responseException - if setting UTF-8 encoding fails or if the super implementation throws an
exceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class org.springframework.web.servlet.FrameworkServletprotected ContainerWrapperBean getContainerWrapperBean()
Copyright © 2009–2020 psi-probe. All rights reserved.