Class RequestConstants


  • public final class RequestConstants
    extends java.lang.Object
    Constants used when processing requests from the client web browser.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.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 java.lang.String FORM_CLIENTID_PARAMETER
      Name of parameter, in an Ajax update, that identifies the client-side id of the Form being extended.
      static java.lang.String FORM_COMPONENTID_PARAMETER
      The server-side part of FORM_CLIENTID_PARAMETER identifying the server-side component id.
      static java.lang.String STACK_FOLDER
      Folder for combined JavaScriptStack JavaScript files.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CONTEXT_FOLDER

        public static final java.lang.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 java.lang.String STACK_FOLDER
        Folder for combined JavaScriptStack 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:
        Constant Field Values
      • FORM_CLIENTID_PARAMETER

        public static final java.lang.String FORM_CLIENTID_PARAMETER
        Name of parameter, in an Ajax update, that identifies the client-side id of the Form being extended. Used with Zone and other similar components that may be contained within a form.
        Since:
        5.2.0
        See Also:
        Constant Field Values