ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

All Superinterfaces:
Child<T>

public interface FacesConfigApplicationType<T>
extends Child<T>

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

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

Method Summary
 FacesConfigApplicationType<T> actionListener(String... values)
          Creates for all String objects representing action-listener elements, a new action-listener element
 FacesConfigApplicationType<T> applicationExtension()
          Sets the application-extension element
 FacesConfigDefaultValidatorsType<FacesConfigApplicationType<T>> createDefaultValidators()
          Creates a new default-validators element
 FacesConfigLocaleConfigType<FacesConfigApplicationType<T>> createLocaleConfig()
          Creates a new locale-config element
 FacesConfigApplicationResourceBundleType<FacesConfigApplicationType<T>> createResourceBundle()
          Creates a new resource-bundle element
 FacesConfigSystemEventListenerType<FacesConfigApplicationType<T>> createSystemEventListener()
          Creates a new system-event-listener element
 FacesConfigApplicationType<T> defaultRenderKitId(String... values)
          Creates for all String objects representing default-render-kit-id elements, a new default-render-kit-id element
 FacesConfigApplicationType<T> elResolver(String... values)
          Creates for all String objects representing el-resolver elements, a new el-resolver element
 List<String> getAllActionListener()
          Returns all action-listener elements
 List<String> getAllDefaultRenderKitId()
          Returns all default-render-kit-id elements
 List<FacesConfigDefaultValidatorsType<FacesConfigApplicationType<T>>> getAllDefaultValidators()
          Returns all default-validators elements
 List<String> getAllElResolver()
          Returns all el-resolver elements
 List<FacesConfigLocaleConfigType<FacesConfigApplicationType<T>>> getAllLocaleConfig()
          Returns all locale-config elements
 List<String> getAllMessageBundle()
          Returns all message-bundle elements
 List<String> getAllNavigationHandler()
          Returns all navigation-handler elements
 List<String> getAllPropertyResolver()
          Returns all property-resolver elements
 List<FacesConfigApplicationResourceBundleType<FacesConfigApplicationType<T>>> getAllResourceBundle()
          Returns all resource-bundle elements
 List<String> getAllResourceHandler()
          Returns all resource-handler elements
 List<String> getAllStateManager()
          Returns all state-manager elements
 List<FacesConfigSystemEventListenerType<FacesConfigApplicationType<T>>> getAllSystemEventListener()
          Returns all system-event-listener elements
 List<String> getAllVariableResolver()
          Returns all variable-resolver elements
 List<String> getAllViewHandler()
          Returns all view-handler elements
 FacesConfigDefaultValidatorsType<FacesConfigApplicationType<T>> getOrCreateDefaultValidators()
          If not already created, a new default-validators element will be created and returned.
 FacesConfigLocaleConfigType<FacesConfigApplicationType<T>> getOrCreateLocaleConfig()
          If not already created, a new locale-config element will be created and returned.
 FacesConfigApplicationResourceBundleType<FacesConfigApplicationType<T>> getOrCreateResourceBundle()
          If not already created, a new resource-bundle element will be created and returned.
 FacesConfigSystemEventListenerType<FacesConfigApplicationType<T>> getOrCreateSystemEventListener()
          If not already created, a new system-event-listener element will be created and returned.
 Boolean isApplicationExtension()
          Removes the application-extension element
 FacesConfigApplicationType<T> messageBundle(String... values)
          Creates for all String objects representing message-bundle elements, a new message-bundle element
 FacesConfigApplicationType<T> navigationHandler(String... values)
          Creates for all String objects representing navigation-handler elements, a new navigation-handler element
 FacesConfigApplicationType<T> propertyResolver(String... values)
          Creates for all String objects representing property-resolver elements, a new property-resolver element
 FacesConfigApplicationType<T> removeAllActionListener()
          Removes the action-listener element
 FacesConfigApplicationType<T> removeAllDefaultRenderKitId()
          Removes the default-render-kit-id element
 FacesConfigApplicationType<T> removeAllDefaultValidators()
          Removes all default-validators elements
 FacesConfigApplicationType<T> removeAllElResolver()
          Removes the el-resolver element
 FacesConfigApplicationType<T> removeAllLocaleConfig()
          Removes all locale-config elements
 FacesConfigApplicationType<T> removeAllMessageBundle()
          Removes the message-bundle element
 FacesConfigApplicationType<T> removeAllNavigationHandler()
          Removes the navigation-handler element
 FacesConfigApplicationType<T> removeAllPropertyResolver()
          Removes the property-resolver element
 FacesConfigApplicationType<T> removeAllResourceBundle()
          Removes all resource-bundle elements
 FacesConfigApplicationType<T> removeAllResourceHandler()
          Removes the resource-handler element
 FacesConfigApplicationType<T> removeAllStateManager()
          Removes the state-manager element
 FacesConfigApplicationType<T> removeAllSystemEventListener()
          Removes all system-event-listener elements
 FacesConfigApplicationType<T> removeAllVariableResolver()
          Removes the variable-resolver element
 FacesConfigApplicationType<T> removeAllViewHandler()
          Removes the view-handler element
 FacesConfigApplicationType<T> removeApplicationExtension()
          Removes the application-extension element
 FacesConfigApplicationType<T> resourceHandler(String... values)
          Creates for all String objects representing resource-handler elements, a new resource-handler element
 FacesConfigApplicationType<T> stateManager(String... values)
          Creates for all String objects representing state-manager elements, a new state-manager element
 FacesConfigApplicationType<T> variableResolver(String... values)
          Creates for all String objects representing variable-resolver elements, a new variable-resolver element
 FacesConfigApplicationType<T> viewHandler(String... values)
          Creates for all String objects representing view-handler elements, a new view-handler element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

