org.apache.sling.jcr.base
Class SessionProxyHandler

java.lang.Object
  extended by 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.


Nested Class Summary
static class SessionProxyHandler.SessionProxyInvocationHandler
           
 
Constructor Summary
SessionProxyHandler(NamespaceMappingSupport namespaceSupport)
           
 
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
 

Constructor Detail

SessionProxyHandler

public SessionProxyHandler(NamespaceMappingSupport namespaceSupport)
Method Detail

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.