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.Applicationpublic javax.faces.event.ActionListener getActionListener()
getActionListener in class javax.faces.application.Applicationpublic Iterator getComponentTypes()
getComponentTypes in class javax.faces.application.Applicationpublic Iterator getConverterIds()
getConverterIds in class javax.faces.application.Applicationpublic Iterator getConverterTypes()
getConverterTypes in class javax.faces.application.Applicationpublic void setDefaultLocale(Locale locale)
setDefaultLocale in class javax.faces.application.Applicationpublic Locale getDefaultLocale()
getDefaultLocale in class javax.faces.application.Applicationpublic void setMessageBundle(String messageBundle)
setMessageBundle in class javax.faces.application.Applicationpublic String getMessageBundle()
getMessageBundle in class javax.faces.application.Applicationpublic void setNavigationHandler(javax.faces.application.NavigationHandler navigationHandler)
setNavigationHandler in class javax.faces.application.Applicationpublic javax.faces.application.NavigationHandler getNavigationHandler()
getNavigationHandler in class javax.faces.application.Applicationpublic void setPropertyResolver(javax.faces.el.PropertyResolver propertyResolver)
setPropertyResolver in class javax.faces.application.Applicationpublic javax.faces.el.PropertyResolver getPropertyResolver()
getPropertyResolver in class javax.faces.application.Applicationpublic void setSupportedLocales(Collection locales)
setSupportedLocales in class javax.faces.application.Applicationpublic Iterator getSupportedLocales()
getSupportedLocales in class javax.faces.application.Applicationpublic Iterator getValidatorIds()
getValidatorIds in class javax.faces.application.Applicationpublic void setVariableResolver(javax.faces.el.VariableResolver variableResolver)
setVariableResolver in class javax.faces.application.Applicationpublic javax.faces.el.VariableResolver getVariableResolver()
getVariableResolver in class javax.faces.application.Applicationpublic void setViewHandler(javax.faces.application.ViewHandler viewHandler)
setViewHandler in class javax.faces.application.Applicationpublic javax.faces.application.ViewHandler getViewHandler()
getViewHandler in class javax.faces.application.Applicationpublic void addComponent(String componentType, String componentClassName)
addComponent in class javax.faces.application.Applicationpublic void addConverter(String converterId, String converterClass)
addConverter in class javax.faces.application.Applicationpublic void addConverter(Class targetClass, String converterClass)
addConverter in class javax.faces.application.Applicationpublic void addConverterConfiguration(String converterClassName, Converter configuration)
public void addValidator(String validatorId, String validatorClass)
addValidator in class javax.faces.application.Applicationpublic javax.faces.component.UIComponent createComponent(String componentType) throws javax.faces.FacesException
createComponent in class javax.faces.application.Applicationjavax.faces.FacesExceptionpublic 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.Applicationjavax.faces.FacesExceptionpublic javax.faces.convert.Converter createConverter(String converterId)
createConverter in class javax.faces.application.Applicationpublic javax.faces.convert.Converter createConverter(Class targetClass)
createConverter in class javax.faces.application.Applicationpublic javax.faces.el.MethodBinding createMethodBinding(String reference, Class[] params) throws javax.faces.el.ReferenceSyntaxException
createMethodBinding in class javax.faces.application.Applicationjavax.faces.el.ReferenceSyntaxExceptionpublic javax.faces.validator.Validator createValidator(String validatorId) throws javax.faces.FacesException
createValidator in class javax.faces.application.Applicationjavax.faces.FacesExceptionpublic javax.faces.el.ValueBinding createValueBinding(String reference) throws javax.faces.el.ReferenceSyntaxException
createValueBinding in class javax.faces.application.Applicationjavax.faces.el.ReferenceSyntaxExceptionpublic String getDefaultRenderKitId()
getDefaultRenderKitId in class javax.faces.application.Applicationpublic void setDefaultRenderKitId(String defaultRenderKitId)
setDefaultRenderKitId in class javax.faces.application.Applicationpublic javax.faces.application.StateManager getStateManager()
getStateManager in class javax.faces.application.Applicationpublic void setStateManager(javax.faces.application.StateManager stateManager)
setStateManager in class javax.faces.application.ApplicationCopyright © 2013 Apache Software Foundation. All Rights Reserved.