Enum ResourceStreamer.Options

java.lang.Object
java.lang.Enum<ResourceStreamer.Options>
org.apache.tapestry5.internal.services.ResourceStreamer.Options
All Implemented Interfaces:
Serializable, Comparable<ResourceStreamer.Options>, java.lang.constant.Constable
Enclosing interface:
ResourceStreamer

Since:
5.4
  • Enum Constant Details

    • OMIT_EXPIRATION

      Omit the normal expiration date header; this is appropriate for JavaScript modules, which cannot include their own checksum in the URL (instead, we rely on ETags to prevent unwanted data transfer).
  • Method Details

    • values

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

      public static ResourceStreamer.Options valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null