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 |
---|---|
FacesConfigFactoryType<T> |
FacesConfigFactoryType.applicationFactory(String... values)
Creates for all String objects representing
application-factory elements,
a new application-factory element |
FacesConfigFactoryType<WebFacesConfigDescriptor> |
WebFacesConfigDescriptor.createFactory()
Creates a new
factory element |
FacesConfigFactoryType<FacesConfigType<T>> |
FacesConfigType.createFactory()
Creates a new
factory element |
FacesConfigFactoryType<T> |
FacesConfigFactoryType.exceptionHandlerFactory(String... values)
Creates for all String objects representing
exception-handler-factory elements,
a new exception-handler-factory element |
FacesConfigFactoryType<T> |
FacesConfigFactoryType.externalContextFactory(String... values)
Creates for all String objects representing
external-context-factory elements,
a new external-context-factory element |
FacesConfigFactoryType<T> |
FacesConfigFactoryType.facesContextFactory(String... values)
Creates for all String objects representing
faces-context-factory elements,
a new faces-context-factory element |
FacesConfigFactoryType<T> |
FacesConfigFactoryType.factoryExtension()
Sets the
factory-extension element |
FacesConfigFactoryType<WebFacesConfigDescriptor> |
WebFacesConfigDescriptor.getOrCreateFactory()
If not already created, a new
factory element will be created and returned. |
FacesConfigFactoryType<FacesConfigType<T>> |
FacesConfigType.getOrCreateFactory()
If not already created, a new
factory element will be created and returned. |
FacesConfigFactoryType<T> |
FacesConfigFactoryType.lifecycleFactory(String... values)
Creates for all String objects representing
lifecycle-factory elements,
a new lifecycle-factory element |
FacesConfigFactoryType<T> |
FacesConfigFactoryType.partialViewContextFactory(String... values)
Creates for all String objects representing
partial-view-context-factory elements,
a new partial-view-context-factory element |
FacesConfigFactoryType<T> |
FacesConfigFactoryType.removeAllApplicationFactory()
Removes the
application-factory element |
FacesConfigFactoryType<T> |
FacesConfigFactoryType.removeAllExceptionHandlerFactory()
Removes the
exception-handler-factory element |
FacesConfigFactoryType<T> |
FacesConfigFactoryType.removeAllExternalContextFactory()
Removes the
external-context-factory element |
FacesConfigFactoryType<T> |
FacesConfigFactoryType.removeAllFacesContextFactory()
Removes the
faces-context-factory element |
FacesConfigFactoryType<T> |
FacesConfigFactoryType.removeAllLifecycleFactory()
Removes the
lifecycle-factory element |
FacesConfigFactoryType<T> |
FacesConfigFactoryType.removeAllPartialViewContextFactory()
Removes the
partial-view-context-factory element |
FacesConfigFactoryType<T> |
FacesConfigFactoryType.removeAllRenderKitFactory()
Removes the
render-kit-factory element |
FacesConfigFactoryType<T> |
FacesConfigFactoryType.removeAllTagHandlerDelegateFactory()
Removes the
tag-handler-delegate-factory element |
FacesConfigFactoryType<T> |
FacesConfigFactoryType.removeAllViewDeclarationLanguageFactory()
Removes the
view-declaration-language-factory element |
FacesConfigFactoryType<T> |
FacesConfigFactoryType.removeAllVisitContextFactory()
Removes the
visit-context-factory element |
FacesConfigFactoryType<T> |
FacesConfigFactoryType.removeFactoryExtension()
Removes the
factory-extension element |
FacesConfigFactoryType<T> |
FacesConfigFactoryType.renderKitFactory(String... values)
Creates for all String objects representing
render-kit-factory elements,
a new render-kit-factory element |
FacesConfigFactoryType<T> |
FacesConfigFactoryType.tagHandlerDelegateFactory(String... values)
Creates for all String objects representing
tag-handler-delegate-factory elements,
a new tag-handler-delegate-factory element |
FacesConfigFactoryType<T> |
FacesConfigFactoryType.viewDeclarationLanguageFactory(String... values)
Creates for all String objects representing
view-declaration-language-factory elements,
a new view-declaration-language-factory element |
FacesConfigFactoryType<T> |
FacesConfigFactoryType.visitContextFactory(String... values)
Creates for all String objects representing
visit-context-factory elements,
a new visit-context-factory element |
Modifier and Type | Method and Description |
---|---|
List<FacesConfigFactoryType<WebFacesConfigDescriptor>> |
WebFacesConfigDescriptor.getAllFactory()
Returns all
factory elements |
List<FacesConfigFactoryType<FacesConfigType<T>>> |
FacesConfigType.getAllFactory()
Returns all
factory elements |
Copyright © 2015 JBoss by Red Hat. All rights reserved.