net.sf.tacos.util
Class ComponentLookupContext

java.lang.Object
  extended bynet.sf.tacos.util.ComponentLookupContext
All Implemented Interfaces:
ILookupContext

public class ComponentLookupContext
extends Object
implements ILookupContext


Constructor Summary
ComponentLookupContext(IComponent container)
           
 
Method Summary
 String lookup(String varName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentLookupContext

public ComponentLookupContext(IComponent container)
Method Detail

lookup

public String lookup(String varName)
Specified by:
lookup in interface ILookupContext