|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.content2bean.impl.TransformationStateImpl
TransformationStateImpl
instead.
@Singleton public class TransformationStateImpl
Transformation state implementation. Contains stacks of info for the types, beans and the content.
Field Summary | |
---|---|
protected org.apache.commons.collections.ArrayStack |
beanStack
Deprecated. |
protected org.apache.commons.collections.ArrayStack |
contentStack
Deprecated. |
protected org.apache.commons.collections.ArrayStack |
typeStack
Deprecated. |
Constructor Summary | |
---|---|
TransformationStateImpl()
Deprecated. |
Method Summary | |
---|---|
Object |
getCurrentBean()
Deprecated. |
Content |
getCurrentContent()
Deprecated. |
TypeDescriptor |
getCurrentType()
Deprecated. |
int |
getLevel()
Deprecated. |
Object |
peekBean(int pos)
Deprecated. |
Content |
peekContent(int pos)
Deprecated. |
TypeDescriptor |
peekType(int pos)
Deprecated. |
void |
popBean()
Deprecated. |
void |
popContent()
Deprecated. |
void |
popType()
Deprecated. |
void |
pushBean(Object bean)
Deprecated. |
void |
pushContent(Content node)
Deprecated. |
void |
pushType(TypeDescriptor type)
Deprecated. |
void |
setCurrentBean(Object bean)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.apache.commons.collections.ArrayStack typeStack
protected org.apache.commons.collections.ArrayStack beanStack
protected org.apache.commons.collections.ArrayStack contentStack
Constructor Detail |
---|
public TransformationStateImpl()
Method Detail |
---|
public Object getCurrentBean()
getCurrentBean
in interface TransformationState
public void setCurrentBean(Object bean)
setCurrentBean
in interface TransformationState
public TypeDescriptor getCurrentType()
getCurrentType
in interface TransformationState
public Content getCurrentContent()
getCurrentContent
in interface TransformationState
public Object peekBean(int pos)
peekBean
in interface TransformationState
public TypeDescriptor peekType(int pos)
peekType
in interface TransformationState
public Content peekContent(int pos)
peekContent
in interface TransformationState
public void popBean()
popBean
in interface TransformationState
public void popType()
popType
in interface TransformationState
public void popContent()
popContent
in interface TransformationState
public void pushBean(Object bean)
pushBean
in interface TransformationState
public void pushType(TypeDescriptor type)
pushType
in interface TransformationState
public void pushContent(Content node)
pushContent
in interface TransformationState
public int getLevel()
getLevel
in interface TransformationState
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |