Class Page.ExposeBindingOptions

  • Enclosing interface:
    Page

    public static class Page.ExposeBindingOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Boolean handle
      Whether to pass the argument as a handle, instead of passing by value.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Page.ExposeBindingOptions setHandle​(boolean handle)
      Whether to pass the argument as a handle, instead of passing by value.
      • Methods inherited from class java.lang.Object

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

      • handle

        public java.lang.Boolean handle
        Whether to pass the argument as a handle, instead of passing by value. When passing a handle, only one argument is supported. When passing by value, multiple arguments are supported.
    • Constructor Detail

      • ExposeBindingOptions

        public ExposeBindingOptions()
    • Method Detail

      • setHandle

        public Page.ExposeBindingOptions setHandle​(boolean handle)
        Whether to pass the argument as a handle, instead of passing by value. When passing a handle, only one argument is supported. When passing by value, multiple arguments are supported.