Uses of Class
info.magnolia.content2bean.Content2BeanException

Packages that use Content2BeanException
info.magnolia.cms.beans.config   
info.magnolia.content2bean   
info.magnolia.content2bean.impl   
info.magnolia.objectfactory   
 

Uses of Content2BeanException in info.magnolia.cms.beans.config
 

Methods in info.magnolia.cms.beans.config that throw Content2BeanException
protected  ServerConfiguration ServerConfiguration.InstanceFactory.transformNode(Content node)
           
 

Uses of Content2BeanException in info.magnolia.content2bean
 

Methods in info.magnolia.content2bean that throw Content2BeanException
 java.lang.Object Content2BeanTransformer.convertPropertyValue(java.lang.Class<?> propertyType, java.lang.Object value)
          Transforms the simple basic jcr property value objects to more complex properties
 void Content2BeanTransformer.initBean(TransformationState state, java.util.Map values)
          Called after all properties are set
 java.lang.Object Content2BeanTransformer.newBeanInstance(TransformationState state, java.util.Map values)
          Instantiates the bean
static void Content2BeanUtil.setNodeDatas(Content node, java.util.Map map)
           
static void Content2BeanUtil.setNodeDatas(Content node, java.lang.Object obj)
           
 Content Bean2ContentProcessor.setNodeDatas(Content node, java.lang.Object bean, Bean2ContentTransformer transformer)
           
static void Content2BeanUtil.setNodeDatas(Content node, java.lang.Object bean, java.lang.String[] excludes)
           
static java.lang.Object Content2BeanUtil.setProperties(java.lang.Object bean, Content node)
           
static java.lang.Object Content2BeanUtil.setProperties(java.lang.Object bean, Content node, boolean recursive)
           
static java.lang.Object Content2BeanUtil.setProperties(java.lang.Object bean, Content node, boolean recursive, java.lang.Class defaultClass)
           
 java.lang.Object Content2BeanProcessor.setProperties(java.lang.Object bean, Content node, boolean recursive, Content2BeanTransformer transformer)
          Similar to toBean() but uses a passed bean as the root bean
static java.lang.Object Content2BeanUtil.setProperties(java.lang.Object bean, Content node, boolean recursive, Content2BeanTransformer transformer)
           
static java.lang.Object Content2BeanUtil.toBean(Content node)
           
static java.lang.Object Content2BeanUtil.toBean(Content node, boolean recursive)
           
static java.lang.Object Content2BeanUtil.toBean(Content node, boolean recursive, java.lang.Class defaultClass)
           
 java.lang.Object Content2BeanProcessor.toBean(Content node, boolean recursive, Content2BeanTransformer transformer)
          Transforms the node to a bean using the passed transformer
static java.lang.Object Content2BeanUtil.toBean(Content node, boolean recursive, Content2BeanTransformer transformer)
           
static java.lang.Object Content2BeanUtil.toBean(Content node, java.lang.Class defaultClass)
           
static java.util.Map Content2BeanUtil.toMap(Content node)
          Transforms the nodes data into a map containting the names and values.
static java.util.Map Content2BeanUtil.toMap(Content node, boolean recursive)
          Transforms the nodes data into a map containting the names and values.
static java.util.Map Content2BeanUtil.toMap(Content node, boolean recursive, java.lang.Class defaultClass)
           
static java.util.Map Content2BeanUtil.toPureMaps(Content node, boolean recursive)
          Transforms the nodes data into a map containting the names and values.
 

Uses of Content2BeanException in info.magnolia.content2bean.impl
 

Methods in info.magnolia.content2bean.impl that throw Content2BeanException
 java.lang.Object Content2BeanTransformerImpl.convertPropertyValue(java.lang.Class<?> propertyType, java.lang.Object value)
          Most of the conversion is done by the BeanUtils.
 void Content2BeanTransformerImpl.initBean(TransformationState state, java.util.Map properties)
          Call init method if present
 java.lang.Object Content2BeanTransformerImpl.newBeanInstance(TransformationState state, java.util.Map properties)
          Use the factory util to instantiate.
protected  void Content2BeanProcessorImpl.setProperties(java.util.Map<java.lang.String,java.lang.Object> values, Content2BeanTransformer transformer, TransformationState state)
          Populates the values to the bean
 java.lang.Object Content2BeanProcessorImpl.setProperties(java.lang.Object bean, Content node, boolean recursive, Content2BeanTransformer transformer)
           
 java.lang.Object Content2BeanProcessorImpl.toBean(Content node, boolean recursive, Content2BeanTransformer transformer)
           
protected  java.lang.Object Content2BeanProcessorImpl.toBean(Content node, boolean recursive, Content2BeanTransformer transformer, TransformationState state)
           
protected  java.util.Map<java.lang.String,java.lang.Object> Content2BeanProcessorImpl.toMap(Content node, boolean recursive, Content2BeanTransformer transformer, TransformationState state)
          toBean() is used to build children
 

Uses of Content2BeanException in info.magnolia.objectfactory
 

Methods in info.magnolia.objectfactory that throw Content2BeanException
protected  T ObservedComponentFactory.transformNode(Content node)
           
 



Copyright © 2003-2010 Magnolia International Ltd.. All Rights Reserved.