Package org.bsc.confluence.model
Class ChildListProxy
- java.lang.Object
-
- org.bsc.confluence.model.ChildListProxy
-
- All Implemented Interfaces:
InvocationHandler
public class ChildListProxy extends Object implements InvocationHandler
- Author:
- bsorrentino
-
-
Constructor Summary
Constructors Constructor Description ChildListProxy(Site.Page parent)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
invoke(Object o, Method method, Object[] os)
static List<Site.Page>
newInstance(Site.Page parent)
-
-
-
Constructor Detail
-
ChildListProxy
public ChildListProxy(Site.Page parent)
-
-