br.com.arsmachina.accesslogger.hibernate
Class TapestryAccessLoggerHibernateModule

java.lang.Object
  extended by br.com.arsmachina.accesslogger.hibernate.TapestryAccessLoggerHibernateModule

public class TapestryAccessLoggerHibernateModule
extends Object

Tapestry-IoC module class.

Author:
Thiago H. de Paula Figueiredo

Constructor Summary
TapestryAccessLoggerHibernateModule()
           
 
Method Summary
static void bind(ServiceBinder binder)
          Declares some objects to IoC.
 void contributeAccessLoggerHub(OrderedConfiguration<br.com.arsmachina.accesslogger.AccessLogger> configuration, org.hibernate.SessionFactory sessionFactory, HibernateAccessLogger hibernateAccessLogger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TapestryAccessLoggerHibernateModule

public TapestryAccessLoggerHibernateModule()
Method Detail

bind

public static void bind(ServiceBinder binder)
Declares some objects to IoC.

Parameters:
binder - a ServiceBinder.

contributeAccessLoggerHub

public void contributeAccessLoggerHub(OrderedConfiguration<br.com.arsmachina.accesslogger.AccessLogger> configuration,
                                      org.hibernate.SessionFactory sessionFactory,
                                      HibernateAccessLogger hibernateAccessLogger)


Copyright © 2008-2009 Thiago H. de Paula Figueiredo. All Rights Reserved.