org.vraptor.component
Interface Outjectable

All Known Subinterfaces:
ComponentType
All Known Implementing Classes:
ComponentTypeWrapper, DefaultComponentType, InterceptorType

public interface Outjectable

Marks that a class has outjectable objects.

Since:
2.2.3
Author:
Guilherme Silveira

Method Summary
 Map<String,Object> getOutjectedValues(Object comp, ScopeType scope)
          Returns all outjected objects from an specific scope
 

Method Detail

getOutjectedValues

Map<String,Object> getOutjectedValues(Object comp,
                                      ScopeType scope)
                                      throws GettingException,
                                             MethodInvocationException
Returns all outjected objects from an specific scope

Throws:
GettingException
MethodInvocationException


Copyright © 2004-2008 VRaptor. All Rights Reserved.