public interface FacesConfigApplicationType<T> extends Child<T>, JavaeeFacesConfigApplicationCommonType<T,FacesConfigApplicationType<T>,FacesConfigSystemEventListenerType<FacesConfigApplicationType<T>>,FacesConfigLocaleConfigType<FacesConfigApplicationType<T>>,FacesConfigApplicationResourceBundleType<FacesConfigApplicationType<T>>,FacesConfigDefaultValidatorsType<FacesConfigApplicationType<T>>>
faces-config-applicationType
xsd typeModifier and Type | Method and Description |
---|---|
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 |
String |
getId()
Returns the
id attribute |
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. |
FacesConfigApplicationType<T> |
id(String id)
Sets the
id attribute |
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> |
removeId()
Removes the
id attribute |
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 |
FacesConfigApplicationType<T> actionListener(String... values)
action-listener
elements,
a new action-listener
elementvalues
- list of action-listener
objectsFacesConfigApplicationType
List<String> getAllActionListener()
action-listener
elementsaction-listener
FacesConfigApplicationType<T> removeAllActionListener()
action-listener
elementFacesConfigApplicationType
FacesConfigApplicationType<T> defaultRenderKitId(String... values)
default-render-kit-id
elements,
a new default-render-kit-id
elementvalues
- list of default-render-kit-id
objectsFacesConfigApplicationType
List<String> getAllDefaultRenderKitId()
default-render-kit-id
elementsdefault-render-kit-id
FacesConfigApplicationType<T> removeAllDefaultRenderKitId()
default-render-kit-id
elementFacesConfigApplicationType
FacesConfigApplicationType<T> messageBundle(String... values)
message-bundle
elements,
a new message-bundle
elementvalues
- list of message-bundle
objectsFacesConfigApplicationType
List<String> getAllMessageBundle()
message-bundle
elementsmessage-bundle
FacesConfigApplicationType<T> removeAllMessageBundle()
message-bundle
elementFacesConfigApplicationType
FacesConfigApplicationType<T> navigationHandler(String... values)
navigation-handler
elements,
a new navigation-handler
elementvalues
- list of navigation-handler
objectsFacesConfigApplicationType
List<String> getAllNavigationHandler()
navigation-handler
elementsnavigation-handler
FacesConfigApplicationType<T> removeAllNavigationHandler()
navigation-handler
elementFacesConfigApplicationType
FacesConfigApplicationType<T> viewHandler(String... values)
view-handler
elements,
a new view-handler
elementvalues
- list of view-handler
objectsFacesConfigApplicationType
List<String> getAllViewHandler()
view-handler
elementsview-handler
FacesConfigApplicationType<T> removeAllViewHandler()
view-handler
elementFacesConfigApplicationType
FacesConfigApplicationType<T> stateManager(String... values)
state-manager
elements,
a new state-manager
elementvalues
- list of state-manager
objectsFacesConfigApplicationType
List<String> getAllStateManager()
state-manager
elementsstate-manager
FacesConfigApplicationType<T> removeAllStateManager()
state-manager
elementFacesConfigApplicationType
FacesConfigApplicationType<T> elResolver(String... values)
el-resolver
elements,
a new el-resolver
elementvalues
- list of el-resolver
objectsFacesConfigApplicationType
List<String> getAllElResolver()
el-resolver
elementsel-resolver
FacesConfigApplicationType<T> removeAllElResolver()
el-resolver
elementFacesConfigApplicationType
FacesConfigApplicationType<T> propertyResolver(String... values)
property-resolver
elements,
a new property-resolver
elementvalues
- list of property-resolver
objectsFacesConfigApplicationType
List<String> getAllPropertyResolver()
property-resolver
elementsproperty-resolver
FacesConfigApplicationType<T> removeAllPropertyResolver()
property-resolver
elementFacesConfigApplicationType
FacesConfigApplicationType<T> variableResolver(String... values)
variable-resolver
elements,
a new variable-resolver
elementvalues
- list of variable-resolver
objectsFacesConfigApplicationType
List<String> getAllVariableResolver()
variable-resolver
elementsvariable-resolver
FacesConfigApplicationType<T> removeAllVariableResolver()
variable-resolver
elementFacesConfigApplicationType
FacesConfigApplicationType<T> resourceHandler(String... values)
resource-handler
elements,
a new resource-handler
elementvalues
- list of resource-handler
objectsFacesConfigApplicationType
List<String> getAllResourceHandler()
resource-handler
elementsresource-handler
FacesConfigApplicationType<T> removeAllResourceHandler()
resource-handler
elementFacesConfigApplicationType
FacesConfigSystemEventListenerType<FacesConfigApplicationType<T>> getOrCreateSystemEventListener()
system-event-listener
element will be created and returned.
Otherwise, the first existing system-event-listener
element will be returned.system-event-listener
FacesConfigSystemEventListenerType<FacesConfigApplicationType<T>> createSystemEventListener()
system-event-listener
elementFacesConfigSystemEventListenerType>
List<FacesConfigSystemEventListenerType<FacesConfigApplicationType<T>>> getAllSystemEventListener()
system-event-listener
elementssystem-event-listener
FacesConfigApplicationType<T> removeAllSystemEventListener()
system-event-listener
elementsFacesConfigSystemEventListenerType>
FacesConfigLocaleConfigType<FacesConfigApplicationType<T>> getOrCreateLocaleConfig()
locale-config
element will be created and returned.
Otherwise, the first existing locale-config
element will be returned.locale-config
FacesConfigLocaleConfigType<FacesConfigApplicationType<T>> createLocaleConfig()
locale-config
elementFacesConfigLocaleConfigType>
List<FacesConfigLocaleConfigType<FacesConfigApplicationType<T>>> getAllLocaleConfig()
locale-config
elementslocale-config
FacesConfigApplicationType<T> removeAllLocaleConfig()
locale-config
elementsFacesConfigLocaleConfigType>
FacesConfigApplicationResourceBundleType<FacesConfigApplicationType<T>> getOrCreateResourceBundle()
resource-bundle
element will be created and returned.
Otherwise, the first existing resource-bundle
element will be returned.resource-bundle
FacesConfigApplicationResourceBundleType<FacesConfigApplicationType<T>> createResourceBundle()
resource-bundle
elementFacesConfigApplicationResourceBundleType>
List<FacesConfigApplicationResourceBundleType<FacesConfigApplicationType<T>>> getAllResourceBundle()
resource-bundle
elementsresource-bundle
FacesConfigApplicationType<T> removeAllResourceBundle()
resource-bundle
elementsFacesConfigApplicationResourceBundleType>
FacesConfigApplicationType<T> applicationExtension()
application-extension
elementFacesConfigApplicationType
Boolean isApplicationExtension()
application-extension
elementFacesConfigApplicationType
FacesConfigApplicationType<T> removeApplicationExtension()
application-extension
elementFacesConfigApplicationType
FacesConfigDefaultValidatorsType<FacesConfigApplicationType<T>> getOrCreateDefaultValidators()
default-validators
element will be created and returned.
Otherwise, the first existing default-validators
element will be returned.default-validators
FacesConfigDefaultValidatorsType<FacesConfigApplicationType<T>> createDefaultValidators()
default-validators
elementFacesConfigDefaultValidatorsType>
List<FacesConfigDefaultValidatorsType<FacesConfigApplicationType<T>>> getAllDefaultValidators()
default-validators
elementsdefault-validators
FacesConfigApplicationType<T> removeAllDefaultValidators()
default-validators
elementsFacesConfigDefaultValidatorsType>
FacesConfigApplicationType<T> id(String id)
id
attributeid
- the value for the attribute id
FacesConfigApplicationType
String getId()
id
attributeid
FacesConfigApplicationType<T> removeId()
id
attributeFacesConfigApplicationType
Copyright © 2024 JBoss by Red Hat. All rights reserved.