Interface RequestDumper
-
- All Known Implementing Classes:
DefaultRequestDumper
,NullRequestDumper
public interface RequestDumper
- Author:
- arussel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDump(javax.servlet.http.HttpServletRequest request)
void
setNotListedAttributes(List<String> attributes)
-