D G L N O S T

D

defineNamespacePrefixes(Session) - Method in interface org.apache.sling.jcr.api.NamespaceMapper
This method is invoked whenever a new session is created.

G

getDefaultWorkspace() - Method in interface org.apache.sling.jcr.api.SlingRepository
Returns the default workspace to use on login.

L

loginAdministrative(String) - Method in interface org.apache.sling.jcr.api.SlingRepository
Returns a session to the default workspace which has administrative powers.

N

NamespaceMapper - Interface in org.apache.sling.jcr.api
This interface is used to customize the namespace mapping of a session.

O

org.apache.sling.jcr.api - package org.apache.sling.jcr.api
 

S

SlingRepository - Interface in org.apache.sling.jcr.api
The SlingRepository extends the standard JCR repository interface with two methods: SlingRepository.getDefaultWorkspace() and SlingRepository.loginAdministrative(String).

T

TooManySessionsException - Exception in org.apache.sling.jcr.api
The TooManySessionsException is a special LoginException thrown when the number of active sessions in a given session pool has reached the configured maximum number of sessions.
TooManySessionsException(String) - Constructor for exception org.apache.sling.jcr.api.TooManySessionsException
 
TooManySessionsException(Throwable) - Constructor for exception org.apache.sling.jcr.api.TooManySessionsException
 
TooManySessionsException(String, Throwable) - Constructor for exception org.apache.sling.jcr.api.TooManySessionsException
 

D G L N O S T

Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.