Interface ScalabilitySupport
- All Known Implementing Classes:
NoopScalabilitySupport
public interface ScalabilitySupport
This is really an internal interface to give out to SiteMesh methods so
that it takes a single parameter and not four parameters. Its a view of the scalability
support as configured by the host application.
-
Method Summary
Modifier and TypeMethodDescriptionintboolean
-
Method Details
-
getOutputLengthObserver
OutputLengthObserver getOutputLengthObserver() -
getSecondaryStorage
SecondaryStorage getSecondaryStorage() -
getInitialBufferSize
int getInitialBufferSize() -
isMaxOutputLengthExceededThrown
boolean isMaxOutputLengthExceededThrown()
-