org.apache.sling.jcr.base
Class SessionProxyHandler
java.lang.Object
org.apache.sling.jcr.base.SessionProxyHandler
public class SessionProxyHandler
- extends Object
The session proxy handler creates session proxies to handle
the namespace mapping support if impersonate is called on
the session.
This class is not really part of the API is not intended to be used
directly by consumers or implementors of this API. It is used internally
to support namespace mapping.
|
Method Summary |
javax.jcr.Session |
createProxy(javax.jcr.Session session)
Create a proxy for the session. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionProxyHandler
public SessionProxyHandler(NamespaceMappingSupport namespaceSupport)
createProxy
public javax.jcr.Session createProxy(javax.jcr.Session session)
- Create a proxy for the session.
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.