Uses of Interface
info.magnolia.content2bean.TransformationState

Packages that use TransformationState
info.magnolia.cms.security   
info.magnolia.content2bean   
info.magnolia.content2bean.impl   
info.magnolia.module.cache.ehcache   
 

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, Map<String,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
 Object Bean2ContentTransformer.convertNodeDataValue(TransformationState state, String name, Object value)
          Convert complex values to the basic supported types (int, boolean, ..
 ItemType Bean2ContentTransformer.finishContent(TransformationState state)
          Called after the node data and child content is set.
 void Content2BeanTransformer.initBean(TransformationState state, Map values)
          Called after all properties are set.
 boolean Bean2ContentTransformer.isNode(TransformationState state, String propertyName, Object value)
          Will this property be a node?
 boolean Bean2ContentTransformer.isProperty(TransformationState state, String propertyName, Object value)
          Will this property be a node data?
 Object Content2BeanTransformer.newBeanInstance(TransformationState state, 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, String name, Object value)
          Create/set the node data of the node.
 void Content2BeanTransformer.setProperty(TransformationState state, PropertyTypeDescriptor descriptor, Map<String,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
          Transformation state implementation.
 

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, 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  TypeDescriptor Content2BeanTransformerImpl.onResolveType(TransformationState state, TypeDescriptor resolvedType)
          Called once the type should have been resolved.
protected  TypeDescriptor CollectionPropertyHidingTransformer.onResolveType(TransformationState state, TypeDescriptor resolvedType)
           
 TypeDescriptor Content2BeanTransformerImpl.resolveType(TransformationState state)
          Resolves the TypeDescriptor from current transformation state.
protected  void Content2BeanProcessorImpl.setProperties(Map<String,Object> values, Content2BeanTransformer transformer, TransformationState state)
          Populates the properties of the bean with values from the map.
 void Content2BeanTransformerImpl.setProperty(TransformationState state, PropertyTypeDescriptor descriptor, Map<String,Object> values)
          Do not set class property.
 void CollectionPropertyHidingTransformer.setProperty(TransformationState state, PropertyTypeDescriptor descriptor, Map<String,Object> values)
           
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 TransformationState in info.magnolia.module.cache.ehcache
 

Methods in info.magnolia.module.cache.ehcache with parameters of type TransformationState
 void CacheConfigurationTransformer.setProperty(TransformationState state, PropertyTypeDescriptor descriptor, Map values)
           
 



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