actionListener

FacesConfigApplicationType<T> actionListener(String... values)
Creates for all String objects representing action-listener elements, a new action-listener element

Parameters:
values - list of action-listener objects
Returns:
the current instance of FacesConfigApplicationType

getAllActionListener

List<String> getAllActionListener()
Returns all action-listener elements

Returns:
list of action-listener

removeAllActionListener

FacesConfigApplicationType<T> removeAllActionListener()
Removes the action-listener element

Returns:
the current instance of FacesConfigApplicationType

defaultRenderKitId

FacesConfigApplicationType<T> defaultRenderKitId(String... values)
Creates for all String objects representing default-render-kit-id elements, a new default-render-kit-id element

Parameters:
values - list of default-render-kit-id objects
Returns:
the current instance of FacesConfigApplicationType

getAllDefaultRenderKitId

List<String> getAllDefaultRenderKitId()
Returns all default-render-kit-id elements

Returns:
list of default-render-kit-id

removeAllDefaultRenderKitId

FacesConfigApplicationType<T> removeAllDefaultRenderKitId()
Removes the default-render-kit-id element

Returns:
the current instance of FacesConfigApplicationType

messageBundle

FacesConfigApplicationType<T> messageBundle(String... values)
Creates for all String objects representing message-bundle elements, a new message-bundle element

Parameters:
values - list of message-bundle objects
Returns:
the current instance of FacesConfigApplicationType

getAllMessageBundle

List<String> getAllMessageBundle()
Returns all message-bundle elements

Returns:
list of message-bundle

removeAllMessageBundle

FacesConfigApplicationType<T> removeAllMessageBundle()
Removes the message-bundle element

Returns:
the current instance of FacesConfigApplicationType

navigationHandler

FacesConfigApplicationType<T> navigationHandler(String... values)
Creates for all String objects representing navigation-handler elements, a new navigation-handler element

Parameters:
values - list of navigation-handler objects
Returns:
the current instance of FacesConfigApplicationType

getAllNavigationHandler

