org.vraptor.introspector
Class WebBeanProvider

java.lang.Object
  extended by 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

Constructor Summary
WebBeanProvider()
           
 
Method Summary
 Object findAttribute(LogicRequest context, String key)
          Search for a key in all scopes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebBeanProvider

public WebBeanProvider()
Method Detail

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 context
key - key
Returns:
value


Copyright © 2004-2008 VRaptor. All Rights Reserved.