|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
TODO use the Bean2ContentProcessor . |
static void |
Content2BeanUtil.setNodeDatas(Content node,
java.lang.Object obj)
TODO use the Bean2ContentProcessor . |
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)
TODO use the Bean2ContentProcessor . |
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)
|
static java.lang.Object |
Content2BeanUtil.setProperties(java.lang.Object bean,
Content node,
boolean recursive,
Content2BeanTransformer transformer)
|
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.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)
|
static java.lang.Object |
Content2BeanUtil.toBean(Content node,
boolean recursive,
Content2BeanTransformer transformer)
|
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,
java.lang.Class defaultClass)
|
static java.util.Map |
Content2BeanUtil.toMap(Content node)
Transforms the nodes data into a map containing the names and values. |
static java.util.Map |
Content2BeanUtil.toMap(Content node,
boolean recursive)
Transforms the nodes data into a map containing 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 containing 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)
Initializes bean by calling its 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 properties of the bean with values from the map. |
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)
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |