Package org.exoplatform.commons.chromattic

Examples of org.exoplatform.commons.chromattic.SessionContext


    *
    * @return a session to the model.
    */
   public POMSession openSession()
   {
      SessionContext context = configurator.openContext();
      return (POMSession)context.getAttachment("mopsession");
   }
View Full Code Here

TOP

Related Classes of org.exoplatform.commons.chromattic.SessionContext

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.