Uses of Interface
org.vfny.geoserver.control.IPreferenceStore

Packages that use IPreferenceStore
org.vfny.geoserver.control.internal This package is NOT API and should not be reference from outside this module. 
org.vfny.geoserver.services Service implementations 
 

Uses of IPreferenceStore in org.vfny.geoserver.control.internal
 

Classes in org.vfny.geoserver.control.internal that implement IPreferenceStore
 class PreferenceStoreImpl
          NOT API. Default implementation that backs onto a IPreferenceStoreStrategy.
 

Uses of IPreferenceStore in org.vfny.geoserver.services
 

Methods in org.vfny.geoserver.services that return IPreferenceStore
 IPreferenceStore AbstractPreferenceService.getController()
           
 

Methods in org.vfny.geoserver.services with parameters of type IPreferenceStore
 void AbstractPreferenceService.setController(IPreferenceStore controller)