Class AuBookmark


  • public class AuBookmark
    extends AuResponse
    A response to ask the client to bookmark the desktop.

    data[0]: the name of the bookmark.

    Since:
    3.0.0
    Author:
    tomyeh
    • Constructor Detail

      • AuBookmark

        public AuBookmark​(java.lang.String name)
        Parameters:
        name - the bookmark name.
      • AuBookmark

        public AuBookmark​(java.lang.String name,
                          boolean replace)
        Parameters:
        name - the bookmark name.
    • Method Detail

      • getOverrideKey

        public final java.lang.String getOverrideKey()
        Default: zk.bookmark (i.e., only one response of this class will be sent to the client in an execution)
        Overrides:
        getOverrideKey in class AuResponse
        Since:
        5.0.2