org.apache.myfaces.application
Class ApplicationImpl
java.lang.Object
   javax.faces.application.Application
javax.faces.application.Application
       org.apache.myfaces.application.ApplicationImpl
org.apache.myfaces.application.ApplicationImpl
- public class ApplicationImpl 
- extends javax.faces.application.Application
DOCUMENT ME!
- Version:
- $Revision: 1000673 $ $Date: 2010-09-23 19:40:36 -0500 (Thu, 23 Sep 2010) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $), Anton Koinov, Thomas Spiegl
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ApplicationImpl
public ApplicationImpl()
setActionListener
public void setActionListener(javax.faces.event.ActionListener actionListener)
- 
- Specified by:
- setActionListenerin class- javax.faces.application.Application
 
- 
 
getActionListener
public javax.faces.event.ActionListener getActionListener()
- 
- Specified by:
- getActionListenerin class- javax.faces.application.Application
 
- 
 
getComponentTypes
public java.util.Iterator getComponentTypes()
- 
- Specified by:
- getComponentTypesin class- javax.faces.application.Application
 
- 
 
getConverterIds
public java.util.Iterator getConverterIds()
- 
- Specified by:
- getConverterIdsin class- javax.faces.application.Application
 
- 
 
getConverterTypes
public java.util.Iterator getConverterTypes()
- 
- Specified by:
- getConverterTypesin class- javax.faces.application.Application
 
- 
 
setDefaultLocale
public void setDefaultLocale(java.util.Locale locale)
- 
- Specified by:
- setDefaultLocalein class- javax.faces.application.Application
 
- 
 
getDefaultLocale
public java.util.Locale getDefaultLocale()
- 
- Specified by:
- getDefaultLocalein class- javax.faces.application.Application
 
- 
 
setMessageBundle
public void setMessageBundle(java.lang.String messageBundle)
- 
- Specified by:
- setMessageBundlein class- javax.faces.application.Application
 
- 
 
getMessageBundle
public java.lang.String getMessageBundle()
- 
- Specified by:
- getMessageBundlein class- javax.faces.application.Application
 
- 
 
setNavigationHandler
public void setNavigationHandler(javax.faces.application.NavigationHandler navigationHandler)
- 
- Specified by:
- setNavigationHandlerin class- javax.faces.application.Application
 
- 
 
getNavigationHandler
public javax.faces.application.NavigationHandler getNavigationHandler()
- 
- Specified by:
- getNavigationHandlerin class- javax.faces.application.Application
 
- 
 
setPropertyResolver
public void setPropertyResolver(javax.faces.el.PropertyResolver propertyResolver)
- 
- Specified by:
- setPropertyResolverin class- javax.faces.application.Application
 
- 
 
getPropertyResolver
public javax.faces.el.PropertyResolver getPropertyResolver()
- 
- Specified by:
- getPropertyResolverin class- javax.faces.application.Application
 
- 
 
setSupportedLocales
public void setSupportedLocales(java.util.Collection locales)
- 
- Specified by:
- setSupportedLocalesin class- javax.faces.application.Application
 
- 
 
getSupportedLocales
public java.util.Iterator getSupportedLocales()
- 
- Specified by:
- getSupportedLocalesin class- javax.faces.application.Application
 
- 
 
getValidatorIds
public java.util.Iterator getValidatorIds()
- 
- Specified by:
- getValidatorIdsin class- javax.faces.application.Application
 
- 
 
setVariableResolver
public void setVariableResolver(javax.faces.el.VariableResolver variableResolver)
- 
- Specified by:
- setVariableResolverin class- javax.faces.application.Application
 
- 
 
getVariableResolver
public javax.faces.el.VariableResolver getVariableResolver()
- 
- Specified by:
- getVariableResolverin class- javax.faces.application.Application
 
- 
 
setViewHandler
public void setViewHandler(javax.faces.application.ViewHandler viewHandler)
- 
- Specified by:
- setViewHandlerin class- javax.faces.application.Application
 
- 
 
getViewHandler
public javax.faces.application.ViewHandler getViewHandler()
- 
- Specified by:
- getViewHandlerin class- javax.faces.application.Application
 
- 
 
addComponent
public void addComponent(java.lang.String componentType,
                         java.lang.String componentClassName)
- 
- Specified by:
- addComponentin class- javax.faces.application.Application
 
- 
 
addConverter
public void addConverter(java.lang.String converterId,
                         java.lang.String converterClass)
- 
- Specified by:
- addConverterin class- javax.faces.application.Application
 
- 
 
addConverter
public void addConverter(java.lang.Class targetClass,
                         java.lang.String converterClass)
- 
- Specified by:
- addConverterin class- javax.faces.application.Application
 
- 
 
addValidator
public void addValidator(java.lang.String validatorId,
                         java.lang.String validatorClass)
- 
- Specified by:
- addValidatorin class- javax.faces.application.Application
 
- 
 
createComponent
public javax.faces.component.UIComponent createComponent(java.lang.String componentType)
                                                  throws javax.faces.FacesException
- 
- Specified by:
- createComponentin class- javax.faces.application.Application
 
- 
- 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
- 
- Specified by:
- createComponentin class- javax.faces.application.Application
 
- 
- Throws:
- javax.faces.FacesException
 
createConverter
public javax.faces.convert.Converter createConverter(java.lang.String converterId)
- 
- Specified by:
- createConverterin class- javax.faces.application.Application
 
- 
 
createConverter
public javax.faces.convert.Converter createConverter(java.lang.Class targetClass)
- 
- Specified by:
- createConverterin class- javax.faces.application.Application
 
- 
 
createMethodBinding
public javax.faces.el.MethodBinding createMethodBinding(java.lang.String reference,
                                                        java.lang.Class[] params)
                                                 throws javax.faces.el.ReferenceSyntaxException
- 
- Specified by:
- createMethodBindingin class- javax.faces.application.Application
 
- 
- Throws:
- javax.faces.el.ReferenceSyntaxException
 
createValidator
public javax.faces.validator.Validator createValidator(java.lang.String validatorId)
                                                throws javax.faces.FacesException
- 
- Specified by:
- createValidatorin class- javax.faces.application.Application
 
- 
- Throws:
- javax.faces.FacesException
 
createValueBinding
public javax.faces.el.ValueBinding createValueBinding(java.lang.String reference)
                                               throws javax.faces.el.ReferenceSyntaxException
- 
- Specified by:
- createValueBindingin class- javax.faces.application.Application
 
- 
- Throws:
- javax.faces.el.ReferenceSyntaxException
 
getDefaultRenderKitId
public java.lang.String getDefaultRenderKitId()
- 
- Specified by:
- getDefaultRenderKitIdin class- javax.faces.application.Application
 
- 
 
setDefaultRenderKitId
public void setDefaultRenderKitId(java.lang.String defaultRenderKitId)
- 
- Specified by:
- setDefaultRenderKitIdin class- javax.faces.application.Application
 
- 
 
getStateManager
public javax.faces.application.StateManager getStateManager()
- 
- Specified by:
- getStateManagerin class- javax.faces.application.Application
 
- 
 
setStateManager
public void setStateManager(javax.faces.application.StateManager stateManager)
- 
- Specified by:
- setStateManagerin class- javax.faces.application.Application
 
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.