|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tapestry5.internal.services.RequestConstants
public final class RequestConstants
Constants used when processing requests from the client web browser.
Field Summary | |
---|---|
static 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. |
static String |
FORM_CLIENTID_PARAMETER
Name of parameter, in an Ajax update, that identifies the client-side id of the Form being extended. |
static String |
FORM_COMPONENTID_PARAMETER
The server-side part of FORM_CLIENTID_PARAMETER identifying the server-side component id. |
static String |
STACK_FOLDER
Folder for combined JavaScriptStack JavaScript files. |
Constructor Summary | |
---|---|
RequestConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String CONTEXT_FOLDER
public static final String STACK_FOLDER
JavaScriptStack
JavaScript files. The path consists of the locale (as a folder) and
the name
of the stack (suffixed with ".js").
public static final String FORM_CLIENTID_PARAMETER
Form
being extended. Used
with Zone
, FormInjector
and other similar components that may be contained within a form.
public static final String FORM_COMPONENTID_PARAMETER
FORM_CLIENTID_PARAMETER
identifying the server-side component id.
Constructor Detail |
---|
public RequestConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |