| AbstractRepository |
Base class for JCR repository as a component.
|
| AdminSessionProvider |
Component holding a special admin JCR Session that must not be logged out
|
| AmetysPersistenceManager |
|
| AmetysRepository |
JCR Repository implementation, based on Jackrabbit and allowing to change the logout behaviour for Sessions
|
| AmetysSession |
Implementation of a JCR Session that is poolable.
The logout method actually bring the Session back into the pool.
|
| DefaultWorkspaceSelector |
Default implementation of a WorkspaceSelector, always selecting the "default" workspace.
|
| JackrabbitRepository |
JackrabbitRepository is a JCR repository component based on Jackrabbit
|
| JNDIRepository |
JCR Repository obtained through JNDI
|
| RepositoryStatus |
The repository status: new or existing.
|
| RequestAttributeWorkspaceSelector |
Workspace selector using a context attribute for selecting
the workspace.
|
| SessionSampleManager |
Monitoring active JCR sessions.
|