Uses of Interface
org.vfny.geoserver.control.internal.IPreferenceStoreStrategy

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

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

Classes in org.vfny.geoserver.control.internal that implement IPreferenceStoreStrategy
 class PropertyPreferenceStoreStrategy
          Implementation backing onto a properties file.
 

Constructors in org.vfny.geoserver.control.internal with parameters of type IPreferenceStoreStrategy
PreferenceStoreImpl(IPreferenceStoreStrategy store)