public class MyFacesLifecycleProvider extends Object implements org.apache.myfaces.config.annotation.LifecycleProvider2
| Constructor and Description |
|---|
MyFacesLifecycleProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroyInstance(Object obj) |
Object |
newInstance(String className) |
void |
postConstruct(Object obj) |
public Object newInstance(String className) throws ClassNotFoundException, IllegalAccessException, InstantiationException, NamingException, InvocationTargetException
newInstance in interface org.apache.myfaces.config.annotation.LifecycleProvidernewInstance in interface org.apache.myfaces.config.annotation.LifecycleProvider2ClassNotFoundExceptionIllegalAccessExceptionInstantiationExceptionNamingExceptionInvocationTargetExceptionpublic void postConstruct(Object obj) throws IllegalAccessException, InvocationTargetException
postConstruct in interface org.apache.myfaces.config.annotation.LifecycleProvider2IllegalAccessExceptionInvocationTargetExceptionpublic void destroyInstance(Object obj) throws IllegalAccessException, InvocationTargetException
destroyInstance in interface org.apache.myfaces.config.annotation.LifecycleProviderIllegalAccessExceptionInvocationTargetExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.