java.lang.Object
javax.faces.application.Application
org.apache.myfaces.application.ApplicationImpl
- public class ApplicationImpl
- extends javax.faces.application.Application
DOCUMENT ME!
- Version:
- $Revision: 267274 $ $Date: 2005-09-02 14:53:14 -0400 (Fri, 02 Sep 2005) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static final org.apache.commons.logging.Log log
_valueBindingCache
private final java.util.Map _valueBindingCache
_supportedLocales
private java.util.Collection _supportedLocales
_defaultLocale
private java.util.Locale _defaultLocale
_messageBundle
private java.lang.String _messageBundle
_viewHandler
private javax.faces.application.ViewHandler _viewHandler
_navigationHandler
private javax.faces.application.NavigationHandler _navigationHandler
_variableResolver
private javax.faces.el.VariableResolver _variableResolver
_propertyResolver
private javax.faces.el.PropertyResolver _propertyResolver
_actionListener
private javax.faces.event.ActionListener _actionListener
_defaultRenderKitId
private java.lang.String _defaultRenderKitId
_stateManager
private javax.faces.application.StateManager _stateManager
_converterIdToClassMap
private final java.util.Map _converterIdToClassMap
_converterClassNameToClassMap
private final java.util.Map _converterClassNameToClassMap
_converterClassNameToConfigurationMap
private final java.util.Map _converterClassNameToConfigurationMap
_componentClassMap
private final java.util.Map _componentClassMap
_validatorClassMap
private final java.util.Map _validatorClassMap
ApplicationImpl
public ApplicationImpl()
setActionListener
public void setActionListener(javax.faces.event.ActionListener actionListener)
getActionListener
public javax.faces.event.ActionListener getActionListener()
getComponentTypes
public java.util.Iterator getComponentTypes()
getConverterIds
public java.util.Iterator getConverterIds()
getConverterTypes
public java.util.Iterator getConverterTypes()
setDefaultLocale
public void setDefaultLocale(java.util.Locale locale)
getDefaultLocale
public java.util.Locale getDefaultLocale()
setMessageBundle
public void setMessageBundle(java.lang.String messageBundle)
getMessageBundle
public java.lang.String getMessageBundle()
setNavigationHandler
public void setNavigationHandler(javax.faces.application.NavigationHandler navigationHandler)
getNavigationHandler
public javax.faces.application.NavigationHandler getNavigationHandler()
setPropertyResolver
public void setPropertyResolver(javax.faces.el.PropertyResolver propertyResolver)
getPropertyResolver
public javax.faces.el.PropertyResolver getPropertyResolver()
setSupportedLocales
public void setSupportedLocales(java.util.Collection locales)
getSupportedLocales
public java.util.Iterator getSupportedLocales()
getValidatorIds
public java.util.Iterator getValidatorIds()
setVariableResolver
public void setVariableResolver(javax.faces.el.VariableResolver variableResolver)
getVariableResolver
public javax.faces.el.VariableResolver getVariableResolver()
setViewHandler
public void setViewHandler(javax.faces.application.ViewHandler viewHandler)
getViewHandler
public javax.faces.application.ViewHandler getViewHandler()
addComponent
public void addComponent(java.lang.String componentType,
java.lang.String componentClassName)
addConverter
public void addConverter(java.lang.String converterId,
java.lang.String converterClass)
addConverter
public void addConverter(java.lang.Class targetClass,
java.lang.String converterClass)
addConverterConfiguration
public void addConverterConfiguration(java.lang.String converterClassName,
org.apache.myfaces.config.impl.digester.elements.Converter configuration)
addValidator
public void addValidator(java.lang.String validatorId,
java.lang.String validatorClass)
createComponent
public javax.faces.component.UIComponent createComponent(java.lang.String componentType)
throws javax.faces.FacesException
createComponent
public javax.faces.component.UIComponent createComponent(javax.faces.el.ValueBinding valueBinding,
javax.faces.context.FacesContext facesContext,
java.lang.String componentType)
throws javax.faces.FacesException
createConverter
public javax.faces.convert.Converter createConverter(java.lang.String converterId)
createConverter
public javax.faces.convert.Converter createConverter(java.lang.Class targetClass)
internalCreateConverter
private javax.faces.convert.Converter internalCreateConverter(java.lang.Class targetClass)
setConverterProperties
private void setConverterProperties(java.lang.Class converterClass,
javax.faces.convert.Converter converter)
createMethodBinding
public javax.faces.el.MethodBinding createMethodBinding(java.lang.String reference,
java.lang.Class[] params)
throws javax.faces.el.ReferenceSyntaxException
createValidator
public javax.faces.validator.Validator createValidator(java.lang.String validatorId)
throws javax.faces.FacesException
createValueBinding
public javax.faces.el.ValueBinding createValueBinding(java.lang.String reference)
throws javax.faces.el.ReferenceSyntaxException
getDefaultRenderKitId
public java.lang.String getDefaultRenderKitId()
setDefaultRenderKitId
public void setDefaultRenderKitId(java.lang.String defaultRenderKitId)
getStateManager
public javax.faces.application.StateManager getStateManager()
setStateManager
public void setStateManager(javax.faces.application.StateManager stateManager)