|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransformationState | |
---|---|
info.magnolia.cms.security | |
info.magnolia.commands | |
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(TypeMapping typeMapping,
TransformationState state,
TypeDescriptor resolvedType,
ComponentProvider componentProvider)
|
void |
IPSecurityManagerImpl.IPSecurityManagerTransformer.setProperty(TypeMapping typeMapping,
TransformationState state,
PropertyTypeDescriptor descriptor,
Map<String,Object> values)
|
Uses of TransformationState in info.magnolia.commands |
---|
Methods in info.magnolia.commands with parameters of type TransformationState | |
---|---|
void |
CommandTransformer.initBean(TransformationState state,
Map values)
|
protected TypeDescriptor |
CommandTransformer.onResolveType(TypeMapping typeMapping,
TransformationState state,
TypeDescriptor resolvedType,
ComponentProvider componentProvider)
|
void |
CommandTransformer.setProperty(TypeMapping typeMapping,
TransformationState state,
PropertyTypeDescriptor descriptor,
Map 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,
ComponentProvider componentProvider)
Instantiates the bean. |
protected TypeDescriptor |
Content2BeanUtil.DefaultClassTransformer.onResolveType(TypeMapping typeMapping,
TransformationState state,
TypeDescriptor resolvedType,
ComponentProvider componentProvider)
|
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)
Deprecated. since 4.5, use Content2BeanTransformer.resolveType(TypeMapping, TransformationState, ComponentProvider) |
TypeDescriptor |
Content2BeanUtil.ToMapTransformer.resolveType(TypeMapping typeMapping,
TransformationState state,
ComponentProvider componentProvider)
|
TypeDescriptor |
Content2BeanTransformer.resolveType(TypeMapping typeMapping,
TransformationState state,
ComponentProvider componentProvider)
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)
Deprecated. since 4.5, use Content2BeanTransformer.setProperty(TypeMapping, TransformationState, PropertyTypeDescriptor, java.util.Map) |
void |
Content2BeanTransformer.setProperty(TypeMapping typeMapping,
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,
ComponentProvider componentProvider)
Use the factory util to instantiate. |
protected TypeDescriptor |
Content2BeanTransformerImpl.onResolveType(TransformationState state,
TypeDescriptor resolvedType,
ComponentProvider componentProvider)
Deprecated. since 4.5, use Content2BeanTransformerImpl.onResolveType(info.magnolia.content2bean.TypeMapping, info.magnolia.content2bean.TransformationState, info.magnolia.content2bean.TypeDescriptor, info.magnolia.objectfactory.ComponentProvider) |
protected TypeDescriptor |
Content2BeanTransformerImpl.onResolveType(TypeMapping typeMapping,
TransformationState state,
TypeDescriptor resolvedType,
ComponentProvider componentProvider)
Called once the type should have been resolved. |
protected TypeDescriptor |
CollectionPropertyHidingTransformer.onResolveType(TypeMapping typeMapping,
TransformationState state,
TypeDescriptor resolvedType,
ComponentProvider componentProvider)
|
TypeDescriptor |
Content2BeanTransformerImpl.resolveType(TransformationState state)
Deprecated. |
TypeDescriptor |
Content2BeanTransformerImpl.resolveType(TypeMapping typeMapping,
TransformationState state,
ComponentProvider componentProvider)
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)
|
void |
Content2BeanTransformerImpl.setProperty(TypeMapping mapping,
TransformationState state,
PropertyTypeDescriptor descriptor,
Map<String,Object> values)
Do not set class property. |
void |
CollectionPropertyHidingTransformer.setProperty(TypeMapping typeMapping,
TransformationState state,
PropertyTypeDescriptor descriptor,
Map<String,Object> values)
|
protected Object |
Content2BeanProcessorImpl.toBean(Content node,
boolean recursive,
Content2BeanTransformer transformer,
TransformationState state,
ComponentProvider componentProvider)
|
protected Map<String,Object> |
Content2BeanProcessorImpl.toMap(Content node,
boolean recursive,
Content2BeanTransformer transformer,
TransformationState state,
ComponentProvider componentProvider)
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(TypeMapping typeMapping,
TransformationState state,
PropertyTypeDescriptor descriptor,
Map values)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |