Class OutletConfigurationTags
java.lang.Object
org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
Tag names for the outlet configuration files.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAttribute name for the attribute "class" of the "input" tag.static final StringAttribute name for the attribute "elementName" of the "input" tag.static final StringTag name for the "input" tag.static final StringAttribute name for the attribute "class" of the "outlet" tag.static final StringAttribute name for the attribute "encoding" of the "outlet" tag.static final StringAttribute name for the attribute "name" of the "outlet" tag.static final StringAttribute name for the attribute "optionsInBinding" of the "outlet" tag.static final StringAttribute name for the attribute "optionsInContext" of the "outlet" tag.static final StringAttribute name for the attribute "path" of the "outlet" tag.static final StringAttribute name for the attribute "sourceAttributesInBinding" of the "outlet" tag.static final StringAttribute name for the attribute "sourceAttributesInContext" of the "outlet" tag.static final StringTag name for the "outlet" tag.static final StringAttribute name for the attribute "template" of the "outlet" tag.static final StringAttribute name for the attribute "type" of the "outlet" tag.static final StringAttribute name for the attribute "variablesInBinding" of the "outlet" tag.static final StringAttribute name for the attribute "variablesInContext" of the "outlet" tag.static final StringTag name for the "outlets" tag. -
Method Summary
-
Field Details
-
OUTLETS_TAG
Tag name for the "outlets" tag.- See Also:
-
OUTLET_TAG
Tag name for the "outlet" tag.- See Also:
-
OUTLET_NAME_ATTRIBUTE
Attribute name for the attribute "name" of the "outlet" tag.- See Also:
-
OUTLET_TYPE_ATTRIBUTE
Attribute name for the attribute "type" of the "outlet" tag.- See Also:
-
OUTLET_PATH_ATTRIBUTE
Attribute name for the attribute "path" of the "outlet" tag.- See Also:
-
OUTLET_ENCODING_ATTRIBUTE
Attribute name for the attribute "encoding" of the "outlet" tag.- See Also:
-
OUTLET_CLASS_ATTRIBUTE
Attribute name for the attribute "class" of the "outlet" tag.- See Also:
-
OUTLET_TEMPLATE_ATTRIBUTE
Attribute name for the attribute "template" of the "outlet" tag.- See Also:
-
OUTLET_OPTIONS_IN_CONTEXT_ATTRIBUTE
Attribute name for the attribute "optionsInContext" of the "outlet" tag.- See Also:
-
OUTLET_SOURCE_ATTRIBUTES_IN_CONTEXT_ATTRIBUTE
Attribute name for the attribute "sourceAttributesInContext" of the "outlet" tag.- See Also:
-
OUTLET_VARIABLES_IN_CONTEXT_ATTRIBUTE
Attribute name for the attribute "variablesInContext" of the "outlet" tag.- See Also:
-
OUTLET_OPTIONS_IN_BINDING_ATTRIBUTE
Attribute name for the attribute "optionsInBinding" of the "outlet" tag.- See Also:
-
OUTLET_SOURCE_ATTRIBUTES_IN_BINDING_ATTRIBUTE
Attribute name for the attribute "sourceAttributesInBinding" of the "outlet" tag.- See Also:
-
OUTLET_VARIABLES_IN_BINDING_ATTRIBUTE
Attribute name for the attribute "variablesInBinding" of the "outlet" tag.- See Also:
-
INPUT_TAG
Tag name for the "input" tag.- See Also:
-
INPUT_ELEMENT_NAME_ATTRIBUTE
Attribute name for the attribute "elementName" of the "input" tag.- See Also:
-
INPUT_CLASS_ATTRIBUTE
Attribute name for the attribute "class" of the "input" tag.- See Also:
-