org.codehaus.waffle.registrar
Class AbstractReference

java.lang.Object
  extended by org.codehaus.waffle.registrar.AbstractReference
All Implemented Interfaces:
Reference
Direct Known Subclasses:
ComponentReference, RequestAttributeReference, RequestParameterReference, ServletContextAttributeReference, SessionAttributeReference

public abstract class AbstractReference
extends java.lang.Object
implements Reference


Constructor Summary
AbstractReference(java.lang.Object key)
           
 
Method Summary
 java.lang.Object getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractReference

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

getKey

public java.lang.Object getKey()
Specified by:
getKey in interface Reference


Copyright © 2008. All Rights Reserved.