Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.sample.addressbook.dumbdb.DumbDB

Uses of DumbDB in com.sample.addressbook.dumbdb
 

Methods in com.sample.addressbook.dumbdb that return DumbDB
static DumbDB DumbDB.getDumbDB(javax.servlet.http.HttpServletRequest request, java.lang.String attrName)
           
 

Methods in com.sample.addressbook.dumbdb with parameters of type DumbDB
private  void DumbDB.saveDumbDb(DumbDB db, java.lang.String path)
          Save the db into the given file as XML.
private  void DumbDB.loadDumbDb(DumbDB db, java.lang.String path)
          Load the db from the given XML file.