public interface FacesConfigType<T> extends Child<T>
faces-configType
xsd typeModifier 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.application
FacesConfigApplicationType<FacesConfigType<T>> createApplication()
application
elementFacesConfigApplicationType>
List<FacesConfigApplicationType<FacesConfigType<T>>> getAllApplication()
application
elementsapplication
FacesConfigType<T> removeAllApplication()
application
elementsFacesConfigApplicationType>
FacesConfigOrderingType<FacesConfigType<T>> getOrCreateOrdering()
ordering
element will be created and returned.
Otherwise, the first existing ordering
element will be returned.ordering
FacesConfigOrderingType<FacesConfigType<T>> createOrdering()
ordering
elementFacesConfigOrderingType>
List<FacesConfigOrderingType<FacesConfigType<T>>> getAllOrdering()
ordering
elementsordering
FacesConfigType<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-ordering
FacesConfigAbsoluteOrderingType<FacesConfigType<T>> createAbsoluteOrdering()
absolute-ordering
elementFacesConfigAbsoluteOrderingType>
List<FacesConfigAbsoluteOrderingType<FacesConfigType<T>>> getAllAbsoluteOrdering()
absolute-ordering
elementsabsolute-ordering
FacesConfigType<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.factory
FacesConfigFactoryType<FacesConfigType<T>> createFactory()
factory
elementFacesConfigFactoryType>
List<FacesConfigFactoryType<FacesConfigType<T>>> getAllFactory()
factory
elementsfactory
FacesConfigType<T> removeAllFactory()
factory
elementsFacesConfigFactoryType>
FacesConfigComponentType<FacesConfigType<T>> getOrCreateComponent()
component
element will be created and returned.
Otherwise, the first existing component
element will be returned.component
FacesConfigComponentType<FacesConfigType<T>> createComponent()
component
elementFacesConfigComponentType>
List<FacesConfigComponentType<FacesConfigType<T>>> getAllComponent()
component
elementscomponent
FacesConfigType<T> removeAllComponent()
component
elementsFacesConfigComponentType>
FacesConfigConverterType<FacesConfigType<T>> getOrCreateConverter()
converter
element will be created and returned.
Otherwise, the first existing converter
element will be returned.converter
FacesConfigConverterType<FacesConfigType<T>> createConverter()
converter
elementFacesConfigConverterType>
List<FacesConfigConverterType<FacesConfigType<T>>> getAllConverter()
converter
elementsconverter
FacesConfigType<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-bean
FacesConfigManagedBeanType<FacesConfigType<T>> createManagedBean()
managed-bean
elementFacesConfigManagedBeanType>
List<FacesConfigManagedBeanType<FacesConfigType<T>>> getAllManagedBean()
managed-bean
elementsmanaged-bean
FacesConfigType<T> removeAllManagedBean()
managed-bean
elementsFacesConfigManagedBeanType>
FacesConfigType<T> name(String... values)
name
elements,
a new name
elementvalues
- list of name
objectsFacesConfigType
FacesConfigType<T> removeAllName()
name
elementFacesConfigType
FacesConfigNavigationRuleType<FacesConfigType<T>> getOrCreateNavigationRule()
navigation-rule
element will be created and returned.
Otherwise, the first existing navigation-rule
element will be returned.navigation-rule
FacesConfigNavigationRuleType<FacesConfigType<T>> createNavigationRule()
navigation-rule
elementFacesConfigNavigationRuleType>
List<FacesConfigNavigationRuleType<FacesConfigType<T>>> getAllNavigationRule()
navigation-rule
elementsnavigation-rule
FacesConfigType<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-bean
FacesConfigReferencedBeanType<FacesConfigType<T>> createReferencedBean()
referenced-bean
elementFacesConfigReferencedBeanType>
List<FacesConfigReferencedBeanType<FacesConfigType<T>>> getAllReferencedBean()
referenced-bean
elementsreferenced-bean
FacesConfigType<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-kit
FacesConfigRenderKitType<FacesConfigType<T>> createRenderKit()
render-kit
elementFacesConfigRenderKitType>
List<FacesConfigRenderKitType<FacesConfigType<T>>> getAllRenderKit()
render-kit
elementsrender-kit
FacesConfigType<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.lifecycle
FacesConfigLifecycleType<FacesConfigType<T>> createLifecycle()
lifecycle
elementFacesConfigLifecycleType>
List<FacesConfigLifecycleType<FacesConfigType<T>>> getAllLifecycle()
lifecycle
elementslifecycle
FacesConfigType<T> removeAllLifecycle()
lifecycle
elementsFacesConfigLifecycleType>
FacesConfigValidatorType<FacesConfigType<T>> getOrCreateValidator()
validator
element will be created and returned.
Otherwise, the first existing validator
element will be returned.validator
FacesConfigValidatorType<FacesConfigType<T>> createValidator()
validator
elementFacesConfigValidatorType>
List<FacesConfigValidatorType<FacesConfigType<T>>> getAllValidator()
validator
elementsvalidator
FacesConfigType<T> removeAllValidator()
validator
elementsFacesConfigValidatorType>
FacesConfigBehaviorType<FacesConfigType<T>> getOrCreateBehavior()
behavior
element will be created and returned.
Otherwise, the first existing behavior
element will be returned.behavior
FacesConfigBehaviorType<FacesConfigType<T>> createBehavior()
behavior
elementFacesConfigBehaviorType>
List<FacesConfigBehaviorType<FacesConfigType<T>>> getAllBehavior()
behavior
elementsbehavior
FacesConfigType<T> removeAllBehavior()
behavior
elementsFacesConfigBehaviorType>
FacesConfigType<T> facesConfigExtension()
faces-config-extension
elementFacesConfigType
Boolean isFacesConfigExtension()
faces-config-extension
elementFacesConfigType
FacesConfigType<T> removeFacesConfigExtension()
faces-config-extension
elementFacesConfigType
FacesConfigType<T> metadataComplete(Boolean metadataComplete)
metadata-complete
attributemetadataComplete
- the value for the attribute metadata-complete
FacesConfigType
Boolean isMetadataComplete()
metadata-complete
attributemetadata-complete
FacesConfigType<T> removeMetadataComplete()
metadata-complete
attributeFacesConfigType
FacesConfigType<T> version(FacesConfigVersionType version)
version
attributeversion
- the value for the attribute version
FacesConfigType
FacesConfigType<T> version(String version)
version
attributeversion
- the value for the attribute version
FacesConfigType
FacesConfigVersionType getVersion()
version
attributeversion
String getVersionAsString()
version
attributeversion
FacesConfigType<T> removeVersion()
version
attributeFacesConfigType
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.