Uses of Interface
org.nuxeo.ecm.platform.web.common.exceptionhandling.service.RequestDumper
-
-
Uses of RequestDumper in org.nuxeo.ecm.platform.web.common.exceptionhandling
Fields in org.nuxeo.ecm.platform.web.common.exceptionhandling declared as RequestDumper Modifier and Type Field Description protected RequestDumper
NuxeoExceptionHandlerParameters. requestDumper
Methods in org.nuxeo.ecm.platform.web.common.exceptionhandling that return RequestDumper Modifier and Type Method Description RequestDumper
NuxeoExceptionHandlerParameters. getRequestDumper()
Methods in org.nuxeo.ecm.platform.web.common.exceptionhandling with parameters of type RequestDumper Modifier and Type Method Description void
NuxeoExceptionHandlerParameters. setRequestDumper(RequestDumper requestDumper)
-
Uses of RequestDumper in org.nuxeo.ecm.platform.web.common.exceptionhandling.descriptor
Methods in org.nuxeo.ecm.platform.web.common.exceptionhandling.descriptor that return types with arguments of type RequestDumper Modifier and Type Method Description Class<? extends RequestDumper>
RequestDumpDescriptor. getKlass()
-
Uses of RequestDumper in org.nuxeo.ecm.platform.web.common.exceptionhandling.service
Classes in org.nuxeo.ecm.platform.web.common.exceptionhandling.service that implement RequestDumper Modifier and Type Class Description class
DefaultRequestDumper
class
NullRequestDumper
Request dumper returning nothing.
-