org.webmacro.broker
Interface ContextAutoLoader

All Known Implementing Classes:
DefaultContextAutoLoader

public interface ContextAutoLoader

ContextAutoLoader

Author:
Brian Goetz

Method Summary
 java.lang.Object get(java.lang.String name, Context context)
          Return a new instance of the named automatic variable
 void init(Broker b, java.lang.String name)
          Called once after construction.
 

Method Detail

init

public void init(Broker b,
                 java.lang.String name)
Called once after construction.


get

public java.lang.Object get(java.lang.String name,
                            Context context)
                     throws PropertyException
Return a new instance of the named automatic variable

Throws:
PropertyException


Copyright © 1999-2006 WebMacro. All Rights Reserved.