Class TapestryHttpInternalConstants
java.lang.Object
org.apache.tapestry5.http.internal.TapestryHttpInternalConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
Name of response header for content encoding.static final String
Turns off loading of default modules (as driven by JAR file Manifest entries).static final String
Response content encoding value indicating use of GZIP compression.static final String
Init parameter used to identify the package from which application classes are loaded. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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:
-
DISABLE_DEFAULT_MODULES_PARAM
Turns off loading of default modules (as driven by JAR file Manifest entries).- See Also:
-
CHARSET_CONTENT_TYPE_PARAMETER
- See Also:
-
CONTENT_ENCODING_HEADER
Name of response header for content encoding.- Since:
- 5.1.0.0
- See Also:
-
GZIP_CONTENT_ENCODING
Response content encoding value indicating use of GZIP compression.- Since:
- 5.1.0.0
- See Also:
-
-
Constructor Details
-
TapestryHttpInternalConstants
public TapestryHttpInternalConstants()
-