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 RequestDumperNuxeoExceptionHandlerParameters. requestDumperMethods in org.nuxeo.ecm.platform.web.common.exceptionhandling that return RequestDumper Modifier and Type Method Description RequestDumperNuxeoExceptionHandlerParameters. getRequestDumper()Methods in org.nuxeo.ecm.platform.web.common.exceptionhandling with parameters of type RequestDumper Modifier and Type Method Description voidNuxeoExceptionHandlerParameters. 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 classDefaultRequestDumperclassNullRequestDumperRequest dumper returning nothing.
-