public class Mojarra12InjectionProvider
extends DiscoverableInjectionProvider
Modifier and Type | Field and Description |
---|---|
protected ServletContext |
_context |
protected BeanManager |
_manager |
Constructor and Description |
---|
Mojarra12InjectionProvider(ServletContext context) |
Modifier and Type | Method and Description |
---|---|
void |
inject(java.lang.Object o) |
void |
invokePostConstruct(java.lang.Object o) |
void |
invokePreDestroy(java.lang.Object o) |
java.lang.String |
toString() |
protected ServletContext _context
protected BeanManager _manager
public Mojarra12InjectionProvider(ServletContext context)
public void inject(java.lang.Object o) throws com.sun.faces.spi.InjectionProviderException
com.sun.faces.spi.InjectionProviderException
public void invokePreDestroy(java.lang.Object o) throws com.sun.faces.spi.InjectionProviderException
com.sun.faces.spi.InjectionProviderException
public void invokePostConstruct(java.lang.Object o) throws com.sun.faces.spi.InjectionProviderException
com.sun.faces.spi.InjectionProviderException
public java.lang.String toString()