This class provides a convienience base class for the majority of the ExpressoComponent
interfaces. Derive from this class if you wish to create a component that is not
a component container.
If you derive from this class, the class expresso runtime system automatically
looks in the same package as the component's class name. And looks for an xml file
with the same class as your derived component.
Retrieve the metadata for the component
ComponentMetadata
getMetadataLocation
public synchronized URL getMetadataLocation()(Code)
Return the metadata of this class. This implementation looks for
an xml file by the same name as the component class itself and in the same
package location as the original class.
URL of the metadata location