org.richfaces.application
Class DependencyInjectionServiceImpl
java.lang.Object
org.richfaces.application.DependencyInjectionServiceImpl
- All Implemented Interfaces:
- org.richfaces.application.DependencyInjector
public class DependencyInjectionServiceImpl
- extends Object
- implements org.richfaces.application.DependencyInjector
- Author:
- Nick Belaevski
Method Summary |
protected org.richfaces.application.DependencyInjectionServiceImpl.IntrospectionData |
createIntrospectionData(Class<?> beanClass)
|
void |
inject(javax.faces.context.FacesContext context,
Object bean)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependencyInjectionServiceImpl
public DependencyInjectionServiceImpl()
createIntrospectionData
protected org.richfaces.application.DependencyInjectionServiceImpl.IntrospectionData createIntrospectionData(Class<?> beanClass)
inject
public void inject(javax.faces.context.FacesContext context,
Object bean)
- Specified by:
inject
in interface org.richfaces.application.DependencyInjector
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.