List<String> getAllNavigationHandler()
Returns all navigation-handler elements

Returns:
list of navigation-handler

removeAllNavigationHandler

FacesConfigApplicationType<T> removeAllNavigationHandler()
Removes the navigation-handler element

Returns:
the current instance of FacesConfigApplicationType

viewHandler

FacesConfigApplicationType<T> viewHandler(String... values)
Creates for all String objects representing view-handler elements, a new view-handler element

Parameters:
values - list of view-handler objects
Returns:
the current instance of FacesConfigApplicationType

getAllViewHandler

List<String> getAllViewHandler()
Returns all view-handler elements

Returns:
list of view-handler

removeAllViewHandler

FacesConfigApplicationType<T> removeAllViewHandler()
Removes the view-handler element

Returns:
the current instance of FacesConfigApplicationType

stateManager

FacesConfigApplicationType<T> stateManager(String... values)
Creates for all String objects representing state-manager elements, a new state-manager element

Parameters:
values - list of state-manager objects
Returns:
the current instance of FacesConfigApplicationType

getAllStateManager

List<String> getAllStateManager()
Returns all state-manager elements

Returns:
list of state-manager

removeAllStateManager

FacesConfigApplicationType<T> removeAllStateManager()
Removes the state-manager element

Returns:
the current instance of FacesConfigApplicationType

elResolver

FacesConfigApplicationType<T> elResolver(String... values)
Creates for all String objects representing el-resolver elements, a new el-resolver element

Parameters:
values - list of el-resolver objects
Returns:
the current instance of FacesConfigApplicationType

getAllElResolver

List<String> getAllElResolver()
Returns all el-resolver elements

Returns:
list of el-resolver

removeAllElResolver

FacesConfigApplicationType<T> removeAllElResolver()
Removes the el-resolver element

Returns:
the current instance of FacesConfigApplicationType

propertyResolver

FacesConfigApplicationType<T> propertyResolver(String... values)
Creates for all String objects representing property-resolver elements, a new property-resolver element

Parameters:
values - list of property-resolver objects
Returns:
the current instance of FacesConfigApplicationType

getAllPropertyResolver

List<String> getAllPropertyResolver()
Returns all property-resolver elements

Returns:
list of property-resolver

removeAllPropertyResolver

FacesConfigApplicationType<T> removeAllPropertyResolver()
Removes the property-resolver element

Returns:
the current instance of FacesConfigApplicationType

variableResolver

FacesConfigApplicationType<T> variableResolver(String... values)
Creates for all String objects representing variable-resolver elements, a new variable-resolver element

Parameters:
values - list of variable-resolver objects
Returns:
the current instance of FacesConfigApplicationType

getAllVariableResolver

List<String> getAllVariableResolver()
Returns all variable-resolver elements

Returns:
list of variable-resolver

removeAllVariableResolver

FacesConfigApplicationType<T> removeAllVariableResolver()
Removes the variable-resolver element

Returns:
the current instance of FacesConfigApplicationType

resourceHandler

FacesConfigApplicationType<T> resourceHandler(String... values)
Creates for all String objects representing resource-handler elements, a new resource-handler element

Parameters:
values - list of resource-handler objects
Returns:
the current instance of FacesConfigApplicationType

getAllResourceHandler

List<String> getAllResourceHandler()
Returns all resource-handler elements

Returns:
list of resource-handler

removeAllResourceHandler

FacesConfigApplicationType<T> removeAllResourceHandler()
Removes the resource-handler element

Returns:
the current instance of FacesConfigApplicationType

getOrCreateSystemEventListener

FacesConfigSystemEventListenerType<FacesConfigApplicationType<T>> getOrCreateSystemEventListener()
If not already created, a new system-event-listener element will be created and returned. Otherwise, the first existing system-event-listener element will be returned.

Returns:
the instance defined for the element system-event-listener

createSystemEventListener

