element <property-placeholder>
Namespace:
Type:
anonymous complexType
Content:
empty, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<property-placeholder
    location
 = 
xsd:string
    properties-ref
 = 
xsd:string
/>
Included in content model of elements (1):
Known Usage Locations
Annotation
Activates replacement of ${...} placeholders, resolved against the specified properties file or Properties object (if any). Falls back to resolving placeholders against JVM system properties. Alternatively, define a parameterized PropertyPlaceholderConfigurer bean in the context.
XML Source (w/o annotations (3); see within schema source)
<xsd:element name="property-placeholder">
<xsd:complexType>
<xsd:attribute name="location" type="xsd:string"/>
<xsd:attribute name="properties-ref" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
location
Type:
xsd:string, predefined
Use:
optional
The location of the properties file to resolve placeholders against, as a Spring resource location: a URL, a "classpath:" pseudo URL, or a relative file path. Multiple locations may be specified, separated by commas. If neither location nor properties-ref is specified, placeholders will be resolved against system properties.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="location" type="xsd:string"/>

properties-ref
Type:
xsd:string, predefined
Use:
optional
The bean name of a Java Properties object that will be used for property substitution. If neither location nor properties-ref is specified, placeholders will be resolved against system properties.
See:  java:java.util.Properties
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="properties-ref" type="xsd:string"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.