Class GeneratedCorsConfigurationProperty

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
CorsConfigurationProperty

public abstract class GeneratedCorsConfigurationProperty extends GenericItem
Generated class for type CorsConfigurationProperty.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedCorsConfigurationProperty

      public GeneratedCorsConfigurationProperty()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getContext

      public String getContext(SessionContext ctx)
      Generated method - Getter of the CorsConfigurationProperty.context attribute.
      Returns:
      the context
    • getContext

      public String getContext()
      Generated method - Getter of the CorsConfigurationProperty.context attribute.
      Returns:
      the context
    • setContext

      protected void setContext(SessionContext ctx, String value)
      Generated method - Setter of the CorsConfigurationProperty.context attribute.
      Parameters:
      value - the context
    • setContext

      protected void setContext(String value)
      Generated method - Setter of the CorsConfigurationProperty.context attribute.
      Parameters:
      value - the context
    • getKey

      public String getKey(SessionContext ctx)
      Generated method - Getter of the CorsConfigurationProperty.key attribute.
      Returns:
      the key
    • getKey

      public String getKey()
      Generated method - Getter of the CorsConfigurationProperty.key attribute.
      Returns:
      the key
    • setKey

      protected void setKey(SessionContext ctx, String value)
      Generated method - Setter of the CorsConfigurationProperty.key attribute.
      Parameters:
      value - the key
    • setKey

      protected void setKey(String value)
      Generated method - Setter of the CorsConfigurationProperty.key attribute.
      Parameters:
      value - the key
    • getValue

      public String getValue(SessionContext ctx)
      Generated method - Getter of the CorsConfigurationProperty.value attribute.
      Returns:
      the value
    • getValue

      public String getValue()
      Generated method - Getter of the CorsConfigurationProperty.value attribute.
      Returns:
      the value
    • setValue

      public void setValue(SessionContext ctx, String value)
      Generated method - Setter of the CorsConfigurationProperty.value attribute.
      Parameters:
      value - the value
    • setValue

      public void setValue(String value)
      Generated method - Setter of the CorsConfigurationProperty.value attribute.
      Parameters:
      value - the value