Class GeneratedCorsConfigurationProperty

    • Field Detail

      • CONTEXT

        public static final java.lang.String CONTEXT
        Qualifier of the CorsConfigurationProperty.context attribute
        See Also:
        Constant Field Values
      • KEY

        public static final java.lang.String KEY
        Qualifier of the CorsConfigurationProperty.key attribute
        See Also:
        Constant Field Values
      • VALUE

        public static final java.lang.String VALUE
        Qualifier of the CorsConfigurationProperty.value attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedCorsConfigurationProperty

        public GeneratedCorsConfigurationProperty()
    • Method Detail

      • getContext

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

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

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

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

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

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

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

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

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

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

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

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