|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.jcr.util.JCRProxyFactory
public class JCRProxyFactory
Factory for creating a JCR Session Context Proxy The Session Context Proxy is responsible for ensuring that the appropriate Alfresco Repository context is setup when a method is executed within a JCR session. For example, the appropriate authenticated user is validated.
Constructor Summary | |
---|---|
JCRProxyFactory()
|
Method Summary | |
---|---|
static java.lang.Object |
create(java.lang.Object target,
java.lang.Class proxyInterface,
SessionImpl context)
Create a Session Context Proxy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JCRProxyFactory()
Method Detail |
---|
public static java.lang.Object create(java.lang.Object target, java.lang.Class proxyInterface, SessionImpl context)
target
- target object to wrapproxyInterface
- the proxy interface to exportcontext
- the session context
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |