Class RequestConstants
java.lang.Object
org.apache.tapestry5.internal.services.RequestConstants
Constants used when processing requests from the client web browser.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Virtual folder name for assets that are actually stored in the context, but are exposed (much like classpath assets) to gain far-future expires headers and automatic content compression.static final String
Name of parameter, in an Ajax update, that identifies the client-side id of theForm
being extended.static final String
The server-side part ofFORM_CLIENTID_PARAMETER
identifying the server-side component id.static final String
Folder for combinedJavaScriptStack
JavaScript files. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CONTEXT_FOLDER
Virtual folder name for assets that are actually stored in the context, but are exposed (much like classpath assets) to gain far-future expires headers and automatic content compression.- Since:
- 5.1.0.0
- See Also:
-
STACK_FOLDER
Folder for combinedJavaScriptStack
JavaScript files. The path consists of the locale (as a folder) and the name of the stack (suffixed with ".js").- Since:
- 5.2.0
- See Also:
-
FORM_CLIENTID_PARAMETER
Name of parameter, in an Ajax update, that identifies the client-side id of theForm
being extended. Used withZone
and other similar components that may be contained within a form.- Since:
- 5.2.0
- See Also:
-
FORM_COMPONENTID_PARAMETER
The server-side part ofFORM_CLIENTID_PARAMETER
identifying the server-side component id.- Since:
- 5.2.0
- See Also:
-
-
Constructor Details
-
RequestConstants
public RequestConstants()
-