|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object openwfe.org.util.beancoder.AbstractBeanCoder openwfe.org.jcr.beancoder.JcrBeanCoder info.magnolia.module.workflow.beancoder.OwfeJcrBeanCoder
public class OwfeJcrBeanCoder
An extension of JcrBeanCoder that takes care of choosing nice node names for StringAttributes...
Nested Class Summary |
---|
Nested classes/interfaces inherited from class openwfe.org.jcr.beancoder.JcrBeanCoder |
---|
openwfe.org.jcr.beancoder.JcrBeanCoder.IndexedIterator, openwfe.org.jcr.beancoder.JcrBeanCoder.ItemIterator |
Field Summary |
---|
Fields inherited from class openwfe.org.jcr.beancoder.JcrBeanCoder |
---|
C_NULL, NN_ENTRY, PN_CLASS, PN_PVALUE, PN_SIZE, V_NULL |
Fields inherited from class openwfe.org.util.beancoder.AbstractBeanCoder |
---|
T_ARRAY, T_BEAN, T_BYTE_ARRAY, T_COLLECTION, T_MAP, T_NULL, T_PRIMITIVE, T_UNKNOWN |
Constructor Summary | |
---|---|
OwfeJcrBeanCoder(java.lang.String ns,
openwfe.org.jcr.Node startNode)
|
|
OwfeJcrBeanCoder(java.lang.String ns,
openwfe.org.jcr.Node startNode,
java.lang.String beanNodeName)
|
Method Summary | |
---|---|
protected java.lang.Object[] |
asPropertyMapEntry(java.lang.Object key,
java.lang.Object value)
|
Methods inherited from class openwfe.org.jcr.beancoder.JcrBeanCoder |
---|
beginArray, beginBean, beginCollection, beginElement, beginMap, beginMapEntry, beginWithClass, currentClass, currentClassName, currentFieldName, currentNode, currentPrimitiveClass, currentProperty, currentText, currentType, decode, decode, decodeBean, decodeByteArray, decodeFieldValue, decodeMapEntry, decodePrimitive, encode, encode, encode, encodeByteArray, encodeEntry, encodeField, encodeMapEntry, encodeNull, encodePrimitive, endElement, getOverrideNode, getUniqueLocalId, isSafeForAnItemName, setOverrideNode, subElementCount, subElementIterator |
Methods inherited from class openwfe.org.util.beancoder.AbstractBeanCoder |
---|
decode, decodeArray, decodeCollection, decodeMap, determineFieldName, encodeArray, encodeBean, encodeCollection, encodeMap, newInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwfeJcrBeanCoder(java.lang.String ns, openwfe.org.jcr.Node startNode)
public OwfeJcrBeanCoder(java.lang.String ns, openwfe.org.jcr.Node startNode, java.lang.String beanNodeName)
Method Detail |
---|
protected java.lang.Object[] asPropertyMapEntry(java.lang.Object key, java.lang.Object value)
asPropertyMapEntry
in class openwfe.org.jcr.beancoder.JcrBeanCoder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |