Uses of Interface
org.jasig.portal.utils.ICounterStore

Packages that use ICounterStore
org.jasig.portal.layout.simple   
org.jasig.portal.utils   
 

Uses of ICounterStore in org.jasig.portal.layout.simple
 

Fields in org.jasig.portal.layout.simple declared as ICounterStore
protected  ICounterStore RDBMUserLayoutStore.csdb
           
 

Uses of ICounterStore in org.jasig.portal.utils
 

Classes in org.jasig.portal.utils that implement ICounterStore
 class RDBMCounterStore
          A reference implementation for the counter store
 

Fields in org.jasig.portal.utils declared as ICounterStore
private static ICounterStore CounterStoreFactory.counterStoreImpl
           
 

Methods in org.jasig.portal.utils that return ICounterStore
static ICounterStore CounterStoreFactory.getCounterStoreImpl()
          Returns an instance of the ICounterStore specified in portal.properties