org.vraptor.component
Interface Outjecter

All Known Implementing Classes:
FieldOutjecter, GetterOutjecter

public interface Outjecter

Responsible for outjecting objects.

Since:
2.2.3
Author:
Guilherme Silveira

Method Summary
 String getKey()
           
 ScopeType getScope()
           
 Object getValue(Object obj)
           
 

Method Detail

getScope

ScopeType getScope()

getKey

String getKey()

getValue

Object getValue(Object obj)
                throws GettingException,
                       MethodInvocationException
Throws:
GettingException
MethodInvocationException


Copyright © 2004-2008 VRaptor. All Rights Reserved.