@Deprecated public interface Bean2ContentTransformer
Modifier and Type | Method and Description |
---|---|
Object |
convertNodeDataValue(TransformationState state,
String name,
Object value)
Deprecated.
Convert complex values to the basic supported types (int, boolean, ..
|
ItemType |
finishContent(TransformationState state)
Deprecated.
Called after the node data and child content is set.
|
boolean |
isNode(TransformationState state,
String propertyName,
Object value)
Deprecated.
Will this property be a node?
|
boolean |
isProperty(TransformationState state,
String propertyName,
Object value)
Deprecated.
Will this property be a node data?
|
ItemType |
prepareContent(TransformationState state)
Deprecated.
Set mixin types or similar.
|
ItemType |
resolveItemType(TransformationState state)
Deprecated.
The item type of the node.
|
ItemType |
resolveName(TransformationState state)
Deprecated.
The content name to use.
|
void |
setNodeData(TransformationState state,
String name,
Object value)
Deprecated.
Create/set the node data of the node.
|
ItemType resolveItemType(TransformationState state)
ItemType resolveName(TransformationState state)
ItemType prepareContent(TransformationState state)
ItemType finishContent(TransformationState state)
boolean isNode(TransformationState state, String propertyName, Object value)
boolean isProperty(TransformationState state, String propertyName, Object value)
void setNodeData(TransformationState state, String name, Object value)
Object convertNodeDataValue(TransformationState state, String name, Object value)
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.