org.apache.myfaces.extensions.validator.test.base.mock
Class ExtValMockApplication

java.lang.Object
  extended by javax.faces.application.Application
      extended by org.apache.myfaces.test.mock.MockApplication
          extended by org.apache.myfaces.extensions.validator.test.base.mock.ExtValMockApplication

public class ExtValMockApplication
extends org.apache.myfaces.test.mock.MockApplication

Author:
Gerhard Petracek

Constructor Summary
ExtValMockApplication()
           
ExtValMockApplication(javax.faces.application.Application application)
           
 
Method Summary
 Object evaluateExpressionGet(javax.faces.context.FacesContext facesContext, String expression, Class aClass)
           
 javax.el.ELContextListener[] getELContextListeners()
           
 javax.el.ELResolver getELResolver()
           
 javax.el.ExpressionFactory getExpressionFactory()
           
 ResourceBundle getResourceBundle(javax.faces.context.FacesContext ctx, String name)
           
 
Methods inherited from class org.apache.myfaces.test.mock.MockApplication
addComponent, addConverter, addConverter, addValidator, createComponent, createComponent, createConverter, createConverter, createMethodBinding, createValidator, createValueBinding, getActionListener, getComponentTypes, getConverterIds, getConverterTypes, getDefaultLocale, getDefaultRenderKitId, getMessageBundle, getNavigationHandler, getPropertyResolver, getStateManager, getSupportedLocales, getValidatorIds, getVariableResolver, getViewHandler, setActionListener, setDefaultLocale, setDefaultRenderKitId, setMessageBundle, setNavigationHandler, setPropertyResolver, setStateManager, setSupportedLocales, setVariableResolver, setViewHandler
 
Methods inherited from class javax.faces.application.Application
addELContextListener, addELResolver, createComponent, removeELContextListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtValMockApplication

public ExtValMockApplication()

ExtValMockApplication

public ExtValMockApplication(javax.faces.application.Application application)
Method Detail

getELContextListeners

public javax.el.ELContextListener[] getELContextListeners()
Overrides:
getELContextListeners in class javax.faces.application.Application

getELResolver

public javax.el.ELResolver getELResolver()
Overrides:
getELResolver in class javax.faces.application.Application

getExpressionFactory

public javax.el.ExpressionFactory getExpressionFactory()
Overrides:
getExpressionFactory in class javax.faces.application.Application

evaluateExpressionGet

public Object evaluateExpressionGet(javax.faces.context.FacesContext facesContext,
                                    String expression,
                                    Class aClass)
                             throws javax.el.ELException
Overrides:
evaluateExpressionGet in class javax.faces.application.Application
Throws:
javax.el.ELException

getResourceBundle

public ResourceBundle getResourceBundle(javax.faces.context.FacesContext ctx,
                                        String name)
                                 throws javax.faces.FacesException,
                                        NullPointerException
Overrides:
getResourceBundle in class javax.faces.application.Application
Throws:
javax.faces.FacesException
NullPointerException


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.