Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.facesconfig20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
FacesConfigLifecycleType<WebFacesConfigDescriptor> |
WebFacesConfigDescriptor.createLifecycle()
Creates a new
lifecycle element |
FacesConfigLifecycleType<FacesConfigType<T>> |
FacesConfigType.createLifecycle()
Creates a new
lifecycle element |
FacesConfigLifecycleType<WebFacesConfigDescriptor> |
WebFacesConfigDescriptor.getOrCreateLifecycle()
If not already created, a new
lifecycle element will be created and returned. |
FacesConfigLifecycleType<FacesConfigType<T>> |
FacesConfigType.getOrCreateLifecycle()
If not already created, a new
lifecycle element will be created and returned. |
FacesConfigLifecycleType<T> |
FacesConfigLifecycleType.lifecycleExtension()
Sets the
lifecycle-extension element |
FacesConfigLifecycleType<T> |
FacesConfigLifecycleType.phaseListener(String... values)
Creates for all String objects representing
phase-listener elements,
a new phase-listener element |
FacesConfigLifecycleType<T> |
FacesConfigLifecycleType.removeAllPhaseListener()
Removes the
phase-listener element |
FacesConfigLifecycleType<T> |
FacesConfigLifecycleType.removeLifecycleExtension()
Removes the
lifecycle-extension element |
Modifier and Type | Method and Description |
---|---|
List<FacesConfigLifecycleType<WebFacesConfigDescriptor>> |
WebFacesConfigDescriptor.getAllLifecycle()
Returns all
lifecycle elements |
List<FacesConfigLifecycleType<FacesConfigType<T>>> |
FacesConfigType.getAllLifecycle()
Returns all
lifecycle elements |
Copyright © 2015 JBoss by Red Hat. All rights reserved.