public class ForwardingOutputProperties extends ForwardingStreamProperties implements OutputProperties
OutputProperties
implementation that forwards all
calls to another OutputProperties
.
Subclass this and override the methods you want modified
to create a wrapper for OutputProperties
.
Constructor and Description |
---|
ForwardingOutputProperties(OutputProperties delegate) |
getAltRegistry, getContentType, getExtensionProfile, getQueryParameter, getQueryParameterNames, getRootMetadata
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAltRegistry, getContentType, getExtensionProfile, getQueryParameter, getQueryParameterNames, getRootMetadata
public ForwardingOutputProperties(OutputProperties delegate)