wicket.spring.direct.web
Class DirectModel

java.lang.Object
  extended bywicket.model.AbstractDetachableModel
      extended bywicket.spring.common.web.ContactDetachableModel
          extended bywicket.spring.direct.web.DirectModel
All Implemented Interfaces:
wicket.model.IDetachable, wicket.model.IModel, java.io.Serializable

public class DirectModel
extends ContactDetachableModel

See Also:
Serialized Form

Constructor Summary
DirectModel(Contact contact)
           
 
Method Summary
protected  ContactDao getContactDao()
           
 
Methods inherited from class wicket.spring.common.web.ContactDetachableModel
getNestedModel, onAttach, onDetach, onGetObject, onSetObject
 
Methods inherited from class wicket.model.AbstractDetachableModel
attach, detach, getObject, isAttached, setObject, toString
 
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 © 2005-2007 Wicket developers. All Rights Reserved.