
public interface FacesConfigFactoryType<T> extends Child<T>, JavaeeFacesConfigFactoryCommonType<T,FacesConfigFactoryType<T>>
faces-config-factoryType xsd type| Modifier 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> |
faceletCacheFactory(String... values)
Creates for all String objects representing
facelet-cache-factory elements,
a new facelet-cache-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> |
getAllFaceletCacheFactory()
Returns all
facelet-cache-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 |
String |
getId()
Returns the
id attribute |
FacesConfigFactoryType<T> |
id(String id)
Sets the
id attribute |
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> |
removeAllFaceletCacheFactory()
Removes the
facelet-cache-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> |
removeId()
Removes the
id attribute |
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 objectsFacesConfigFactoryTypeList<String> getAllApplicationFactory()
application-factory elementsapplication-factoryFacesConfigFactoryType<T> removeAllApplicationFactory()
application-factory elementFacesConfigFactoryTypeFacesConfigFactoryType<T> exceptionHandlerFactory(String... values)
exception-handler-factory elements,
a new exception-handler-factory elementvalues - list of exception-handler-factory objectsFacesConfigFactoryTypeList<String> getAllExceptionHandlerFactory()
exception-handler-factory elementsexception-handler-factoryFacesConfigFactoryType<T> removeAllExceptionHandlerFactory()
exception-handler-factory elementFacesConfigFactoryTypeFacesConfigFactoryType<T> externalContextFactory(String... values)
external-context-factory elements,
a new external-context-factory elementvalues - list of external-context-factory objectsFacesConfigFactoryTypeList<String> getAllExternalContextFactory()
external-context-factory elementsexternal-context-factoryFacesConfigFactoryType<T> removeAllExternalContextFactory()
external-context-factory elementFacesConfigFactoryTypeFacesConfigFactoryType<T> facesContextFactory(String... values)
faces-context-factory elements,
a new faces-context-factory elementvalues - list of faces-context-factory objectsFacesConfigFactoryTypeList<String> getAllFacesContextFactory()
faces-context-factory elementsfaces-context-factoryFacesConfigFactoryType<T> removeAllFacesContextFactory()
faces-context-factory elementFacesConfigFactoryTypeFacesConfigFactoryType<T> faceletCacheFactory(String... values)
facelet-cache-factory elements,
a new facelet-cache-factory elementvalues - list of facelet-cache-factory objectsFacesConfigFactoryTypeList<String> getAllFaceletCacheFactory()
facelet-cache-factory elementsfacelet-cache-factoryFacesConfigFactoryType<T> removeAllFaceletCacheFactory()
facelet-cache-factory elementFacesConfigFactoryTypeFacesConfigFactoryType<T> partialViewContextFactory(String... values)
partial-view-context-factory elements,
a new partial-view-context-factory elementvalues - list of partial-view-context-factory objectsFacesConfigFactoryTypeList<String> getAllPartialViewContextFactory()
partial-view-context-factory elementspartial-view-context-factoryFacesConfigFactoryType<T> removeAllPartialViewContextFactory()
partial-view-context-factory elementFacesConfigFactoryTypeFacesConfigFactoryType<T> lifecycleFactory(String... values)
lifecycle-factory elements,
a new lifecycle-factory elementvalues - list of lifecycle-factory objectsFacesConfigFactoryTypeList<String> getAllLifecycleFactory()
lifecycle-factory elementslifecycle-factoryFacesConfigFactoryType<T> removeAllLifecycleFactory()
lifecycle-factory elementFacesConfigFactoryTypeFacesConfigFactoryType<T> viewDeclarationLanguageFactory(String... values)
view-declaration-language-factory elements,
a new view-declaration-language-factory elementvalues - list of view-declaration-language-factory objectsFacesConfigFactoryTypeList<String> getAllViewDeclarationLanguageFactory()
view-declaration-language-factory elementsview-declaration-language-factoryFacesConfigFactoryType<T> removeAllViewDeclarationLanguageFactory()
view-declaration-language-factory elementFacesConfigFactoryTypeFacesConfigFactoryType<T> tagHandlerDelegateFactory(String... values)
tag-handler-delegate-factory elements,
a new tag-handler-delegate-factory elementvalues - list of tag-handler-delegate-factory objectsFacesConfigFactoryTypeList<String> getAllTagHandlerDelegateFactory()
tag-handler-delegate-factory elementstag-handler-delegate-factoryFacesConfigFactoryType<T> removeAllTagHandlerDelegateFactory()
tag-handler-delegate-factory elementFacesConfigFactoryTypeFacesConfigFactoryType<T> renderKitFactory(String... values)
render-kit-factory elements,
a new render-kit-factory elementvalues - list of render-kit-factory objectsFacesConfigFactoryTypeList<String> getAllRenderKitFactory()
render-kit-factory elementsrender-kit-factoryFacesConfigFactoryType<T> removeAllRenderKitFactory()
render-kit-factory elementFacesConfigFactoryTypeFacesConfigFactoryType<T> visitContextFactory(String... values)
visit-context-factory elements,
a new visit-context-factory elementvalues - list of visit-context-factory objectsFacesConfigFactoryTypeList<String> getAllVisitContextFactory()
visit-context-factory elementsvisit-context-factoryFacesConfigFactoryType<T> removeAllVisitContextFactory()
visit-context-factory elementFacesConfigFactoryTypeFacesConfigFactoryType<T> factoryExtension()
factory-extension elementFacesConfigFactoryTypeBoolean isFactoryExtension()
factory-extension elementFacesConfigFactoryTypeFacesConfigFactoryType<T> removeFactoryExtension()
factory-extension elementFacesConfigFactoryTypeFacesConfigFactoryType<T> id(String id)
id attributeid - the value for the attribute idFacesConfigFactoryTypeString getId()
id attributeidFacesConfigFactoryType<T> removeId()
id attributeFacesConfigFactoryTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.