public abstract class LifecycleFactory extends Object implements FacesWrapper<LifecycleFactory>
| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULT_LIFECYCLE | 
| Constructor and Description | 
|---|
| LifecycleFactory()Deprecated.  | 
| LifecycleFactory(LifecycleFactory delegate) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | addLifecycle(String lifecycleId,
            Lifecycle lifecycle) | 
| abstract Lifecycle | getLifecycle(String lifecycleId) | 
| abstract Iterator<String> | getLifecycleIds() | 
| LifecycleFactory | getWrapped()If this factory has been decorated, the implementation doing the decorating may override this method to 
 provide access to the implementation being wrapped. | 
public static final String DEFAULT_LIFECYCLE
@Deprecated public LifecycleFactory()
public LifecycleFactory(LifecycleFactory delegate)
public LifecycleFactory getWrapped()
null.getWrapped in interface FacesWrapper<LifecycleFactory>LifecycleFactory if this factory decorates another, 
         or null otherwiseCopyright © 2021 The Apache Software Foundation. All rights reserved.