it.eng.spago.cms
Interface IRepositoryProvider


public interface IRepositoryProvider

Defines a method to get a JSR 170 repository object. The SpagoCms configuration must contains the name of the class that implements to interface. SpagoCms will use it to get the repository instance


Method Summary
 Repository getRepository()
          Gets a JSR 170 Repository object
 

Method Detail

getRepository

Repository getRepository()
Gets a JSR 170 Repository object

Returns:
JSR 170 Repository object