Serialized Form
-
Package com.helger.xservlet
-
Class com.helger.xservlet.AbstractXServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
m_aCounterHttpMethodUnhandled
com.helger.commons.statistics.IMutableStatisticsHandlerKeyedCounter m_aCounterHttpMethodUnhandled
-
m_aCounterRequestsAccepted
com.helger.commons.statistics.IMutableStatisticsHandlerCounter m_aCounterRequestsAccepted
-
m_aCounterRequestsHandled
com.helger.commons.statistics.IMutableStatisticsHandlerCounter m_aCounterRequestsHandled
-
m_aCounterRequestsPerMethodAccepted
com.helger.commons.statistics.IMutableStatisticsHandlerKeyedCounter m_aCounterRequestsPerMethodAccepted
-
m_aCounterRequestsPerMethodHandled
com.helger.commons.statistics.IMutableStatisticsHandlerKeyedCounter m_aCounterRequestsPerMethodHandled
-
m_aCounterRequestsPerVersionAccepted
com.helger.commons.statistics.IMutableStatisticsHandlerKeyedCounter m_aCounterRequestsPerVersionAccepted
-
m_aCounterRequestsPerVersionHandled
com.helger.commons.statistics.IMutableStatisticsHandlerKeyedCounter m_aCounterRequestsPerVersionHandled
-
m_aCounterRequestsPRG
com.helger.commons.statistics.IMutableStatisticsHandlerCounter m_aCounterRequestsPRG
-
m_aCounterRequestsTotal
com.helger.commons.statistics.IMutableStatisticsHandlerCounter m_aCounterRequestsTotal
-
m_aCounterRequestsWithException
com.helger.commons.statistics.IMutableStatisticsHandlerCounter m_aCounterRequestsWithException
-
m_aExceptionHandler
com.helger.commons.callback.CallbackList<IXServletExceptionHandler> m_aExceptionHandler
-
m_aFilterHighLevelList
com.helger.commons.collection.impl.ICommonsList<IXServletHighLevelFilter> m_aFilterHighLevelList
-
m_aFilterLowLevelList
com.helger.commons.collection.impl.ICommonsList<IXServletLowLevelFilter> m_aFilterLowLevelList
-
m_aHandlerRegistry
XServletHandlerRegistry m_aHandlerRegistry
The main handler map -
m_aSettings
XServletSettings m_aSettings
-
m_aStatusMgr
ServletStatusManager m_aStatusMgr
-
-
-
Class com.helger.xservlet.XServletSettings extends Object implements Serializable
-
Serialized Fields
-
m_aXFrameOptionsDomain
com.helger.commons.url.ISimpleURL m_aXFrameOptionsDomain
not needed for default value -
m_bIsMultipartEnabled
boolean m_bIsMultipartEnabled
By default Multipart handling is enabled -
m_eHttpReferrerPolicy
com.helger.http.EHttpReferrerPolicy m_eHttpReferrerPolicy
Best tradeoff between security and convenience -
m_eXFrameOptionsType
com.helger.servlet.response.EXFrameOptionType m_eXFrameOptionsType
Best tradeoff between security and convenience
-
-
-
-
Package com.helger.xservlet.exception
-
Class com.helger.xservlet.exception.XServletLoggingExceptionHandler extends Object implements Serializable
-
-
Package com.helger.xservlet.forcedredirect
-
Class com.helger.xservlet.forcedredirect.ForcedRedirectException extends RuntimeException implements Serializable
-
Serialized Fields
-
m_aContent
Serializable m_aContent
-
m_aRedirectTargetURL
com.helger.commons.url.ISimpleURL m_aRedirectTargetURL
-
m_sSourceMenuItemID
String m_sSourceMenuItemID
-
-
-
Class com.helger.xservlet.forcedredirect.ForcedRedirectManager extends com.helger.web.scope.singleton.AbstractSessionWebSingleton implements Serializable
-
Serialized Fields
-
m_aMap
com.helger.commons.collection.impl.ICommonsMap<String,Serializable> m_aMap
-
-
-
-
Package com.helger.xservlet.requesttrack
-
Class com.helger.xservlet.requesttrack.LoggingLongRunningRequestCallback extends Object implements Serializable
-
Serialized Fields
-
m_aErrorLevel
com.helger.commons.error.level.IErrorLevel m_aErrorLevel
-
m_bLogRemoteAddr
boolean m_bLogRemoteAddr
-
-
-
Class com.helger.xservlet.requesttrack.LoggingParallelRunningRequestCallback extends Object implements Serializable
-
Serialized Fields
-
m_aErrorLevel
com.helger.commons.error.level.IErrorLevel m_aErrorLevel
-
-
-