public class ActionLifecycleFactory
extends javax.faces.lifecycle.LifecycleFactory
Constructor and Description |
---|
ActionLifecycleFactory(javax.faces.lifecycle.LifecycleFactory wrapped)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addLifecycle(String lifecycleId,
javax.faces.lifecycle.Lifecycle lifecycle)
Add the lifecycle.
|
javax.faces.lifecycle.Lifecycle |
getLifecycle(String lifecycleId)
Get the lifecycle.
|
Iterator<String> |
getLifecycleIds()
Get the lifecycle ids.
|
public ActionLifecycleFactory(javax.faces.lifecycle.LifecycleFactory wrapped)
wrapped
- the wrapped lifecycle factory.public void addLifecycle(String lifecycleId, javax.faces.lifecycle.Lifecycle lifecycle)
addLifecycle
in class javax.faces.lifecycle.LifecycleFactory
lifecycleId
- the lifecycle id.lifecycle
- the lifecycle to add.public javax.faces.lifecycle.Lifecycle getLifecycle(String lifecycleId)
getLifecycle
in class javax.faces.lifecycle.LifecycleFactory
lifecycleId
- the lifecycle id.Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.