org.codehaus.waffle.registrar
Interface Reference

All Known Implementing Classes:
AbstractReference, ComponentReference, RequestAttributeReference, RequestParameterReference, ServletContextAttributeReference, SessionAttributeReference

public interface Reference

Implementation of this interface can be used from within a Registrar to define how a components dependencies can be resolved more explicitly.

Author:
Michael Ward

Method Summary
 java.lang.Object getKey()
          A key is used to indicate what is being referenced.
 

Method Detail

getKey

java.lang.Object getKey()
A key is used to indicate what is being referenced.

Returns:
the key pointing to the referenced item.


Copyright © 2008. All Rights Reserved.