Klasse OutletConfigurationTags
java.lang.Object
org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
Tag names for the outlet configuration files.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final String
Attribute name for the attribute "class" of the "input" tag.static final String
Attribute name for the attribute "elementName" of the "input" tag.static final String
Tag name for the "input" tag.static final String
Attribute name for the attribute "class" of the "outlet" tag.static final String
Attribute name for the attribute "encoding" of the "outlet" tag.static final String
Attribute name for the attribute "name" of the "outlet" tag.static final String
Attribute name for the attribute "optionsInBinding" of the "outlet" tag.static final String
Attribute name for the attribute "optionsInContext" of the "outlet" tag.static final String
Attribute name for the attribute "path" of the "outlet" tag.static final String
Attribute name for the attribute "sourceAttributesInBinding" of the "outlet" tag.static final String
Attribute name for the attribute "sourceAttributesInContext" of the "outlet" tag.static final String
Tag name for the "outlet" tag.static final String
Attribute name for the attribute "template" of the "outlet" tag.static final String
Attribute name for the attribute "type" of the "outlet" tag.static final String
Attribute name for the attribute "variablesInBinding" of the "outlet" tag.static final String
Attribute name for the attribute "variablesInContext" of the "outlet" tag.static final String
Tag name for the "outlets" tag. -
Methodenübersicht
-
Felddetails
-
OUTLETS_TAG
Tag name for the "outlets" tag.- Siehe auch:
-
OUTLET_TAG
Tag name for the "outlet" tag.- Siehe auch:
-
OUTLET_NAME_ATTRIBUTE
Attribute name for the attribute "name" of the "outlet" tag.- Siehe auch:
-
OUTLET_TYPE_ATTRIBUTE
Attribute name for the attribute "type" of the "outlet" tag.- Siehe auch:
-
OUTLET_PATH_ATTRIBUTE
Attribute name for the attribute "path" of the "outlet" tag.- Siehe auch:
-
OUTLET_ENCODING_ATTRIBUTE
Attribute name for the attribute "encoding" of the "outlet" tag.- Siehe auch:
-
OUTLET_CLASS_ATTRIBUTE
Attribute name for the attribute "class" of the "outlet" tag.- Siehe auch:
-
OUTLET_TEMPLATE_ATTRIBUTE
Attribute name for the attribute "template" of the "outlet" tag.- Siehe auch:
-
OUTLET_OPTIONS_IN_CONTEXT_ATTRIBUTE
Attribute name for the attribute "optionsInContext" of the "outlet" tag.- Siehe auch:
-
OUTLET_SOURCE_ATTRIBUTES_IN_CONTEXT_ATTRIBUTE
Attribute name for the attribute "sourceAttributesInContext" of the "outlet" tag.- Siehe auch:
-
OUTLET_VARIABLES_IN_CONTEXT_ATTRIBUTE
Attribute name for the attribute "variablesInContext" of the "outlet" tag.- Siehe auch:
-
OUTLET_OPTIONS_IN_BINDING_ATTRIBUTE
Attribute name for the attribute "optionsInBinding" of the "outlet" tag.- Siehe auch:
-
OUTLET_SOURCE_ATTRIBUTES_IN_BINDING_ATTRIBUTE
Attribute name for the attribute "sourceAttributesInBinding" of the "outlet" tag.- Siehe auch:
-
OUTLET_VARIABLES_IN_BINDING_ATTRIBUTE
Attribute name for the attribute "variablesInBinding" of the "outlet" tag.- Siehe auch:
-
INPUT_TAG
Tag name for the "input" tag.- Siehe auch:
-
INPUT_ELEMENT_NAME_ATTRIBUTE
Attribute name for the attribute "elementName" of the "input" tag.- Siehe auch:
-
INPUT_CLASS_ATTRIBUTE
Attribute name for the attribute "class" of the "input" tag.- Siehe auch:
-