Class QueryParameterConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ZONE_ID
      The client-side id of the element being updated in an Ajax request.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ZONE_ID

        public static final java.lang.String ZONE_ID
        The client-side id of the element being updated in an Ajax request. This is very useful when writing new content that may update the same zone dynamically, even when the Zone has allocated a dynamic client-side id during initial render.
        See Also:
        Constant Field Values