org.chromattic.dataobject.runtime
Class ChromatticSessionProvider

java.lang.Object
  extended by org.chromattic.dataobject.runtime.ChromatticSessionProvider
All Implemented Interfaces:
javax.inject.Provider<ChromatticSession>, org.exoplatform.container.component.ComponentRequestLifecycle

public class ChromatticSessionProvider
extends java.lang.Object
implements javax.inject.Provider<ChromatticSession>, org.exoplatform.container.component.ComponentRequestLifecycle

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
ChromatticSessionProvider(org.exoplatform.container.xml.InitParams params, org.exoplatform.services.jcr.RepositoryService repositoryService)
           
 
Method Summary
 void endRequest(org.exoplatform.container.ExoContainer container)
           
 ChromatticSession get()
           
 void startRequest(org.exoplatform.container.ExoContainer container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChromatticSessionProvider

public ChromatticSessionProvider(org.exoplatform.container.xml.InitParams params,
                                 org.exoplatform.services.jcr.RepositoryService repositoryService)
Method Detail

get

public ChromatticSession get()
Specified by:
get in interface javax.inject.Provider<ChromatticSession>

startRequest

public void startRequest(org.exoplatform.container.ExoContainer container)
Specified by:
startRequest in interface org.exoplatform.container.component.ComponentRequestLifecycle

endRequest

public void endRequest(org.exoplatform.container.ExoContainer container)
Specified by:
endRequest in interface org.exoplatform.container.component.ComponentRequestLifecycle


Copyright © 2011 eXo Platform SAS. All Rights Reserved.