HeaderAction


This type is a class for model objects.

@since 7.0.0 Defines actions to be taken on request and response headers.

Package: proxyvirtualhost
Supertype: ProxyAction

Known subtypes:
    HTTPResponseHeaderAction
    HTTPRequestHeaderAction

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Reference attributes having this type:
  ProxyAction.headerAction



Attributes Summary
headerName : EString @since 7.0.0 The name of a header.
headerValue : EString @since 7.0.0 The value of a header
headerModifyAction : HeaderActionKind @since 7.0.0 The action to be taken such as add, modify, delete, or replace.
headerValueExpression : EString @since 7.0.0 A regular expression applied to the value of headerName. If a match exists, headerValue will replace the value of the header.
HTTPHeaderRequestAction : HTTPRequestHeaderAction @ * No description is available *
HTTPHeaderResponseAction : HTTPResponseHeaderAction @ * No description is available *



Attribute Details

headerName  -  @since 7.0.0 The name of a header.
    Data Type: EString
    Default value:  
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

headerValue  -  @since 7.0.0 The value of a header
    Data Type: EString
    Default value:  
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

headerModifyAction  -  @since 7.0.0 The action to be taken such as add, modify, delete, or replace.
    Data Type: HeaderActionKind
    Default value:  SET
    Allowed values:
        0 - SET
        1 - APPEND
        2 - EDIT
        3 - REMOVE
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

headerValueExpression  -  @since 7.0.0 A regular expression applied to the value of headerName. If a match exists, headerValue will replace the value of the header.
    Data Type: EString
    Default value:  
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

HTTPHeaderRequestAction  -  * No description is available *
    Reference Type: HTTPRequestHeaderAction @
    Containment:  true
    Container:  false
    Required:  true
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  1
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

HTTPHeaderResponseAction  -  * No description is available *
    Reference Type: HTTPResponseHeaderAction @
    Containment:  true
    Container:  false
    Required:  true
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  1
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006