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