Class Page.Settings

    • Method Detail

      • getValueAsBoolean

        public boolean getValueAsBoolean()
        convert the value field in a boolean and return it. Every value that's not the String "true" (case is ignored) is false!
        Returns:
        the value field as boolean.
      • getValueAsJsonObject

        public JsonObject getValueAsJsonObject()
        Takes the value and converts it into a json object if possible. May throw a JsonException
        Returns: