Uses of Interface
org.codehaus.waffle.registrar.Reference

Packages that use Reference
org.codehaus.waffle.registrar   
 

Uses of Reference in org.codehaus.waffle.registrar
 

Classes in org.codehaus.waffle.registrar that implement Reference
 class AbstractReference
          Simple abstract implementation which manages the associated key.
 class ComponentReference
          Allows for a component dependency to be resolved from another component registered with Waffle.
 class RequestAttributeReference
          Allows for a component dependency to be resolved from a ServletRequest attribute.
 class RequestParameterReference
          Allows for a component dependency to be resolved from a ServletRequest parameter
 class ServletContextAttributeReference
          Allows for a component dependency to be resolved from a ServletContext attribute.
 class SessionAttributeReference
          Allows for a component dependency to be resolved from a HttpSession attribute.
 



Copyright © 2008. All Rights Reserved.