public class XMLMetaBeanFactory extends Object implements MetaBeanFactory
Modifier and Type | Class and Description |
---|---|
static interface |
XMLMetaBeanFactory.Visitor |
static class |
XMLMetaBeanFactory.XMLResult |
Constructor and Description |
---|
XMLMetaBeanFactory() |
public void buildMetaBean(MetaBean metaBean) throws Exception
MetaBeanFactory
MetaBean
.buildMetaBean
in interface MetaBeanFactory
Exception
public Collection<XMLMetaBeanLoader> getLoaders()
public void addLoader(XMLMetaBeanLoader loader)
public StandardValidation getStandardValidation()
public void setStandardValidation(StandardValidation standardValidation)
public void enrichMetaBean(MetaBean meta, XMLMetaBeanFactory.XMLResult result) throws Exception
Exception
protected void enrichValidations(FeaturesCapable prop, XMLFeaturesCapable xmlProp, XMLMetaBeanFactory.XMLResult result, boolean addStandard) throws Exception
Exception
protected MetaProperty enrichElement(MetaBean meta, XMLMetaElement xmlProp, XMLMetaBeanFactory.XMLResult result) throws Exception
Exception
public void visitXMLBeanMeta(String beanId, XMLMetaBeanFactory.Visitor visitor) throws Exception
Exception
protected XMLMetaBeanFactory.XMLResult findXMLBeanMeta(String beanId)
public void handleLoadException(Object loader, IOException e)
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.