Class A_CmsRepository

java.lang.Object
org.opencms.repository.A_CmsRepository
All Implemented Interfaces:
I_CmsConfigurationParameterHandler, I_CmsRepository
Direct Known Subclasses:
CmsRepository

public abstract class A_CmsRepository extends Object implements I_CmsRepository
Abstract implementation of the repository interface I_CmsRepository.

Get a I_CmsRepositorySession through login in with the username and password (login(String, String)).

Handles the functionality of basic configuration. This is actually the configuration of param/values and the filters (CmsRepositoryFilter) to use of the repository.

Since:
6.2.4