public class LayoutStagingHandler extends Object implements InvocationHandler, Serializable
| Constructor and Description |
|---|
LayoutStagingHandler(Layout layout) |
| Modifier and Type | Method and Description |
|---|---|
Layout |
getLayout() |
LayoutRevision |
getLayoutRevision() |
Object |
invoke(Object proxy,
Method method,
Object[] arguments) |
void |
setLayoutRevision(LayoutRevision layoutRevision) |
public LayoutStagingHandler(Layout layout)
public Layout getLayout()
public LayoutRevision getLayoutRevision()
public Object invoke(Object proxy, Method method, Object[] arguments) throws Throwable
invoke in interface InvocationHandlerThrowablepublic void setLayoutRevision(LayoutRevision layoutRevision)