Class TapestryHttpConstants


  • public final class TapestryHttpConstants
    extends java.lang.Object
    Class defining constants for Tapestry HTTP.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SUPPRESS_COMPRESSION

        public static final java.lang.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