Class RequestConstants
- java.lang.Object
 - 
- org.apache.tapestry5.internal.services.RequestConstants
 
 
- 
public final class RequestConstants extends Object
Constants used when processing requests from the client web browser. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringCONTEXT_FOLDERVirtual 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 StringFORM_CLIENTID_PARAMETERName of parameter, in an Ajax update, that identifies the client-side id of theFormbeing extended.static StringFORM_COMPONENTID_PARAMETERThe server-side part ofFORM_CLIENTID_PARAMETERidentifying the server-side component id.static StringSTACK_FOLDERFolder for combinedJavaScriptStackJavaScript files. 
- 
Constructor Summary
Constructors Constructor Description RequestConstants() 
 - 
 
- 
- 
Field Detail
- 
CONTEXT_FOLDER
public static final String 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:
 - Constant Field Values
 
 
- 
STACK_FOLDER
public static final String STACK_FOLDER
Folder for combinedJavaScriptStackJavaScript 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:
 - Constant Field Values
 
 
- 
FORM_CLIENTID_PARAMETER
public static final String FORM_CLIENTID_PARAMETER
Name of parameter, in an Ajax update, that identifies the client-side id of theFormbeing extended. Used withZoneand other similar components that may be contained within a form.- Since:
 - 5.2.0
 - See Also:
 - Constant Field Values
 
 
- 
FORM_COMPONENTID_PARAMETER
public static final String FORM_COMPONENTID_PARAMETER
The server-side part ofFORM_CLIENTID_PARAMETERidentifying the server-side component id.- Since:
 - 5.2.0
 - See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
RequestConstants
public RequestConstants()
 
 - 
 
 -