Class NullRequestDumper
java.lang.Object
org.nuxeo.ecm.platform.web.common.exceptionhandling.service.NullRequestDumper
- All Implemented Interfaces:
RequestDumper
Request dumper returning nothing.
- Since:
- 11.5
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDump
(javax.servlet.http.HttpServletRequest request) void
setNotListedAttributes
(List<String> attributes)
-
Constructor Details
-
NullRequestDumper
public NullRequestDumper()
-
-
Method Details
-
getDump
- Specified by:
getDump
in interfaceRequestDumper
-
setNotListedAttributes
- Specified by:
setNotListedAttributes
in interfaceRequestDumper
-