Class TapestryHttpInternalConstants
-
- org.apache.tapestry5.http.internal.TapestryHttpInternalConstants
-
public class TapestryHttpInternalConstants extends
-
-
Field Summary
Fields Modifier and Type Field Description static
CHARSET_CONTENT_TYPE_PARAMETER
static
CONTENT_ENCODING_HEADER
Name of response header for content encoding.static
DISABLE_DEFAULT_MODULES_PARAM
Turns off loading of default modules (as driven by JAR file Manifest entries).static
GZIP_CONTENT_ENCODING
Response content encoding value indicating use of GZIP compression.static
TAPESTRY_APP_PACKAGE_PARAM
Init parameter used to identify the package from which application classes are loaded.
-
Constructor Summary
Constructors Constructor Description TapestryHttpInternalConstants()
-
-
-
Field Detail
-
TAPESTRY_APP_PACKAGE_PARAM
public static final TAPESTRY_APP_PACKAGE_PARAM
Init parameter used to identify the package from which application classes are loaded. Such classes are in the pages, components and mixins sub-packages.- See Also:
- Constant Field Values
-
DISABLE_DEFAULT_MODULES_PARAM
public static final DISABLE_DEFAULT_MODULES_PARAM
Turns off loading of default modules (as driven by JAR file Manifest entries).- See Also:
- Constant Field Values
-
CHARSET_CONTENT_TYPE_PARAMETER
public static final CHARSET_CONTENT_TYPE_PARAMETER
- See Also:
- Constant Field Values
-
CONTENT_ENCODING_HEADER
public static final CONTENT_ENCODING_HEADER
Name of response header for content encoding.- Since:
- 5.1.0.0
- See Also:
- Constant Field Values
-
GZIP_CONTENT_ENCODING
public static final GZIP_CONTENT_ENCODING
Response content encoding value indicating use of GZIP compression.- Since:
- 5.1.0.0
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TapestryHttpInternalConstants
public TapestryHttpInternalConstants()
-
-