public interface FacesConfigFactoryType<T> extends Child<T>
faces-config-factoryType
xsd typeModifier and Type | Method and Description |
---|---|
FacesConfigFactoryType<T> |
applicationFactory(String... values)
Creates for all String objects representing
application-factory elements,
a new application-factory element |
FacesConfigFactoryType<T> |
exceptionHandlerFactory(String... values)
Creates for all String objects representing
exception-handler-factory elements,
a new exception-handler-factory element |
FacesConfigFactoryType<T> |
externalContextFactory(String... values)
Creates for all String objects representing
external-context-factory elements,
a new external-context-factory element |
FacesConfigFactoryType<T> |
facesContextFactory(String... values)
Creates for all String objects representing
faces-context-factory elements,
a new faces-context-factory element |
FacesConfigFactoryType<T> |
factoryExtension()
Sets the
factory-extension element |
List<String> |
getAllApplicationFactory()
Returns all
application-factory elements |
List<String> |
getAllExceptionHandlerFactory()
Returns all
exception-handler-factory elements |
List<String> |
getAllExternalContextFactory()
Returns all
external-context-factory elements |
List<String> |
getAllFacesContextFactory()
Returns all
faces-context-factory elements |
List<String> |
getAllLifecycleFactory()
Returns all
lifecycle-factory elements |
List<String> |
getAllPartialViewContextFactory()
Returns all
partial-view-context-factory elements |
List<String> |
getAllRenderKitFactory()
Returns all
render-kit-factory elements |
List<String> |
getAllTagHandlerDelegateFactory()
Returns all
tag-handler-delegate-factory elements |
List<String> |
getAllViewDeclarationLanguageFactory()
Returns all
view-declaration-language-factory elements |
List<String> |
getAllVisitContextFactory()
Returns all
visit-context-factory elements |
Boolean |
isFactoryExtension()
Removes the
factory-extension element |
FacesConfigFactoryType<T> |
lifecycleFactory(String... values)
Creates for all String objects representing
lifecycle-factory elements,
a new lifecycle-factory element |
FacesConfigFactoryType<T> |
partialViewContextFactory(String... values)
Creates for all String objects representing
partial-view-context-factory elements,
a new partial-view-context-factory element |
FacesConfigFactoryType<T> |
removeAllApplicationFactory()
Removes the
application-factory element |
FacesConfigFactoryType<T> |
removeAllExceptionHandlerFactory()
Removes the
exception-handler-factory element |
FacesConfigFactoryType<T> |
removeAllExternalContextFactory()
Removes the
external-context-factory element |
FacesConfigFactoryType<T> |
removeAllFacesContextFactory()
Removes the
faces-context-factory element |
FacesConfigFactoryType<T> |
removeAllLifecycleFactory()
Removes the
lifecycle-factory element |
FacesConfigFactoryType<T> |
removeAllPartialViewContextFactory()
Removes the
partial-view-context-factory element |
FacesConfigFactoryType<T> |
removeAllRenderKitFactory()
Removes the
render-kit-factory element |
FacesConfigFactoryType<T> |
removeAllTagHandlerDelegateFactory()
Removes the
tag-handler-delegate-factory element |
FacesConfigFactoryType<T> |
removeAllViewDeclarationLanguageFactory()
Removes the
view-declaration-language-factory element |
FacesConfigFactoryType<T> |
removeAllVisitContextFactory()
Removes the
visit-context-factory element |
FacesConfigFactoryType<T> |
removeFactoryExtension()
Removes the
factory-extension element |
FacesConfigFactoryType<T> |
renderKitFactory(String... values)
Creates for all String objects representing
render-kit-factory elements,
a new render-kit-factory element |
FacesConfigFactoryType<T> |
tagHandlerDelegateFactory(String... values)
Creates for all String objects representing
tag-handler-delegate-factory elements,
a new tag-handler-delegate-factory element |
FacesConfigFactoryType<T> |
viewDeclarationLanguageFactory(String... values)
Creates for all String objects representing
view-declaration-language-factory elements,
a new view-declaration-language-factory element |
FacesConfigFactoryType<T> |
visitContextFactory(String... values)
Creates for all String objects representing
visit-context-factory elements,
a new visit-context-factory element |
FacesConfigFactoryType<T> applicationFactory(String... values)
application-factory
elements,
a new application-factory
elementvalues
- list of application-factory
objectsFacesConfigFactoryType
List<String> getAllApplicationFactory()
application-factory
elementsapplication-factory
FacesConfigFactoryType<T> removeAllApplicationFactory()
application-factory
elementFacesConfigFactoryType
FacesConfigFactoryType<T> exceptionHandlerFactory(String... values)
exception-handler-factory
elements,
a new exception-handler-factory
elementvalues
- list of exception-handler-factory
objectsFacesConfigFactoryType
List<String> getAllExceptionHandlerFactory()
exception-handler-factory
elementsexception-handler-factory
FacesConfigFactoryType<T> removeAllExceptionHandlerFactory()
exception-handler-factory
elementFacesConfigFactoryType
FacesConfigFactoryType<T> externalContextFactory(String... values)
external-context-factory
elements,
a new external-context-factory
elementvalues
- list of external-context-factory
objectsFacesConfigFactoryType
List<String> getAllExternalContextFactory()
external-context-factory
elementsexternal-context-factory
FacesConfigFactoryType<T> removeAllExternalContextFactory()
external-context-factory
elementFacesConfigFactoryType
FacesConfigFactoryType<T> facesContextFactory(String... values)
faces-context-factory
elements,
a new faces-context-factory
elementvalues
- list of faces-context-factory
objectsFacesConfigFactoryType
List<String> getAllFacesContextFactory()
faces-context-factory
elementsfaces-context-factory
FacesConfigFactoryType<T> removeAllFacesContextFactory()
faces-context-factory
elementFacesConfigFactoryType
FacesConfigFactoryType<T> partialViewContextFactory(String... values)
partial-view-context-factory
elements,
a new partial-view-context-factory
elementvalues
- list of partial-view-context-factory
objectsFacesConfigFactoryType
List<String> getAllPartialViewContextFactory()
partial-view-context-factory
elementspartial-view-context-factory
FacesConfigFactoryType<T> removeAllPartialViewContextFactory()
partial-view-context-factory
elementFacesConfigFactoryType
FacesConfigFactoryType<T> lifecycleFactory(String... values)
lifecycle-factory
elements,
a new lifecycle-factory
elementvalues
- list of lifecycle-factory
objectsFacesConfigFactoryType
List<String> getAllLifecycleFactory()
lifecycle-factory
elementslifecycle-factory
FacesConfigFactoryType<T> removeAllLifecycleFactory()
lifecycle-factory
elementFacesConfigFactoryType
FacesConfigFactoryType<T> viewDeclarationLanguageFactory(String... values)
view-declaration-language-factory
elements,
a new view-declaration-language-factory
elementvalues
- list of view-declaration-language-factory
objectsFacesConfigFactoryType
List<String> getAllViewDeclarationLanguageFactory()
view-declaration-language-factory
elementsview-declaration-language-factory
FacesConfigFactoryType<T> removeAllViewDeclarationLanguageFactory()
view-declaration-language-factory
elementFacesConfigFactoryType
FacesConfigFactoryType<T> tagHandlerDelegateFactory(String... values)
tag-handler-delegate-factory
elements,
a new tag-handler-delegate-factory
elementvalues
- list of tag-handler-delegate-factory
objectsFacesConfigFactoryType
List<String> getAllTagHandlerDelegateFactory()
tag-handler-delegate-factory
elementstag-handler-delegate-factory
FacesConfigFactoryType<T> removeAllTagHandlerDelegateFactory()
tag-handler-delegate-factory
elementFacesConfigFactoryType
FacesConfigFactoryType<T> renderKitFactory(String... values)
render-kit-factory
elements,
a new render-kit-factory
elementvalues
- list of render-kit-factory
objectsFacesConfigFactoryType
List<String> getAllRenderKitFactory()
render-kit-factory
elementsrender-kit-factory
FacesConfigFactoryType<T> removeAllRenderKitFactory()
render-kit-factory
elementFacesConfigFactoryType
FacesConfigFactoryType<T> visitContextFactory(String... values)
visit-context-factory
elements,
a new visit-context-factory
elementvalues
- list of visit-context-factory
objectsFacesConfigFactoryType
List<String> getAllVisitContextFactory()
visit-context-factory
elementsvisit-context-factory
FacesConfigFactoryType<T> removeAllVisitContextFactory()
visit-context-factory
elementFacesConfigFactoryType
FacesConfigFactoryType<T> factoryExtension()
factory-extension
elementFacesConfigFactoryType
Boolean isFactoryExtension()
factory-extension
elementFacesConfigFactoryType
FacesConfigFactoryType<T> removeFactoryExtension()
factory-extension
elementFacesConfigFactoryType
Copyright © 2017 JBoss by Red Hat. All rights reserved.