Class DefaultRequestDumper
- java.lang.Object
-
- org.nuxeo.ecm.platform.web.common.exceptionhandling.service.DefaultRequestDumper
-
- All Implemented Interfaces:
RequestDumper
public class DefaultRequestDumper extends Object implements RequestDumper
- Author:
- arussel
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>
attributes
-
Constructor Summary
Constructors Constructor Description DefaultRequestDumper()
-
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
-
-