public class StateApplication
extends javax.faces.application.Application
| Constructor and Description |
|---|
StateApplication(javax.faces.application.Application parentApp) |
| Modifier and Type | Method and Description |
|---|---|
void |
addComponent(java.lang.String componentType,
java.lang.String componentClass) |
void |
addConverter(java.lang.Class targetClass,
java.lang.String converterClass) |
void |
addConverter(java.lang.String converterId,
java.lang.String converterClass) |
void |
addELContextListener(javax.el.ELContextListener listener) |
void |
addELResolver(javax.el.ELResolver resolver) |
void |
addValidator(java.lang.String validatorId,
java.lang.String validatorClass) |
javax.faces.component.UIComponent |
createComponent(java.lang.String componentType) |
javax.faces.component.UIComponent |
createComponent(javax.faces.el.ValueBinding componentBinding,
javax.faces.context.FacesContext context,
java.lang.String componentType)
Deprecated.
|
javax.faces.component.UIComponent |
createComponent(javax.el.ValueExpression componentExpression,
javax.faces.context.FacesContext context,
java.lang.String componentType) |
javax.faces.convert.Converter |
createConverter(java.lang.Class targetClass) |
javax.faces.convert.Converter |
createConverter(java.lang.String converterId) |
javax.faces.el.MethodBinding |
createMethodBinding(java.lang.String ref,
java.lang.Class[] params)
Deprecated.
|
javax.faces.validator.Validator |
createValidator(java.lang.String validatorId) |
javax.faces.el.ValueBinding |
createValueBinding(java.lang.String ref)
Deprecated.
|
java.lang.Object |
evaluateExpressionGet(javax.faces.context.FacesContext context,
java.lang.String expression,
java.lang.Class expectedType) |
javax.faces.event.ActionListener |
getActionListener() |
java.util.Iterator<java.lang.String> |
getComponentTypes() |
java.util.Iterator<java.lang.String> |
getConverterIds() |
java.util.Iterator<java.lang.Class> |
getConverterTypes() |
java.util.Locale |
getDefaultLocale() |
java.lang.String |
getDefaultRenderKitId() |
javax.el.ELContextListener[] |
getELContextListeners() |
javax.el.ELResolver |
getELResolver() |
javax.el.ExpressionFactory |
getExpressionFactory() |
java.lang.String |
getMessageBundle() |
javax.faces.application.NavigationHandler |
getNavigationHandler() |
javax.faces.el.PropertyResolver |
getPropertyResolver()
Deprecated.
|
java.util.ResourceBundle |
getResourceBundle(javax.faces.context.FacesContext ctx,
java.lang.String name) |
javax.faces.application.StateManager |
getStateManager() |
java.util.Iterator<java.util.Locale> |
getSupportedLocales() |
java.util.Iterator<java.lang.String> |
getValidatorIds() |
javax.faces.el.VariableResolver |
getVariableResolver()
Deprecated.
|
javax.faces.application.ViewHandler |
getViewHandler() |
void |
removeELContextListener(javax.el.ELContextListener listener) |
void |
setActionListener(javax.faces.event.ActionListener listener) |
void |
setDefaultLocale(java.util.Locale locale) |
void |
setDefaultRenderKitId(java.lang.String renderKitId) |
void |
setMessageBundle(java.lang.String bundle) |
void |
setNavigationHandler(javax.faces.application.NavigationHandler handler) |
void |
setPropertyResolver(javax.faces.el.PropertyResolver resolver)
Deprecated.
|
void |
setStateManager(javax.faces.application.StateManager manager) |
void |
setSupportedLocales(java.util.Collection<java.util.Locale> locales) |
void |
setVariableResolver(javax.faces.el.VariableResolver resolver)
Deprecated.
|
void |
setViewHandler(javax.faces.application.ViewHandler handler) |
public StateApplication(javax.faces.application.Application parentApp)
parent - public void addComponent(java.lang.String componentType,
java.lang.String componentClass)
addComponent in class javax.faces.application.ApplicationcomponentType - componentClass - Application.addComponent(java.lang.String, java.lang.String)public void addConverter(java.lang.Class targetClass,
java.lang.String converterClass)
addConverter in class javax.faces.application.ApplicationtargetClass - converterClass - Application.addConverter(java.lang.Class, java.lang.String)public void addConverter(java.lang.String converterId,
java.lang.String converterClass)
addConverter in class javax.faces.application.ApplicationconverterId - converterClass - Application.addConverter(java.lang.String, java.lang.String)public void addELContextListener(javax.el.ELContextListener listener)
addELContextListener in class javax.faces.application.Applicationlistener - Application.addELContextListener(javax.el.ELContextListener)public void addELResolver(javax.el.ELResolver resolver)
addELResolver in class javax.faces.application.Applicationresolver - Application.addELResolver(javax.el.ELResolver)public void addValidator(java.lang.String validatorId,
java.lang.String validatorClass)
addValidator in class javax.faces.application.ApplicationvalidatorId - validatorClass - Application.addValidator(java.lang.String, java.lang.String)public javax.faces.component.UIComponent createComponent(java.lang.String componentType)
throws javax.faces.FacesException
createComponent in class javax.faces.application.ApplicationcomponentType - javax.faces.FacesExceptionApplication.createComponent(java.lang.String)public javax.faces.component.UIComponent createComponent(javax.faces.el.ValueBinding componentBinding,
javax.faces.context.FacesContext context,
java.lang.String componentType)
throws javax.faces.FacesException
createComponent in class javax.faces.application.ApplicationcomponentBinding - context - componentType - javax.faces.FacesExceptionApplication.createComponent(javax.faces.el.ValueBinding, javax.faces.context.FacesContext, java.lang.String)public javax.faces.component.UIComponent createComponent(javax.el.ValueExpression componentExpression,
javax.faces.context.FacesContext context,
java.lang.String componentType)
throws javax.faces.FacesException
createComponent in class javax.faces.application.ApplicationcomponentExpression - context - componentType - javax.faces.FacesExceptionApplication.createComponent(javax.el.ValueExpression, javax.faces.context.FacesContext, java.lang.String)public javax.faces.convert.Converter createConverter(java.lang.Class targetClass)
createConverter in class javax.faces.application.ApplicationtargetClass - Application.createConverter(java.lang.Class)public javax.faces.convert.Converter createConverter(java.lang.String converterId)
createConverter in class javax.faces.application.ApplicationconverterId - Application.createConverter(java.lang.String)public javax.faces.el.MethodBinding createMethodBinding(java.lang.String ref,
java.lang.Class[] params)
throws javax.faces.el.ReferenceSyntaxException
createMethodBinding in class javax.faces.application.Applicationref - params - javax.faces.el.ReferenceSyntaxExceptionApplication.createMethodBinding(java.lang.String, java.lang.Class[])public javax.faces.validator.Validator createValidator(java.lang.String validatorId)
throws javax.faces.FacesException
createValidator in class javax.faces.application.ApplicationvalidatorId - javax.faces.FacesExceptionApplication.createValidator(java.lang.String)public javax.faces.el.ValueBinding createValueBinding(java.lang.String ref)
throws javax.faces.el.ReferenceSyntaxException
createValueBinding in class javax.faces.application.Applicationref - javax.faces.el.ReferenceSyntaxExceptionApplication.createValueBinding(java.lang.String)public java.lang.Object evaluateExpressionGet(javax.faces.context.FacesContext context,
java.lang.String expression,
java.lang.Class expectedType)
throws javax.el.ELException
evaluateExpressionGet in class javax.faces.application.Applicationcontext - expression - expectedType - javax.el.ELExceptionApplication.evaluateExpressionGet(javax.faces.context.FacesContext, java.lang.String, java.lang.Class)public javax.faces.event.ActionListener getActionListener()
getActionListener in class javax.faces.application.ApplicationApplication.getActionListener()public java.util.Iterator<java.lang.String> getComponentTypes()
getComponentTypes in class javax.faces.application.ApplicationApplication.getComponentTypes()public java.util.Iterator<java.lang.String> getConverterIds()
getConverterIds in class javax.faces.application.ApplicationApplication.getConverterIds()public java.util.Iterator<java.lang.Class> getConverterTypes()
getConverterTypes in class javax.faces.application.ApplicationApplication.getConverterTypes()public java.util.Locale getDefaultLocale()
getDefaultLocale in class javax.faces.application.ApplicationApplication.getDefaultLocale()public java.lang.String getDefaultRenderKitId()
getDefaultRenderKitId in class javax.faces.application.ApplicationApplication.getDefaultRenderKitId()public javax.el.ELContextListener[] getELContextListeners()
getELContextListeners in class javax.faces.application.ApplicationApplication.getELContextListeners()public javax.el.ELResolver getELResolver()
getELResolver in class javax.faces.application.ApplicationApplication.getELResolver()public javax.el.ExpressionFactory getExpressionFactory()
getExpressionFactory in class javax.faces.application.ApplicationApplication.getExpressionFactory()public java.lang.String getMessageBundle()
getMessageBundle in class javax.faces.application.ApplicationApplication.getMessageBundle()public javax.faces.application.NavigationHandler getNavigationHandler()
getNavigationHandler in class javax.faces.application.ApplicationApplication.getNavigationHandler()public javax.faces.el.PropertyResolver getPropertyResolver()
getPropertyResolver in class javax.faces.application.ApplicationApplication.getPropertyResolver()public java.util.ResourceBundle getResourceBundle(javax.faces.context.FacesContext ctx,
java.lang.String name)
getResourceBundle in class javax.faces.application.Applicationctx - name - Application.getResourceBundle(javax.faces.context.FacesContext, java.lang.String)public javax.faces.application.StateManager getStateManager()
getStateManager in class javax.faces.application.ApplicationApplication.getStateManager()public java.util.Iterator<java.util.Locale> getSupportedLocales()
getSupportedLocales in class javax.faces.application.ApplicationApplication.getSupportedLocales()public java.util.Iterator<java.lang.String> getValidatorIds()
getValidatorIds in class javax.faces.application.ApplicationApplication.getValidatorIds()public javax.faces.el.VariableResolver getVariableResolver()
getVariableResolver in class javax.faces.application.ApplicationApplication.getVariableResolver()public javax.faces.application.ViewHandler getViewHandler()
getViewHandler in class javax.faces.application.ApplicationApplication.getViewHandler()public void removeELContextListener(javax.el.ELContextListener listener)
removeELContextListener in class javax.faces.application.Applicationlistener - Application.removeELContextListener(javax.el.ELContextListener)public void setActionListener(javax.faces.event.ActionListener listener)
setActionListener in class javax.faces.application.Applicationlistener - Application.setActionListener(javax.faces.event.ActionListener)public void setDefaultLocale(java.util.Locale locale)
setDefaultLocale in class javax.faces.application.Applicationlocale - Application.setDefaultLocale(java.util.Locale)public void setDefaultRenderKitId(java.lang.String renderKitId)
setDefaultRenderKitId in class javax.faces.application.ApplicationrenderKitId - Application.setDefaultRenderKitId(java.lang.String)public void setMessageBundle(java.lang.String bundle)
setMessageBundle in class javax.faces.application.Applicationbundle - Application.setMessageBundle(java.lang.String)public void setNavigationHandler(javax.faces.application.NavigationHandler handler)
setNavigationHandler in class javax.faces.application.Applicationhandler - Application.setNavigationHandler(javax.faces.application.NavigationHandler)public void setPropertyResolver(javax.faces.el.PropertyResolver resolver)
setPropertyResolver in class javax.faces.application.Applicationresolver - Application.setPropertyResolver(javax.faces.el.PropertyResolver)public void setStateManager(javax.faces.application.StateManager manager)
setStateManager in class javax.faces.application.Applicationmanager - Application.setStateManager(javax.faces.application.StateManager)public void setSupportedLocales(java.util.Collection<java.util.Locale> locales)
setSupportedLocales in class javax.faces.application.Applicationlocales - Application.setSupportedLocales(java.util.Collection)public void setVariableResolver(javax.faces.el.VariableResolver resolver)
setVariableResolver in class javax.faces.application.Applicationresolver - Application.setVariableResolver(javax.faces.el.VariableResolver)public void setViewHandler(javax.faces.application.ViewHandler handler)
setViewHandler in class javax.faces.application.Applicationhandler - Application.setViewHandler(javax.faces.application.ViewHandler)Copyright © 2013. All Rights Reserved.