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
MetaBeanFactoryMetaBean.buildMetaBean in interface MetaBeanFactoryExceptionpublic 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
Exceptionprotected void enrichValidations(FeaturesCapable prop, XMLFeaturesCapable xmlProp, XMLMetaBeanFactory.XMLResult result, boolean addStandard) throws Exception
Exceptionprotected MetaProperty enrichElement(MetaBean meta, XMLMetaElement xmlProp, XMLMetaBeanFactory.XMLResult result) throws Exception
Exceptionpublic void visitXMLBeanMeta(String beanId, XMLMetaBeanFactory.Visitor visitor) throws Exception
Exceptionprotected XMLMetaBeanFactory.XMLResult findXMLBeanMeta(String beanId)
public void handleLoadException(Object loader, IOException e)
Copyright © 2010–2024 The Apache Software Foundation. All rights reserved.