org.apache.wicket.spring.direct.web
Class DirectModel

java.lang.Object
  extended by org.apache.wicket.model.AbstractReadOnlyModel
      extended by org.apache.wicket.model.LoadableDetachableModel
          extended by org.apache.wicket.spring.common.web.ContactDetachableModel
              extended by org.apache.wicket.spring.direct.web.DirectModel
All Implemented Interfaces:
java.io.Serializable, IClusterable, IDetachable, IModel

public class DirectModel
extends ContactDetachableModel

See Also:
Serialized Form

Constructor Summary
DirectModel(Contact contact)
           
 
Method Summary
protected  ContactDao getContactDao()
           
 
Methods inherited from class org.apache.wicket.spring.common.web.ContactDetachableModel
load
 
Methods inherited from class org.apache.wicket.model.LoadableDetachableModel
detach, getObject, isAttached, onAttach, onDetach, toString
 
Methods inherited from class org.apache.wicket.model.AbstractReadOnlyModel
getObject, setObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectModel

public DirectModel(Contact contact)
Method Detail

getContactDao

protected ContactDao getContactDao()
Specified by:
getContactDao in class ContactDetachableModel


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.