Package org.apache.tapestry5.http
Class TapestryHttpConstants
- java.lang.Object
 - 
- org.apache.tapestry5.http.TapestryHttpConstants
 
 
- 
public final class TapestryHttpConstants extends Object
Class defining constants for Tapestry HTTP. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringSUPPRESS_COMPRESSIONRequest attribute key; if non-null, then automatic GZIP compression of response stream is suppressed. 
- 
Constructor Summary
Constructors Constructor Description TapestryHttpConstants() 
 - 
 
- 
- 
Field Detail
- 
SUPPRESS_COMPRESSION
public static final String 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:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
TapestryHttpConstants
public TapestryHttpConstants()
 
 - 
 
 -