org.vraptor.introspector
Class WebBeanProvider
java.lang.Object
org.vraptor.introspector.WebBeanProvider
- All Implemented Interfaces:
- BeanProvider
public class WebBeanProvider
- extends Object
- implements BeanProvider
A basic bean provider which looks for components in all scopes.
- Since:
- 2.2.4
- Author:
- Guilherme Silveira
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebBeanProvider
public WebBeanProvider()
findAttribute
public Object findAttribute(LogicRequest context,
String key)
- Description copied from interface:
BeanProvider
- Search for a key in all scopes
- Specified by:
findAttribute in interface BeanProvider
- Parameters:
context - the web contextkey - key
- Returns:
- value
Copyright © 2004-2008 VRaptor. All Rights Reserved.