Class DocumentUtil.PassthroughDocument

java.lang.Object
com.gargoylesoftware.base.util.DocumentUtil.PassthroughDocument
All Implemented Interfaces:
Document
Direct Known Subclasses:
DocumentUtil.LengthLimitedDocument
Enclosing class:
DocumentUtil

private abstract static class DocumentUtil.PassthroughDocument extends Object implements Document
A document that merely passes all requests through to another document. This is used as the base class for the custom documents provided here.