public final class OutletConfigurationTags extends Object
Modifier and Type | Field and Description |
---|---|
static String |
INPUT_CLASS_ATTRIBUTE
Attribute name for the attribute "class" of the "input" tag.
|
static String |
INPUT_ELEMENT_NAME_ATTRIBUTE
Attribute name for the attribute "elementName" of the "input" tag.
|
static String |
INPUT_TAG
Tag name for the "input" tag.
|
static String |
OUTLET_CLASS_ATTRIBUTE
Attribute name for the attribute "class" of the "outlet" tag.
|
static String |
OUTLET_ENCODING_ATTRIBUTE
Attribute name for the attribute "encoding" of the "outlet" tag.
|
static String |
OUTLET_NAME_ATTRIBUTE
Attribute name for the attribute "name" of the "outlet" tag.
|
static String |
OUTLET_OPTIONS_IN_BINDING_ATTRIBUTE
Attribute name for the attribute "optionsInBinding"
of the "outlet" tag.
|
static String |
OUTLET_OPTIONS_IN_CONTEXT_ATTRIBUTE
Attribute name for the attribute "optionsInContext"
of the "outlet" tag.
|
static String |
OUTLET_PATH_ATTRIBUTE
Attribute name for the attribute "path" of the "outlet" tag.
|
static String |
OUTLET_SOURCE_ATTRIBUTES_IN_BINDING_ATTRIBUTE
Attribute name for the attribute "sourceAttributesInBinding"
of the "outlet" tag.
|
static String |
OUTLET_SOURCE_ATTRIBUTES_IN_CONTEXT_ATTRIBUTE
Attribute name for the attribute "sourceAttributesInContext"
of the "outlet" tag.
|
static String |
OUTLET_TAG
Tag name for the "outlet" tag.
|
static String |
OUTLET_TEMPLATE_ATTRIBUTE
Attribute name for the attribute "template" of the "outlet" tag.
|
static String |
OUTLET_TYPE_ATTRIBUTE
Attribute name for the attribute "type" of the "outlet" tag.
|
static String |
OUTLET_VARIABLES_IN_BINDING_ATTRIBUTE
Attribute name for the attribute "variablesInBinding"
of the "outlet" tag.
|
static String |
OUTLET_VARIABLES_IN_CONTEXT_ATTRIBUTE
Attribute name for the attribute "variablesInContext"
of the "outlet" tag.
|
static String |
OUTLETS_TAG
Tag name for the "outlets" tag.
|
public static final String OUTLETS_TAG
public static final String OUTLET_TAG
public static final String OUTLET_NAME_ATTRIBUTE
public static final String OUTLET_TYPE_ATTRIBUTE
public static final String OUTLET_PATH_ATTRIBUTE
public static final String OUTLET_ENCODING_ATTRIBUTE
public static final String OUTLET_CLASS_ATTRIBUTE
public static final String OUTLET_TEMPLATE_ATTRIBUTE
public static final String OUTLET_OPTIONS_IN_CONTEXT_ATTRIBUTE
public static final String OUTLET_SOURCE_ATTRIBUTES_IN_CONTEXT_ATTRIBUTE
public static final String OUTLET_VARIABLES_IN_CONTEXT_ATTRIBUTE
public static final String OUTLET_OPTIONS_IN_BINDING_ATTRIBUTE
public static final String OUTLET_SOURCE_ATTRIBUTES_IN_BINDING_ATTRIBUTE
public static final String OUTLET_VARIABLES_IN_BINDING_ATTRIBUTE
public static final String INPUT_TAG
public static final String INPUT_ELEMENT_NAME_ATTRIBUTE
public static final String INPUT_CLASS_ATTRIBUTE
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.