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 |
---|---|
FacesConfigType<T> |
FacesConfigType.facesConfigExtension()
Sets the
faces-config-extension element |
FacesConfigType<T> |
FacesConfigType.metadataComplete(Boolean metadataComplete)
Sets the
metadata-complete attribute |
FacesConfigType<T> |
FacesConfigType.name(String... values)
Creates for all String objects representing
name elements,
a new name element |
FacesConfigType<T> |
FacesConfigType.removeAllAbsoluteOrdering()
Removes all
absolute-ordering elements |
FacesConfigType<T> |
FacesConfigType.removeAllApplication()
Removes all
application elements |
FacesConfigType<T> |
FacesConfigType.removeAllBehavior()
Removes all
behavior elements |
FacesConfigType<T> |
FacesConfigType.removeAllComponent()
Removes all
component elements |
FacesConfigType<T> |
FacesConfigType.removeAllConverter()
Removes all
converter elements |
FacesConfigType<T> |
FacesConfigType.removeAllFactory()
Removes all
factory elements |
FacesConfigType<T> |
FacesConfigType.removeAllLifecycle()
Removes all
lifecycle elements |
FacesConfigType<T> |
FacesConfigType.removeAllManagedBean()
Removes all
managed-bean elements |
FacesConfigType<T> |
FacesConfigType.removeAllName()
Removes the
name element |
FacesConfigType<T> |
FacesConfigType.removeAllNavigationRule()
Removes all
navigation-rule elements |
FacesConfigType<T> |
FacesConfigType.removeAllOrdering()
Removes all
ordering elements |
FacesConfigType<T> |
FacesConfigType.removeAllReferencedBean()
Removes all
referenced-bean elements |
FacesConfigType<T> |
FacesConfigType.removeAllRenderKit()
Removes all
render-kit elements |
FacesConfigType<T> |
FacesConfigType.removeAllValidator()
Removes all
validator elements |
FacesConfigType<T> |
FacesConfigType.removeFacesConfigExtension()
Removes the
faces-config-extension element |
FacesConfigType<T> |
FacesConfigType.removeMetadataComplete()
Removes the
metadata-complete attribute |
FacesConfigType<T> |
FacesConfigType.removeVersion()
Removes the
version attribute |
FacesConfigType<T> |
FacesConfigType.version(FacesConfigVersionType version)
Sets the
version attribute |
FacesConfigType<T> |
FacesConfigType.version(String version)
Sets the
version attribute |
Modifier and Type | Method and Description |
---|---|
FacesConfigAbsoluteOrderingType<FacesConfigType<T>> |
FacesConfigType.createAbsoluteOrdering()
Creates a new
absolute-ordering element |
FacesConfigApplicationType<FacesConfigType<T>> |
FacesConfigType.createApplication()
Creates a new
application element |
FacesConfigBehaviorType<FacesConfigType<T>> |
FacesConfigType.createBehavior()
Creates a new
behavior element |
FacesConfigComponentType<FacesConfigType<T>> |
FacesConfigType.createComponent()
Creates a new
component element |
FacesConfigConverterType<FacesConfigType<T>> |
FacesConfigType.createConverter()
Creates a new
converter element |
FacesConfigFactoryType<FacesConfigType<T>> |
FacesConfigType.createFactory()
Creates a new
factory element |
FacesConfigLifecycleType<FacesConfigType<T>> |
FacesConfigType.createLifecycle()
Creates a new
lifecycle element |
FacesConfigManagedBeanType<FacesConfigType<T>> |
FacesConfigType.createManagedBean()
Creates a new
managed-bean element |
FacesConfigNavigationRuleType<FacesConfigType<T>> |
FacesConfigType.createNavigationRule()
Creates a new
navigation-rule element |
FacesConfigOrderingType<FacesConfigType<T>> |
FacesConfigType.createOrdering()
Creates a new
ordering element |
FacesConfigReferencedBeanType<FacesConfigType<T>> |
FacesConfigType.createReferencedBean()
Creates a new
referenced-bean element |
FacesConfigRenderKitType<FacesConfigType<T>> |
FacesConfigType.createRenderKit()
Creates a new
render-kit element |
FacesConfigValidatorType<FacesConfigType<T>> |
FacesConfigType.createValidator()
Creates a new
validator element |
List<FacesConfigAbsoluteOrderingType<FacesConfigType<T>>> |
FacesConfigType.getAllAbsoluteOrdering()
Returns all
absolute-ordering elements |
List<FacesConfigApplicationType<FacesConfigType<T>>> |
FacesConfigType.getAllApplication()
Returns all
application elements |
List<FacesConfigBehaviorType<FacesConfigType<T>>> |
FacesConfigType.getAllBehavior()
Returns all
behavior elements |
List<FacesConfigComponentType<FacesConfigType<T>>> |
FacesConfigType.getAllComponent()
Returns all
component elements |
List<FacesConfigConverterType<FacesConfigType<T>>> |
FacesConfigType.getAllConverter()
Returns all
converter elements |
List<FacesConfigFactoryType<FacesConfigType<T>>> |
FacesConfigType.getAllFactory()
Returns all
factory elements |
List<FacesConfigLifecycleType<FacesConfigType<T>>> |
FacesConfigType.getAllLifecycle()
Returns all
lifecycle elements |
List<FacesConfigManagedBeanType<FacesConfigType<T>>> |
FacesConfigType.getAllManagedBean()
Returns all
managed-bean elements |
List<FacesConfigNavigationRuleType<FacesConfigType<T>>> |
FacesConfigType.getAllNavigationRule()
Returns all
navigation-rule elements |
List<FacesConfigOrderingType<FacesConfigType<T>>> |
FacesConfigType.getAllOrdering()
Returns all
ordering elements |
List<FacesConfigReferencedBeanType<FacesConfigType<T>>> |
FacesConfigType.getAllReferencedBean()
Returns all
referenced-bean elements |
List<FacesConfigRenderKitType<FacesConfigType<T>>> |
FacesConfigType.getAllRenderKit()
Returns all
render-kit elements |
List<FacesConfigValidatorType<FacesConfigType<T>>> |
FacesConfigType.getAllValidator()
Returns all
validator elements |
FacesConfigAbsoluteOrderingType<FacesConfigType<T>> |
FacesConfigType.getOrCreateAbsoluteOrdering()
If not already created, a new
absolute-ordering element will be created and returned. |
FacesConfigApplicationType<FacesConfigType<T>> |
FacesConfigType.getOrCreateApplication()
If not already created, a new
application element will be created and returned. |
FacesConfigBehaviorType<FacesConfigType<T>> |
FacesConfigType.getOrCreateBehavior()
If not already created, a new
behavior element will be created and returned. |
FacesConfigComponentType<FacesConfigType<T>> |
FacesConfigType.getOrCreateComponent()
If not already created, a new
component element will be created and returned. |
FacesConfigConverterType<FacesConfigType<T>> |
FacesConfigType.getOrCreateConverter()
If not already created, a new
converter element will be created and returned. |
FacesConfigFactoryType<FacesConfigType<T>> |
FacesConfigType.getOrCreateFactory()
If not already created, a new
factory element will be created and returned. |
FacesConfigLifecycleType<FacesConfigType<T>> |
FacesConfigType.getOrCreateLifecycle()
If not already created, a new
lifecycle element will be created and returned. |
FacesConfigManagedBeanType<FacesConfigType<T>> |
FacesConfigType.getOrCreateManagedBean()
If not already created, a new
managed-bean element will be created and returned. |
FacesConfigNavigationRuleType<FacesConfigType<T>> |
FacesConfigType.getOrCreateNavigationRule()
If not already created, a new
navigation-rule element will be created and returned. |
FacesConfigOrderingType<FacesConfigType<T>> |
FacesConfigType.getOrCreateOrdering()
If not already created, a new
ordering element will be created and returned. |
FacesConfigReferencedBeanType<FacesConfigType<T>> |
FacesConfigType.getOrCreateReferencedBean()
If not already created, a new
referenced-bean element will be created and returned. |
FacesConfigRenderKitType<FacesConfigType<T>> |
FacesConfigType.getOrCreateRenderKit()
If not already created, a new
render-kit element will be created and returned. |
FacesConfigValidatorType<FacesConfigType<T>> |
FacesConfigType.getOrCreateValidator()
If not already created, a new
validator element will be created and returned. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.