FacesConfigSystemEventListenerType<FacesConfigApplicationType<T>> createSystemEventListener()
Creates a new system-event-listener element

Returns:
the new created instance of FacesConfigSystemEventListenerType>

getAllSystemEventListener

List<FacesConfigSystemEventListenerType<FacesConfigApplicationType<T>>> getAllSystemEventListener()
Returns all system-event-listener elements

Returns:
list of system-event-listener

removeAllSystemEventListener

FacesConfigApplicationType<T> removeAllSystemEventListener()
Removes all system-event-listener elements

Returns:
the current instance of FacesConfigSystemEventListenerType>

getOrCreateLocaleConfig

FacesConfigLocaleConfigType<FacesConfigApplicationType<T>> getOrCreateLocaleConfig()
If not already created, a new locale-config element will be created and returned. Otherwise, the first existing locale-config element will be returned.

Returns:
the instance defined for the element locale-config

createLocaleConfig

FacesConfigLocaleConfigType<FacesConfigApplicationType<T>> createLocaleConfig()
Creates a new locale-config element

Returns:
the new created instance of FacesConfigLocaleConfigType>

getAllLocaleConfig

List<FacesConfigLocaleConfigType<FacesConfigApplicationType<T>>> getAllLocaleConfig()
Returns all locale-config elements

Returns:
list of locale-config

removeAllLocaleConfig

FacesConfigApplicationType<T> removeAllLocaleConfig()
Removes all locale-config elements

Returns:
the current instance of FacesConfigLocaleConfigType>

getOrCreateResourceBundle

FacesConfigApplicationResourceBundleType<FacesConfigApplicationType<T>> getOrCreateResourceBundle()
If not already created, a new resource-bundle element will be created and returned. Otherwise, the first existing resource-bundle element will be returned.

Returns:
the instance defined for the element resource-bundle

createResourceBundle

FacesConfigApplicationResourceBundleType<FacesConfigApplicationType<T>> createResourceBundle()
Creates a new resource-bundle element

Returns:
the new created instance of FacesConfigApplicationResourceBundleType>

getAllResourceBundle

List<FacesConfigApplicationResourceBundleType<FacesConfigApplicationType<T>>> getAllResourceBundle()
Returns all resource-bundle elements

Returns:
list of resource-bundle

removeAllResourceBundle

FacesConfigApplicationType<T> removeAllResourceBundle()
Removes all resource-bundle elements

Returns:
the current instance of FacesConfigApplicationResourceBundleType>

applicationExtension

FacesConfigApplicationType<T> applicationExtension()
Sets the application-extension element

Returns:
the current instance of FacesConfigApplicationType

isApplicationExtension

Boolean isApplicationExtension()
Removes the application-extension element

Returns:
the current instance of FacesConfigApplicationType

removeApplicationExtension

FacesConfigApplicationType<T> removeApplicationExtension()
Removes the application-extension element

Returns:
the current instance of FacesConfigApplicationType

getOrCreateDefaultValidators

FacesConfigDefaultValidatorsType<FacesConfigApplicationType<T>> getOrCreateDefaultValidators()
If not already created, a new default-validators element will be created and returned. Otherwise, the first existing default-validators element will be returned.

Returns:
the instance defined for the element default-validators

createDefaultValidators

FacesConfigDefaultValidatorsType<FacesConfigApplicationType<T>> createDefaultValidators()
Creates a new default-validators element

Returns:
the new created instance of FacesConfigDefaultValidatorsType>

getAllDefaultValidators

List<FacesConfigDefaultValidatorsType<FacesConfigApplicationType<T>>> getAllDefaultValidators()
Returns all default-validators elements

Returns:
list of default-validators

removeAllDefaultValidators

FacesConfigApplicationType<T> removeAllDefaultValidators()
Removes all default-validators elements

Returns:
the current instance of FacesConfigDefaultValidatorsType>

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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