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
 Object Content2BeanTransformer.convertPropertyValue(Class<?> propertyType, Object value)
          Transforms the simple basic jcr property value objects to more complex properties.
 void Content2BeanTransformer.initBean(TransformationState state, Map values)
          Called after all properties are set.
 Object Content2BeanTransformer.newBeanInstance(TransformationState state, Map values)
          Instantiates the bean.
static void Content2BeanUtil.setNodeDatas(Content node, Map map)
          TODO use the Bean2ContentProcessor.
static void Content2BeanUtil.setNodeDatas(Content node, Object obj)
          TODO use the Bean2ContentProcessor.
 Content Bean2ContentProcessor.setNodeDatas(Content node, Object bean, Bean2ContentTransformer transformer)
           
static void Content2BeanUtil.setNodeDatas(Content node, Object bean, String[] excludes)
          TODO use the Bean2ContentProcessor.
static Object Content2BeanUtil.setProperties(Object bean, Content node)
           
static Object Content2BeanUtil.setProperties(Object bean, Content node, boolean recursive)
           
static Object Content2BeanUtil.setProperties(Object bean, Content node, boolean recursive, Class defaultClass)
           
static Object Content2BeanUtil.setProperties(Object bean, Content node, boolean recursive, Content2BeanTransformer transformer)
           
 Object Content2BeanProcessor.setProperties(Object bean, Content node, boolean recursive, Content2BeanTransformer transformer)
          Similar to toBean() but uses a passed bean as the root bean.
static Object Content2BeanUtil.toBean(Content node)
           
static Object Content2BeanUtil.toBean(Content node, boolean recursive)
           
static Object Content2BeanUtil.toBean(Content node, boolean recursive, Class defaultClass)
           
static Object Content2BeanUtil.toBean(Content node, boolean recursive, Content2BeanTransformer transformer)
           
 Object Content2BeanProcessor.toBean(Content node, boolean recursive, Content2BeanTransformer transformer)
          Transforms the node to a bean using the passed transformer.
static Object Content2BeanUtil.toBean(Content node, Class defaultClass)
           
static Map Content2BeanUtil.toMap(Content node)
          Transforms the nodes data into a map containing the names and values.
static Map Content2BeanUtil.toMap(Content node, boolean recursive)
          Transforms the nodes data into a map containing the names and values.
static Map Content2BeanUtil.toMap(Content node, boolean recursive, Class defaultClass)
           
static Map Content2BeanUtil.toPureMaps(Content node, boolean recursive)
          Transforms the nodes data into a map containing the names and values.
 

Uses of Content2BeanException in info.magnolia.content2bean.impl
 

Methods in info.magnolia.content2bean.impl that throw Content2BeanException
 Object Content2BeanTransformerImpl.convertPropertyValue(Class<?> propertyType, Object value)
          Most of the conversion is done by the BeanUtils.
 void Content2BeanTransformerImpl.initBean(TransformationState state, Map properties)
          Initializes bean by calling its init method if present.
 Object Content2BeanTransformerImpl.newBeanInstance(TransformationState state, Map properties)
          Use the factory util to instantiate.
protected  void Content2BeanProcessorImpl.setProperties(Map<String,Object> values, Content2BeanTransformer transformer, TransformationState state)
          Populates the properties of the bean with values from the map.
 Object Content2BeanProcessorImpl.setProperties(Object bean, Content node, boolean recursive, Content2BeanTransformer transformer)
           
 Object Content2BeanProcessorImpl.toBean(Content node, boolean recursive, Content2BeanTransformer transformer)
           
protected  Object Content2BeanProcessorImpl.toBean(Content node, boolean recursive, Content2BeanTransformer transformer, TransformationState state)
           
protected  Map<String,Object> Content2BeanProcessorImpl.toMap(Content node, boolean recursive, Content2BeanTransformer transformer, TransformationState state)
          Transforms the children of provided content into a map.
 

Uses of Content2BeanException in info.magnolia.objectfactory
 

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



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