Uses of Interface
org.apache.myfaces.config.annotation.LifecycleProvider

Packages that use LifecycleProvider
org.apache.myfaces.config   
org.apache.myfaces.config.annotation   
 

Uses of LifecycleProvider in org.apache.myfaces.config
 

Methods in org.apache.myfaces.config that return LifecycleProvider
 LifecycleProvider ManagedBeanDestroyer.getCurrentLifecycleProvider()
          Retrieves the current LifecycleProvider from the LifecycleProviderFactory
 

Methods in org.apache.myfaces.config with parameters of type LifecycleProvider
 void ManagedBeanDestroyer.destroy(java.lang.String name, java.lang.Object instance, LifecycleProvider provider)
          Destroys the given managed bean with the given LifecycleProvider
 

Uses of LifecycleProvider in org.apache.myfaces.config.annotation
 

Subinterfaces of LifecycleProvider in org.apache.myfaces.config.annotation
 interface DiscoverableLifecycleProvider
           
 interface LifecycleProvider2
          Proposed interface to annotation service.
 

Classes in org.apache.myfaces.config.annotation that implement LifecycleProvider
 class AllAnnotationLifecycleProvider
           
 class NoAnnotationLifecyleProvider
           
 class NoInjectionAnnotationLifecycleProvider
          See SRV.14.5 Servlet Specification Version 2.5 JSR 154 and Common Annotations for the Java Platform JSR 250
 class ResourceAnnotationLifecycleProvider
           
 class TomcatAnnotationLifecycleProvider
           
 

Methods in org.apache.myfaces.config.annotation that return LifecycleProvider
 LifecycleProvider DefaultLifecycleProviderFactory.getLifecycleProvider(ExternalContext externalContext)
           
abstract  LifecycleProvider LifecycleProviderFactory.getLifecycleProvider(ExternalContext externalContext)
           
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.