@Component @RequestScoped public class VRaptorInstantiator extends Object implements InstantiatorWithErrors, br.com.caelum.iogi.Instantiator<Object>
| Constructor and Description |
|---|
VRaptorInstantiator(Converters converters,
br.com.caelum.iogi.spi.DependencyProvider provider,
Localization localization,
br.com.caelum.iogi.spi.ParameterNamesProvider parameterNameProvider,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Object |
instantiate(br.com.caelum.iogi.reflection.Target<?> target,
br.com.caelum.iogi.parameters.Parameters parameters) |
Object |
instantiate(br.com.caelum.iogi.reflection.Target<?> target,
br.com.caelum.iogi.parameters.Parameters parameters,
List<Message> errors) |
boolean |
isAbleToInstantiate(br.com.caelum.iogi.reflection.Target<?> target) |
public VRaptorInstantiator(Converters converters, br.com.caelum.iogi.spi.DependencyProvider provider, Localization localization, br.com.caelum.iogi.spi.ParameterNamesProvider parameterNameProvider, javax.servlet.http.HttpServletRequest request)
public boolean isAbleToInstantiate(br.com.caelum.iogi.reflection.Target<?> target)
isAbleToInstantiate in interface br.com.caelum.iogi.Instantiator<Object>public Object instantiate(br.com.caelum.iogi.reflection.Target<?> target, br.com.caelum.iogi.parameters.Parameters parameters, List<Message> errors)
instantiate in interface InstantiatorWithErrorsCopyright © 2014 Caelum. All Rights Reserved.