info.magnolia.objectfactory
Interface ParameterResolver

All Known Implementing Classes:
CandidateParameterResolver, GuiceParameterResolver

public interface ParameterResolver

Used to resolve a parameter when invoking a constructor.

Version:
$Id$

Field Summary
static Object UNRESOLVED
           
 
Method Summary
 Object resolveParameter(ParameterInfo parameter)
          Returns the instance to use for the parameter or UNRESOLVED if it cannot provider a value for this parameter.
 

Field Detail

UNRESOLVED

static final Object UNRESOLVED
Method Detail

resolveParameter

Object resolveParameter(ParameterInfo parameter)
Returns the instance to use for the parameter or UNRESOLVED if it cannot provider a value for this parameter.



Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.