Uses of Class
org.codehaus.waffle.registrar.AbstractReference

Packages that use AbstractReference
org.codehaus.waffle.registrar   
 

Uses of AbstractReference in org.codehaus.waffle.registrar
 

Subclasses of AbstractReference in org.codehaus.waffle.registrar
 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.