Class NoopOutputLengthObserver
java.lang.Object
com.opensymphony.module.sitemesh.scalability.outputlength.NoopOutputLengthObserver
- All Implemented Interfaces:
OutputLengthObserver
-
Constructor Details
-
NoopOutputLengthObserver
public NoopOutputLengthObserver()
-
-
Method Details
-
nChars
public void nChars(long n) Description copied from interface:OutputLengthObserver- Specified by:
nCharsin interfaceOutputLengthObserver- Parameters:
n- the number of characters about to be written
-
nBytes
public void nBytes(long n) Description copied from interface:OutputLengthObserver- Specified by:
nBytesin interfaceOutputLengthObserver- Parameters:
n- the number of bytes about to be written
-