Package org.apache.tapestry5.http
Class TapestryHttpConstants
java.lang.Object
org.apache.tapestry5.http.TapestryHttpConstants
Class defining constants for Tapestry HTTP.
-
Field Details
-
SUPPRESS_COMPRESSION
Request attribute key; if non-null, then automatic GZIP compression of response stream is suppressed. This is useful when the code opening the response stream wants to explicitly control whether GZIP compression occurs or not.- Since:
- 5.1.0.0
- See Also:
-
TAPESTRY_VERSION
Deprecated.useTapestryHttpSymbolConstants.TAPESTRY_VERSION
instead.The version number of the core Tapestry framework, or UNKNOWN if the version number is not available (which should only occur when developing Tapestry).- See Also:
-
-
Constructor Details
-
TapestryHttpConstants
public TapestryHttpConstants()
-
TapestryHttpSymbolConstants.TAPESTRY_VERSION
instead.