Uses of Interface
org.apache.wicket.spring.common.ContactDao

Packages that use ContactDao
org.apache.wicket.spring.annot.web   
org.apache.wicket.spring.common   
org.apache.wicket.spring.common.web   
 

Uses of ContactDao in org.apache.wicket.spring.annot.web
 

Methods in org.apache.wicket.spring.annot.web that return ContactDao
protected  ContactDao ProxyDataProvider.getContactDao()
           
protected  ContactDao ProxyModel.getContactDao()
           
 

Constructors in org.apache.wicket.spring.annot.web with parameters of type ContactDao
ProxyDataProvider(ContactDao dao)
           
ProxyModel(Contact contact, ContactDao dao)
           
 

Uses of ContactDao in org.apache.wicket.spring.common
 

Classes in org.apache.wicket.spring.common that implement ContactDao
 class ContactDaoImpl
          a dao implementation with an auto-generated embedded database.
 

Uses of ContactDao in org.apache.wicket.spring.common.web
 

Methods in org.apache.wicket.spring.common.web that return ContactDao
protected abstract  ContactDao ContactDetachableModel.getContactDao()
           
protected abstract  ContactDao ContactDataProvider.getContactDao()
           
 



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