org.codehaus.waffle.registrar
Class SessionAttributeReference

java.lang.Object
  extended by org.codehaus.waffle.registrar.AbstractReference
      extended by org.codehaus.waffle.registrar.SessionAttributeReference
All Implemented Interfaces:
Reference

public class SessionAttributeReference
extends AbstractReference


Constructor Summary
SessionAttributeReference(java.lang.Object key)
           
 
Method Summary
static SessionAttributeReference sessionAttribute(java.lang.Object key)
          This method can be statically imported into an Application's Registrar allowing for a more fluent interface to define components and their dependencies
 
Methods inherited from class org.codehaus.waffle.registrar.AbstractReference
getKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionAttributeReference

public SessionAttributeReference(java.lang.Object key)
Method Detail

sessionAttribute

public static SessionAttributeReference sessionAttribute(java.lang.Object key)
This method can be statically imported into an Application's Registrar allowing for a more fluent interface to define components and their dependencies



Copyright © 2008. All Rights Reserved.