org.vraptor.introspector
Interface BeanProvider

All Known Implementing Classes:
SpringProvider, WebBeanProvider

public interface BeanProvider

A bean provider for inversion of control (dependency injection).

Since:
2.2.4
Author:
Guilherme Silveira

Method Summary
 Object findAttribute(LogicRequest context, String key)
          Search for a key in all scopes
 

Method Detail

findAttribute

Object findAttribute(LogicRequest context,
                     String key)
Search for a key in all scopes

Parameters:
context - the web context
key - key
Returns:
value


Copyright © 2004-2008 VRaptor. All Rights Reserved.