org.wicketopia.model.proxy
Class ProxyModelManager
java.lang.Object
org.wicketopia.model.proxy.ProxyModelManager
- All Implemented Interfaces:
- Serializable
public class ProxyModelManager
- extends Object
- implements Serializable
- Since:
- 1.0
- See Also:
- Serialized Form
Method Summary |
void |
commit()
|
|
proxy(org.apache.wicket.model.IModel<T> actual)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyModelManager
public ProxyModelManager()
commit
public void commit()
proxy
public <T extends Serializable> org.apache.wicket.model.IModel<T> proxy(org.apache.wicket.model.IModel<T> actual)
Copyright © 2010-2013. All Rights Reserved.