Uses of Interface
org.apache.struts2.showcase.application.Storage

Packages that use Storage
org.apache.struts2.showcase.application   
org.apache.struts2.showcase.dao   
 

Uses of Storage in org.apache.struts2.showcase.application
 

Classes in org.apache.struts2.showcase.application that implement Storage
 class MemoryStorage
          MemoryStorage.
 

Uses of Storage in org.apache.struts2.showcase.dao
 

Methods in org.apache.struts2.showcase.dao that return Storage
 Storage AbstractDao.getStorage()
           
 

Methods in org.apache.struts2.showcase.dao with parameters of type Storage
 void AbstractDao.setStorage(Storage storage)
           
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.