Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class LayoutStagingHandler

java.lang.Object
  extended by com.liferay.portal.model.LayoutStagingHandler
All Implemented Interfaces:
Serializable, InvocationHandler

public class LayoutStagingHandler
extends Object
implements InvocationHandler, Serializable

See Also:
Serialized Form

Constructor Summary
LayoutStagingHandler(Layout layout)
           
 
Method Summary
 Layout getLayout()
           
 LayoutRevision getLayoutRevision()
           
 Object invoke(Object proxy, Method method, Object[] arguments)
           
 void setLayoutRevision(LayoutRevision layoutRevision)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutStagingHandler

public LayoutStagingHandler(Layout layout)
Method Detail

getLayout

public Layout getLayout()

getLayoutRevision

public LayoutRevision getLayoutRevision()

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] arguments)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

setLayoutRevision

public void setLayoutRevision(LayoutRevision layoutRevision)

Liferay 6.1.2-ce-ga3