Enum Class SharedTagContent.UpdateClientNature

java.lang.Object
java.lang.Enum<SharedTagContent.UpdateClientNature>
com.webfirmframework.wffweb.tag.html.SharedTagContent.UpdateClientNature
All Implemented Interfaces:
Serializable, Comparable<SharedTagContent.UpdateClientNature>, Constable
Enclosing class:
SharedTagContent<T>

public static enum SharedTagContent.UpdateClientNature extends Enum<SharedTagContent.UpdateClientNature>
Represents the behavior of push operation of BrowserPage to client. ALLOW_ASYNC_PARALLEL is the default in the SharedTagContent object unless it is explicitly specified. In future after the arrival of Java Virtual thread there will be two more types named ALLOW_VIRTUAL_PARALLEL and ALLOW_VIRTUAL_ASYNC_PARALLEL and ALLOW_VIRTUAL_ASYNC_PARALLEL may be the default.
  • Enum Constant Details

  • Method Details

    • values

      public static SharedTagContent.UpdateClientNature[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SharedTagContent.UpdateClientNature valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null