Uses of Interface
info.magnolia.content2bean.TransformationState

Packages that use TransformationState
info.magnolia.cms.security   
info.magnolia.content2bean   
info.magnolia.content2bean.impl   
 

Uses of TransformationState in info.magnolia.cms.security
 

Methods in info.magnolia.cms.security with parameters of type TransformationState
protected  TypeDescriptor IPSecurityManagerImpl.IPSecurityManagerTransformer.onResolveType(TransformationState state, TypeDescriptor resolvedType)
           
 void IPSecurityManagerImpl.IPSecurityManagerTransformer.setProperty(TransformationState state, PropertyTypeDescriptor descriptor, java.util.Map<java.lang.String,java.lang.Object> values)
           
 

Uses of TransformationState in info.magnolia.content2bean
 

Methods in info.magnolia.content2bean that return TransformationState
 TransformationState Content2BeanTransformer.newState()
          Create a state object to share the state between the processor and transformer
 

Methods in info.magnolia.content2bean with parameters of type TransformationState
 java.lang.Object Bean2ContentTransformer.convertNodeDataValue(TransformationState state, java.lang.String name, java.lang.Object value)
          Convert complex vlues to the basic supported types (int, boolean, ..
 ItemType Bean2ContentTransformer.finishContent(TransformationState state)
          Called after the nodedatas and child content is set.
 void Content2BeanTransformer.initBean(TransformationState state, java.util.Map values)
          Called after all properties are set
 boolean Bean2ContentTransformer.isNode(TransformationState state, java.lang.String propertyName, java.lang.Object value)
          Will this property be a node?
 boolean Bean2ContentTransformer.isProperty(TransformationState state, java.lang.String propertyName, java.lang.Object value)
          Will this property be a node data?
 java.lang.Object Content2BeanTransformer.newBeanInstance(TransformationState state, java.util.Map values)
          Instantiates the bean
protected  TypeDescriptor Content2BeanUtil.DefaultClassTransformer.onResolveType(TransformationState state, TypeDescriptor resolvedType)
           
 ItemType Bean2ContentTransformer.prepareContent(TransformationState state)
          Set mixin types or similar.
 ItemType Bean2ContentTransformer.resolveItemType(TransformationState state)
          The item type of the node
 ItemType Bean2ContentTransformer.resolveName(TransformationState state)
          The content name to use
 TypeDescriptor Content2BeanTransformer.resolveType(TransformationState state)
          Resolves the class to use for the current node
 void Bean2ContentTransformer.setNodeData(TransformationState state, java.lang.String name, java.lang.Object value)
          Create/set the node data of the node
 void Content2BeanTransformer.setProperty(TransformationState state, PropertyTypeDescriptor descriptor, java.util.Map<java.lang.String,java.lang.Object> values)
          Set this property on that bean.
 

Uses of TransformationState in info.magnolia.content2bean.impl
 

Classes in info.magnolia.content2bean.impl that implement TransformationState
 class TransformationStateImpl
           
 

Methods in info.magnolia.content2bean.impl that return TransformationState
 TransformationState Content2BeanTransformerImpl.newState()
           
 

Methods in info.magnolia.content2bean.impl with parameters of type TransformationState
 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  TypeDescriptor CollectionPropertyHidingTransformer.onResolveType(TransformationState state, TypeDescriptor resolvedType)
           
protected  TypeDescriptor Content2BeanTransformerImpl.onResolveType(TransformationState state, TypeDescriptor resolvedType)
          Called once the type should have been resolved.
 TypeDescriptor Content2BeanTransformerImpl.resolveType(TransformationState state)
          Resolves in this order checks the class property of the current node calls onResolve subclasses should override reflection on the parent bean in case of a collection/map type call getClassForCollectionProperty otherwise use a Map
protected  void Content2BeanProcessorImpl.setProperties(java.util.Map<java.lang.String,java.lang.Object> values, Content2BeanTransformer transformer, TransformationState state)
          Populates the values to the bean
 void CollectionPropertyHidingTransformer.setProperty(TransformationState state, PropertyTypeDescriptor descriptor, java.util.Map<java.lang.String,java.lang.Object> values)
           
 void Content2BeanTransformerImpl.setProperty(TransformationState state, PropertyTypeDescriptor descriptor, java.util.Map<java.lang.String,java.lang.Object> values)
          Do not set class property.
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
 



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