public class ApplicationImpl
extends javax.faces.application.Application
Constructor and Description |
---|
ApplicationImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addComponent(String componentType,
String componentClassName) |
void |
addConverter(Class targetClass,
String converterClass) |
void |
addConverter(String converterId,
String converterClass) |
void |
addConverterConfiguration(String converterClassName,
Converter configuration) |
void |
addValidator(String validatorId,
String validatorClass) |
javax.faces.component.UIComponent |
createComponent(String componentType) |
javax.faces.component.UIComponent |
createComponent(javax.faces.el.ValueBinding valueBinding,
javax.faces.context.FacesContext facesContext,
String componentType) |
javax.faces.convert.Converter |
createConverter(Class targetClass) |
javax.faces.convert.Converter |
createConverter(String converterId) |
javax.faces.el.MethodBinding |
createMethodBinding(String reference,
Class[] params) |
javax.faces.validator.Validator |
createValidator(String validatorId) |
javax.faces.el.ValueBinding |
createValueBinding(String reference) |
javax.faces.event.ActionListener |
getActionListener() |
Iterator |
getComponentTypes() |
Iterator |
getConverterIds() |
Iterator |
getConverterTypes() |
Locale |
getDefaultLocale() |
String |
getDefaultRenderKitId() |
String |
getMessageBundle() |
javax.faces.application.NavigationHandler |
getNavigationHandler() |
javax.faces.el.PropertyResolver |
getPropertyResolver() |
javax.faces.application.StateManager |
getStateManager() |
Iterator |
getSupportedLocales() |
Iterator |
getValidatorIds() |
javax.faces.el.VariableResolver |
getVariableResolver() |
javax.faces.application.ViewHandler |
getViewHandler() |
void |
setActionListener(javax.faces.event.ActionListener actionListener) |
void |
setDefaultLocale(Locale locale) |
void |
setDefaultRenderKitId(String defaultRenderKitId) |
void |
setMessageBundle(String messageBundle) |
void |
setNavigationHandler(javax.faces.application.NavigationHandler navigationHandler) |
void |
setPropertyResolver(javax.faces.el.PropertyResolver propertyResolver) |
void |
setStateManager(javax.faces.application.StateManager stateManager) |
void |
setSupportedLocales(Collection locales) |
void |
setVariableResolver(javax.faces.el.VariableResolver variableResolver) |
void |
setViewHandler(javax.faces.application.ViewHandler viewHandler) |
public void setActionListener(javax.faces.event.ActionListener actionListener)
setActionListener
in class javax.faces.application.Application
public javax.faces.event.ActionListener getActionListener()
getActionListener
in class javax.faces.application.Application
public Iterator getComponentTypes()
getComponentTypes
in class javax.faces.application.Application
public Iterator getConverterIds()
getConverterIds
in class javax.faces.application.Application
public Iterator getConverterTypes()
getConverterTypes
in class javax.faces.application.Application
public void setDefaultLocale(Locale locale)
setDefaultLocale
in class javax.faces.application.Application
public Locale getDefaultLocale()
getDefaultLocale
in class javax.faces.application.Application
public void setMessageBundle(String messageBundle)
setMessageBundle
in class javax.faces.application.Application
public String getMessageBundle()
getMessageBundle
in class javax.faces.application.Application
public void setNavigationHandler(javax.faces.application.NavigationHandler navigationHandler)
setNavigationHandler
in class javax.faces.application.Application
public javax.faces.application.NavigationHandler getNavigationHandler()
getNavigationHandler
in class javax.faces.application.Application
public void setPropertyResolver(javax.faces.el.PropertyResolver propertyResolver)
setPropertyResolver
in class javax.faces.application.Application
public javax.faces.el.PropertyResolver getPropertyResolver()
getPropertyResolver
in class javax.faces.application.Application
public void setSupportedLocales(Collection locales)
setSupportedLocales
in class javax.faces.application.Application
public Iterator getSupportedLocales()
getSupportedLocales
in class javax.faces.application.Application
public Iterator getValidatorIds()
getValidatorIds
in class javax.faces.application.Application
public void setVariableResolver(javax.faces.el.VariableResolver variableResolver)
setVariableResolver
in class javax.faces.application.Application
public javax.faces.el.VariableResolver getVariableResolver()
getVariableResolver
in class javax.faces.application.Application
public void setViewHandler(javax.faces.application.ViewHandler viewHandler)
setViewHandler
in class javax.faces.application.Application
public javax.faces.application.ViewHandler getViewHandler()
getViewHandler
in class javax.faces.application.Application
public void addComponent(String componentType, String componentClassName)
addComponent
in class javax.faces.application.Application
public void addConverter(String converterId, String converterClass)
addConverter
in class javax.faces.application.Application
public void addConverter(Class targetClass, String converterClass)
addConverter
in class javax.faces.application.Application
public void addConverterConfiguration(String converterClassName, Converter configuration)
public void addValidator(String validatorId, String validatorClass)
addValidator
in class javax.faces.application.Application
public javax.faces.component.UIComponent createComponent(String componentType) throws javax.faces.FacesException
createComponent
in class javax.faces.application.Application
javax.faces.FacesException
public javax.faces.component.UIComponent createComponent(javax.faces.el.ValueBinding valueBinding, javax.faces.context.FacesContext facesContext, String componentType) throws javax.faces.FacesException
createComponent
in class javax.faces.application.Application
javax.faces.FacesException
public javax.faces.convert.Converter createConverter(String converterId)
createConverter
in class javax.faces.application.Application
public javax.faces.convert.Converter createConverter(Class targetClass)
createConverter
in class javax.faces.application.Application
public javax.faces.el.MethodBinding createMethodBinding(String reference, Class[] params) throws javax.faces.el.ReferenceSyntaxException
createMethodBinding
in class javax.faces.application.Application
javax.faces.el.ReferenceSyntaxException
public javax.faces.validator.Validator createValidator(String validatorId) throws javax.faces.FacesException
createValidator
in class javax.faces.application.Application
javax.faces.FacesException
public javax.faces.el.ValueBinding createValueBinding(String reference) throws javax.faces.el.ReferenceSyntaxException
createValueBinding
in class javax.faces.application.Application
javax.faces.el.ReferenceSyntaxException
public String getDefaultRenderKitId()
getDefaultRenderKitId
in class javax.faces.application.Application
public void setDefaultRenderKitId(String defaultRenderKitId)
setDefaultRenderKitId
in class javax.faces.application.Application
public javax.faces.application.StateManager getStateManager()
getStateManager
in class javax.faces.application.Application
public void setStateManager(javax.faces.application.StateManager stateManager)
setStateManager
in class javax.faces.application.Application
Copyright © 2013 Apache Software Foundation. All Rights Reserved.