org.apache.myfaces.config.annotation
Class DefaultLifecycleProviderFactory
java.lang.Object
org.apache.myfaces.config.annotation.LifecycleProviderFactory
org.apache.myfaces.config.annotation.DefaultLifecycleProviderFactory
public class DefaultLifecycleProviderFactory
- extends LifecycleProviderFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LIFECYCLE_PROVIDER_INSTANCE_KEY
public static final String LIFECYCLE_PROVIDER_INSTANCE_KEY
- Define the class implementing LifecycleProvider2 interface to handle PostConstruct and PreDestroy annotations.
This also can be configured using a SPI entry (/META-INF/services/...).
LIFECYCLE_PROVIDER
@JSFWebConfigParam(name="org.apache.myfaces.config.annotation.LifecycleProvider",
since="1.1")
public static final String LIFECYCLE_PROVIDER
DefaultLifecycleProviderFactory
public DefaultLifecycleProviderFactory()
getLifecycleProvider
public LifecycleProvider getLifecycleProvider(ExternalContext externalContext)
- Specified by:
getLifecycleProvider
in class LifecycleProviderFactory
release
public void release()
- Specified by:
release
in class LifecycleProviderFactory
Copyright © 2015 The Apache Software Foundation. All rights reserved.