info.magnolia.module.blossom.content2bean
Class ProxyCapableTransformationState

java.lang.Object
  extended by info.magnolia.content2bean.impl.TransformationStateImpl
      extended by info.magnolia.module.blossom.content2bean.ProxyCapableTransformationState
All Implemented Interfaces:
info.magnolia.content2bean.TransformationState

public class ProxyCapableTransformationState
extends info.magnolia.content2bean.impl.TransformationStateImpl

Keeps a reference to the latest initialized bean, which is potentially a proxy created during initialization. This will be obsolete as of MAGNOLIA-3339.

Since:
1.2

Field Summary
 
Fields inherited from class info.magnolia.content2bean.impl.TransformationStateImpl
beanStack, contentStack, typeStack
 
Constructor Summary
ProxyCapableTransformationState()
           
 
Method Summary
 Object getPotentiallyProxiedBean()
           
 void setPotentiallyProxiedBean(Object potentiallyProxiedBean)
           
 
Methods inherited from class info.magnolia.content2bean.impl.TransformationStateImpl
getCurrentBean, getCurrentContent, getCurrentType, getLevel, peekBean, peekContent, peekType, popBean, popContent, popType, pushBean, pushContent, pushType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyCapableTransformationState

public ProxyCapableTransformationState()
Method Detail

setPotentiallyProxiedBean

public void setPotentiallyProxiedBean(Object potentiallyProxiedBean)

getPotentiallyProxiedBean

public Object getPotentiallyProxiedBean()


Copyright © 2009-2011 Magnolia International Ltd.. All Rights Reserved.