ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.facesconfig20
Interface FacesConfigFactoryType<T>

All Superinterfaces:
Child<T>

public interface FacesConfigFactoryType<T>
extends Child<T>

This interface defines the contract for the faces-config-factoryType xsd type

Since:
Generation date :2012-05-09T23:45:03.702-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 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
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

applicationFactory

FacesConfigFactoryType<T> applicationFactory(String... values)
Creates for all String objects representing application-factory elements, a new application-factory element

Parameters:
values - list of application-factory objects
Returns:
the current instance of FacesConfigFactoryType

getAllApplicationFactory

List<String> getAllApplicationFactory()
Returns all application-factory elements

Returns:
list of application-factory

removeAllApplicationFactory

FacesConfigFactoryType<T> removeAllApplicationFactory()
Removes the application-factory element

Returns:
the current instance of FacesConfigFactoryType

exceptionHandlerFactory

FacesConfigFactoryType<T> exceptionHandlerFactory(String... values)
Creates for all String objects representing exception-handler-factory elements, a new exception-handler-factory element

Parameters:
values - list of exception-handler-factory objects
Returns:
the current instance of FacesConfigFactoryType

getAllExceptionHandlerFactory

List<String> getAllExceptionHandlerFactory()
Returns all exception-handler-factory elements

Returns:
list of exception-handler-factory

removeAllExceptionHandlerFactory

FacesConfigFactoryType<T> removeAllExceptionHandlerFactory()
Removes the exception-handler-factory element

Returns:
the current instance of FacesConfigFactoryType

externalContextFactory

FacesConfigFactoryType<T> externalContextFactory(String... values)
Creates for all String objects representing external-context-factory elements, a new external-context-factory element

Parameters:
values - list of external-context-factory objects
Returns:
the current instance of FacesConfigFactoryType

getAllExternalContextFactory

List<String> getAllExternalContextFactory()
Returns all external-context-factory elements

Returns:
list of external-context-factory

removeAllExternalContextFactory

FacesConfigFactoryType<T> removeAllExternalContextFactory()
Removes the external-context-factory element

Returns:
the current instance of FacesConfigFactoryType

facesContextFactory

FacesConfigFactoryType<T> facesContextFactory(String... values)
Creates for all String objects representing faces-context-factory elements, a new faces-context-factory element

Parameters:
values - list of faces-context-factory objects
Returns:
the current instance of FacesConfigFactoryType

getAllFacesContextFactory

List<String> getAllFacesContextFactory()
Returns all faces-context-factory elements

Returns:
list of faces-context-factory

removeAllFacesContextFactory

FacesConfigFactoryType<T> removeAllFacesContextFactory()
Removes the faces-context-factory element

Returns:
the current instance of FacesConfigFactoryType

partialViewContextFactory

FacesConfigFactoryType<T> partialViewContextFactory(String... values)
Creates for all String objects representing partial-view-context-factory elements, a new partial-view-context-factory element

Parameters:
values - list of partial-view-context-factory objects
Returns:
the current instance of FacesConfigFactoryType

getAllPartialViewContextFactory

List<String> getAllPartialViewContextFactory()
Returns all partial-view-context-factory elements

Returns:
list of partial-view-context-factory

removeAllPartialViewContextFactory

FacesConfigFactoryType<T> removeAllPartialViewContextFactory()
Removes the partial-view-context-factory element

Returns:
the current instance of FacesConfigFactoryType

lifecycleFactory

FacesConfigFactoryType<T> lifecycleFactory(String... values)
Creates for all String objects representing lifecycle-factory elements, a new lifecycle-factory element

Parameters:
values - list of lifecycle-factory objects
Returns:
the current instance of FacesConfigFactoryType

getAllLifecycleFactory

List<String> getAllLifecycleFactory()
Returns all lifecycle-factory elements

Returns:
list of lifecycle-factory

removeAllLifecycleFactory

FacesConfigFactoryType<T> removeAllLifecycleFactory()
Removes the lifecycle-factory element

Returns:
the current instance of FacesConfigFactoryType

viewDeclarationLanguageFactory

FacesConfigFactoryType<T> viewDeclarationLanguageFactory(String... values)
Creates for all String objects representing view-declaration-language-factory elements, a new view-declaration-language-factory element

Parameters:
values - list of view-declaration-language-factory objects
Returns:
the current instance of FacesConfigFactoryType

getAllViewDeclarationLanguageFactory

List<String> getAllViewDeclarationLanguageFactory()
Returns all view-declaration-language-factory elements

Returns:
list of view-declaration-language-factory

removeAllViewDeclarationLanguageFactory

FacesConfigFactoryType<T> removeAllViewDeclarationLanguageFactory()
Removes the view-declaration-language-factory element

Returns:
the current instance of FacesConfigFactoryType

tagHandlerDelegateFactory

FacesConfigFactoryType<T> tagHandlerDelegateFactory(String... values)
Creates for all String objects representing tag-handler-delegate-factory elements, a new tag-handler-delegate-factory element

Parameters:
values - list of tag-handler-delegate-factory objects
Returns:
the current instance of FacesConfigFactoryType

getAllTagHandlerDelegateFactory

List<String> getAllTagHandlerDelegateFactory()
Returns all tag-handler-delegate-factory elements

Returns:
list of tag-handler-delegate-factory

removeAllTagHandlerDelegateFactory

FacesConfigFactoryType<T> removeAllTagHandlerDelegateFactory()
Removes the tag-handler-delegate-factory element

Returns:
the current instance of FacesConfigFactoryType

renderKitFactory

FacesConfigFactoryType<T> renderKitFactory(String... values)
Creates for all String objects representing render-kit-factory elements, a new render-kit-factory element

Parameters:
values - list of render-kit-factory objects
Returns:
the current instance of FacesConfigFactoryType

getAllRenderKitFactory

List<String> getAllRenderKitFactory()
Returns all render-kit-factory elements

Returns:
list of render-kit-factory

removeAllRenderKitFactory

FacesConfigFactoryType<T> removeAllRenderKitFactory()
Removes the render-kit-factory element

Returns:
the current instance of FacesConfigFactoryType

visitContextFactory

FacesConfigFactoryType<T> visitContextFactory(String... values)
Creates for all String objects representing visit-context-factory elements, a new visit-context-factory element

Parameters:
values - list of visit-context-factory objects
Returns:
the current instance of FacesConfigFactoryType

getAllVisitContextFactory

List<String> getAllVisitContextFactory()
Returns all visit-context-factory elements

Returns:
list of visit-context-factory

removeAllVisitContextFactory

FacesConfigFactoryType<T> removeAllVisitContextFactory()
Removes the visit-context-factory element

Returns:
the current instance of FacesConfigFactoryType

factoryExtension

FacesConfigFactoryType<T> factoryExtension()
Sets the factory-extension element

Returns:
the current instance of FacesConfigFactoryType

isFactoryExtension

Boolean isFactoryExtension()
Removes the factory-extension element

Returns:
the current instance of FacesConfigFactoryType

removeFactoryExtension

FacesConfigFactoryType<T> removeFactoryExtension()
Removes the factory-extension element

Returns:
the current instance of FacesConfigFactoryType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.