org.wicketopia.model.proxy
Class ProxyModelManager

java.lang.Object
  extended by org.wicketopia.model.proxy.ProxyModelManager
All Implemented Interfaces:
Serializable

public class ProxyModelManager
extends Object
implements Serializable

Since:
1.0
See Also:
Serialized Form

Constructor Summary
ProxyModelManager()
           
 
Method Summary
 void commit()
           
<T extends Serializable>
org.apache.wicket.model.IModel<T>
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
 

Constructor Detail

ProxyModelManager

public ProxyModelManager()
Method Detail

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.