程序包 | 说明 |
---|---|
org.opencms.repository |
Package contains all classes and interfaces needed to create or use a repository to
access the resources in the VFS.
|
限定符和类型 | 类和说明 |
---|---|
class |
A_CmsRepositorySession
Abstract implementation of the interface
I_CmsRepositorySession to provide
the functionality of filtering items. |
class |
CmsRepositorySession
This is the session class to work with the
CmsRepository . |
限定符和类型 | 方法和说明 |
---|---|
abstract I_CmsRepositorySession |
A_CmsRepository.login(java.lang.String userName,
java.lang.String password)
Login a user given the username and the password.
|
I_CmsRepositorySession |
CmsRepository.login(java.lang.String userName,
java.lang.String password) |