public interface FacesConfigType<T> extends Child<T>
faces-configType xsd type| Modifier and Type | Method and Description |
|---|---|
FacesConfigAbsoluteOrderingType<FacesConfigType<T>> |
createAbsoluteOrdering()
Creates a new
absolute-ordering element |
FacesConfigApplicationType<FacesConfigType<T>> |
createApplication()
Creates a new
application element |
FacesConfigBehaviorType<FacesConfigType<T>> |
createBehavior()
Creates a new
behavior element |
FacesConfigComponentType<FacesConfigType<T>> |
createComponent()
Creates a new
component element |
FacesConfigConverterType<FacesConfigType<T>> |
createConverter()
Creates a new
converter element |
FacesConfigFactoryType<FacesConfigType<T>> |
createFactory()
Creates a new
factory element |
FacesConfigLifecycleType<FacesConfigType<T>> |
createLifecycle()
Creates a new
lifecycle element |
FacesConfigManagedBeanType<FacesConfigType<T>> |
createManagedBean()
Creates a new
managed-bean element |
FacesConfigNavigationRuleType<FacesConfigType<T>> |
createNavigationRule()
Creates a new
navigation-rule element |
FacesConfigOrderingType<FacesConfigType<T>> |
createOrdering()
Creates a new
ordering element |
FacesConfigReferencedBeanType<FacesConfigType<T>> |
createReferencedBean()
Creates a new
referenced-bean element |
FacesConfigRenderKitType<FacesConfigType<T>> |
createRenderKit()
Creates a new
render-kit element |
FacesConfigValidatorType<FacesConfigType<T>> |
createValidator()
Creates a new
validator element |
FacesConfigType<T> |
facesConfigExtension()
Sets the
faces-config-extension element |
List<FacesConfigAbsoluteOrderingType<FacesConfigType<T>>> |
getAllAbsoluteOrdering()
Returns all
absolute-ordering elements |
List<FacesConfigApplicationType<FacesConfigType<T>>> |
getAllApplication()
Returns all
application elements |
List<FacesConfigBehaviorType<FacesConfigType<T>>> |
getAllBehavior()
Returns all
behavior elements |
List<FacesConfigComponentType<FacesConfigType<T>>> |
getAllComponent()
Returns all
component elements |
List<FacesConfigConverterType<FacesConfigType<T>>> |
getAllConverter()
Returns all
converter elements |
List<FacesConfigFactoryType<FacesConfigType<T>>> |
getAllFactory()
Returns all
factory elements |
List<FacesConfigLifecycleType<FacesConfigType<T>>> |
getAllLifecycle()
Returns all
lifecycle elements |
List<FacesConfigManagedBeanType<FacesConfigType<T>>> |
getAllManagedBean()
Returns all
managed-bean elements |
List<String> |
getAllName()
Returns all
name elements |
List<FacesConfigNavigationRuleType<FacesConfigType<T>>> |
getAllNavigationRule()
Returns all
navigation-rule elements |
List<FacesConfigOrderingType<FacesConfigType<T>>> |
getAllOrdering()
Returns all
ordering elements |
List<FacesConfigReferencedBeanType<FacesConfigType<T>>> |
getAllReferencedBean()
Returns all
referenced-bean elements |
List<FacesConfigRenderKitType<FacesConfigType<T>>> |
getAllRenderKit()
Returns all
render-kit elements |
List<FacesConfigValidatorType<FacesConfigType<T>>> |
getAllValidator()
Returns all
validator elements |
FacesConfigAbsoluteOrderingType<FacesConfigType<T>> |
getOrCreateAbsoluteOrdering()
If not already created, a new
absolute-ordering element will be created and returned. |
FacesConfigApplicationType<FacesConfigType<T>> |
getOrCreateApplication()
If not already created, a new
application element will be created and returned. |
FacesConfigBehaviorType<FacesConfigType<T>> |
getOrCreateBehavior()
If not already created, a new
behavior element will be created and returned. |
FacesConfigComponentType<FacesConfigType<T>> |
getOrCreateComponent()
If not already created, a new
component element will be created and returned. |
FacesConfigConverterType<FacesConfigType<T>> |
getOrCreateConverter()
If not already created, a new
converter element will be created and returned. |
FacesConfigFactoryType<FacesConfigType<T>> |
getOrCreateFactory()
If not already created, a new
factory element will be created and returned. |
FacesConfigLifecycleType<FacesConfigType<T>> |
getOrCreateLifecycle()
If not already created, a new
lifecycle element will be created and returned. |
FacesConfigManagedBeanType<FacesConfigType<T>> |
getOrCreateManagedBean()
If not already created, a new
managed-bean element will be created and returned. |
FacesConfigNavigationRuleType<FacesConfigType<T>> |
getOrCreateNavigationRule()
If not already created, a new
navigation-rule element will be created and returned. |
FacesConfigOrderingType<FacesConfigType<T>> |
getOrCreateOrdering()
If not already created, a new
ordering element will be created and returned. |
FacesConfigReferencedBeanType<FacesConfigType<T>> |
getOrCreateReferencedBean()
If not already created, a new
referenced-bean element will be created and returned. |
FacesConfigRenderKitType<FacesConfigType<T>> |
getOrCreateRenderKit()
If not already created, a new
render-kit element will be created and returned. |
FacesConfigValidatorType<FacesConfigType<T>> |
getOrCreateValidator()
If not already created, a new
validator element will be created and returned. |
FacesConfigVersionType |
getVersion()
Returns the
version attribute |
String |
getVersionAsString()
Returns the
version attribute |
Boolean |
isFacesConfigExtension()
Removes the
faces-config-extension element |
Boolean |
isMetadataComplete()
Returns the
metadata-complete attribute |
FacesConfigType<T> |
metadataComplete(Boolean metadataComplete)
Sets the
metadata-complete attribute |
FacesConfigType<T> |
name(String... values)
Creates for all String objects representing
name elements,
a new name element |
FacesConfigType<T> |
removeAllAbsoluteOrdering()
Removes all
absolute-ordering elements |
FacesConfigType<T> |
removeAllApplication()
Removes all
application elements |
FacesConfigType<T> |
removeAllBehavior()
Removes all
behavior elements |
FacesConfigType<T> |
removeAllComponent()
Removes all
component elements |
FacesConfigType<T> |
removeAllConverter()
Removes all
converter elements |
FacesConfigType<T> |
removeAllFactory()
Removes all
factory elements |
FacesConfigType<T> |
removeAllLifecycle()
Removes all
lifecycle elements |
FacesConfigType<T> |
removeAllManagedBean()
Removes all
managed-bean elements |
FacesConfigType<T> |
removeAllName()
Removes the
name element |
FacesConfigType<T> |
removeAllNavigationRule()
Removes all
navigation-rule elements |
FacesConfigType<T> |
removeAllOrdering()
Removes all
ordering elements |
FacesConfigType<T> |
removeAllReferencedBean()
Removes all
referenced-bean elements |
FacesConfigType<T> |
removeAllRenderKit()
Removes all
render-kit elements |
FacesConfigType<T> |
removeAllValidator()
Removes all
validator elements |
FacesConfigType<T> |
removeFacesConfigExtension()
Removes the
faces-config-extension element |
FacesConfigType<T> |
removeMetadataComplete()
Removes the
metadata-complete attribute |
FacesConfigType<T> |
removeVersion()
Removes the
version attribute |
FacesConfigType<T> |
version(FacesConfigVersionType version)
Sets the
version attribute |
FacesConfigType<T> |
version(String version)
Sets the
version attribute |
FacesConfigApplicationType<FacesConfigType<T>> getOrCreateApplication()
application element will be created and returned.
Otherwise, the first existing application element will be returned.applicationFacesConfigApplicationType<FacesConfigType<T>> createApplication()
application elementFacesConfigApplicationType> List<FacesConfigApplicationType<FacesConfigType<T>>> getAllApplication()
application elementsapplicationFacesConfigType<T> removeAllApplication()
application elementsFacesConfigApplicationType> FacesConfigOrderingType<FacesConfigType<T>> getOrCreateOrdering()
ordering element will be created and returned.
Otherwise, the first existing ordering element will be returned.orderingFacesConfigOrderingType<FacesConfigType<T>> createOrdering()
ordering elementFacesConfigOrderingType> List<FacesConfigOrderingType<FacesConfigType<T>>> getAllOrdering()
ordering elementsorderingFacesConfigType<T> removeAllOrdering()
ordering elementsFacesConfigOrderingType> FacesConfigAbsoluteOrderingType<FacesConfigType<T>> getOrCreateAbsoluteOrdering()
absolute-ordering element will be created and returned.
Otherwise, the first existing absolute-ordering element will be returned.absolute-orderingFacesConfigAbsoluteOrderingType<FacesConfigType<T>> createAbsoluteOrdering()
absolute-ordering elementFacesConfigAbsoluteOrderingType> List<FacesConfigAbsoluteOrderingType<FacesConfigType<T>>> getAllAbsoluteOrdering()
absolute-ordering elementsabsolute-orderingFacesConfigType<T> removeAllAbsoluteOrdering()
absolute-ordering elementsFacesConfigAbsoluteOrderingType> FacesConfigFactoryType<FacesConfigType<T>> getOrCreateFactory()
factory element will be created and returned.
Otherwise, the first existing factory element will be returned.factoryFacesConfigFactoryType<FacesConfigType<T>> createFactory()
factory elementFacesConfigFactoryType> List<FacesConfigFactoryType<FacesConfigType<T>>> getAllFactory()
factory elementsfactoryFacesConfigType<T> removeAllFactory()
factory elementsFacesConfigFactoryType> FacesConfigComponentType<FacesConfigType<T>> getOrCreateComponent()
component element will be created and returned.
Otherwise, the first existing component element will be returned.componentFacesConfigComponentType<FacesConfigType<T>> createComponent()
component elementFacesConfigComponentType> List<FacesConfigComponentType<FacesConfigType<T>>> getAllComponent()
component elementscomponentFacesConfigType<T> removeAllComponent()
component elementsFacesConfigComponentType> FacesConfigConverterType<FacesConfigType<T>> getOrCreateConverter()
converter element will be created and returned.
Otherwise, the first existing converter element will be returned.converterFacesConfigConverterType<FacesConfigType<T>> createConverter()
converter elementFacesConfigConverterType> List<FacesConfigConverterType<FacesConfigType<T>>> getAllConverter()
converter elementsconverterFacesConfigType<T> removeAllConverter()
converter elementsFacesConfigConverterType> FacesConfigManagedBeanType<FacesConfigType<T>> getOrCreateManagedBean()
managed-bean element will be created and returned.
Otherwise, the first existing managed-bean element will be returned.managed-beanFacesConfigManagedBeanType<FacesConfigType<T>> createManagedBean()
managed-bean elementFacesConfigManagedBeanType> List<FacesConfigManagedBeanType<FacesConfigType<T>>> getAllManagedBean()
managed-bean elementsmanaged-beanFacesConfigType<T> removeAllManagedBean()
managed-bean elementsFacesConfigManagedBeanType> FacesConfigType<T> name(String... values)
name elements,
a new name elementvalues - list of name objectsFacesConfigTypeFacesConfigType<T> removeAllName()
name elementFacesConfigTypeFacesConfigNavigationRuleType<FacesConfigType<T>> getOrCreateNavigationRule()
navigation-rule element will be created and returned.
Otherwise, the first existing navigation-rule element will be returned.navigation-ruleFacesConfigNavigationRuleType<FacesConfigType<T>> createNavigationRule()
navigation-rule elementFacesConfigNavigationRuleType> List<FacesConfigNavigationRuleType<FacesConfigType<T>>> getAllNavigationRule()
navigation-rule elementsnavigation-ruleFacesConfigType<T> removeAllNavigationRule()
navigation-rule elementsFacesConfigNavigationRuleType> FacesConfigReferencedBeanType<FacesConfigType<T>> getOrCreateReferencedBean()
referenced-bean element will be created and returned.
Otherwise, the first existing referenced-bean element will be returned.referenced-beanFacesConfigReferencedBeanType<FacesConfigType<T>> createReferencedBean()
referenced-bean elementFacesConfigReferencedBeanType> List<FacesConfigReferencedBeanType<FacesConfigType<T>>> getAllReferencedBean()
referenced-bean elementsreferenced-beanFacesConfigType<T> removeAllReferencedBean()
referenced-bean elementsFacesConfigReferencedBeanType> FacesConfigRenderKitType<FacesConfigType<T>> getOrCreateRenderKit()
render-kit element will be created and returned.
Otherwise, the first existing render-kit element will be returned.render-kitFacesConfigRenderKitType<FacesConfigType<T>> createRenderKit()
render-kit elementFacesConfigRenderKitType> List<FacesConfigRenderKitType<FacesConfigType<T>>> getAllRenderKit()
render-kit elementsrender-kitFacesConfigType<T> removeAllRenderKit()
render-kit elementsFacesConfigRenderKitType> FacesConfigLifecycleType<FacesConfigType<T>> getOrCreateLifecycle()
lifecycle element will be created and returned.
Otherwise, the first existing lifecycle element will be returned.lifecycleFacesConfigLifecycleType<FacesConfigType<T>> createLifecycle()
lifecycle elementFacesConfigLifecycleType> List<FacesConfigLifecycleType<FacesConfigType<T>>> getAllLifecycle()
lifecycle elementslifecycleFacesConfigType<T> removeAllLifecycle()
lifecycle elementsFacesConfigLifecycleType> FacesConfigValidatorType<FacesConfigType<T>> getOrCreateValidator()
validator element will be created and returned.
Otherwise, the first existing validator element will be returned.validatorFacesConfigValidatorType<FacesConfigType<T>> createValidator()
validator elementFacesConfigValidatorType> List<FacesConfigValidatorType<FacesConfigType<T>>> getAllValidator()
validator elementsvalidatorFacesConfigType<T> removeAllValidator()
validator elementsFacesConfigValidatorType> FacesConfigBehaviorType<FacesConfigType<T>> getOrCreateBehavior()
behavior element will be created and returned.
Otherwise, the first existing behavior element will be returned.behaviorFacesConfigBehaviorType<FacesConfigType<T>> createBehavior()
behavior elementFacesConfigBehaviorType> List<FacesConfigBehaviorType<FacesConfigType<T>>> getAllBehavior()
behavior elementsbehaviorFacesConfigType<T> removeAllBehavior()
behavior elementsFacesConfigBehaviorType> FacesConfigType<T> facesConfigExtension()
faces-config-extension elementFacesConfigTypeBoolean isFacesConfigExtension()
faces-config-extension elementFacesConfigTypeFacesConfigType<T> removeFacesConfigExtension()
faces-config-extension elementFacesConfigTypeFacesConfigType<T> metadataComplete(Boolean metadataComplete)
metadata-complete attributemetadataComplete - the value for the attribute metadata-completeFacesConfigTypeBoolean isMetadataComplete()
metadata-complete attributemetadata-completeFacesConfigType<T> removeMetadataComplete()
metadata-complete attributeFacesConfigTypeFacesConfigType<T> version(FacesConfigVersionType version)
version attributeversion - the value for the attribute versionFacesConfigTypeFacesConfigType<T> version(String version)
version attributeversion - the value for the attribute versionFacesConfigTypeFacesConfigVersionType getVersion()
version attributeversionString getVersionAsString()
version attributeversionFacesConfigType<T> removeVersion()
version attributeFacesConfigTypeCopyright © 2016 JBoss by Red Hat. All rights reserved.