Retrieve the componentMetadata that has been built via a call to
loadComponentMetadata
ComponentMetadata
loadComponentMetadata
public void loadComponentMetadata(String resourceLocation)(Code)
Load component metadata information given a String location.
Code example
ComponentMetadataConfig cf = new ComponentMetadataConfig()
cf.loadComponentMetadata("/com/jcorporate/expresso/core/SchemaMetadata.xml"
The above example would load the component metadata from the
com.jcorporate.expresso.core package.
Parameters: resourceLocation - the location of the xml file to parse
loadComponentMetadata
public void loadComponentMetadata(URL resourceLocation)(Code)
Loads the component metadata given a URL rather than a String location
Parameters: resourceLocation - the URL pointing to the location of the resourceto parse.