Package org.brixcms.jcr

Examples of org.brixcms.jcr.SessionBehavior


        Session session = config.getSessionFactory().getCurrentSession(workspace);
        return wrapSession(session);
    }

    public JcrSession wrapSession(Session session) {
        SessionBehavior behavior = new SessionBehavior(this);
        return JcrSession.Wrapper.wrap(session, behavior);
    }
View Full Code Here

TOP

Related Classes of org.brixcms.jcr.SessionBehavior

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.