org.apache.myfaces.test.mock
Class MockApplication22

java.lang.Object
  extended by javax.faces.application.Application
      extended by org.apache.myfaces.test.mock.MockApplication
          extended by org.apache.myfaces.test.mock.MockApplication12
              extended by org.apache.myfaces.test.mock.MockApplication20
                  extended by org.apache.myfaces.test.mock.MockApplication22

public class MockApplication22
extends MockApplication20

Mock implementation of Application that includes the semantics added by JavaServer Faces 2.0.

Since:
1.0.0
Author:
Leonardo Uribe

Constructor Summary
MockApplication22()
           
 
Method Summary
 javax.faces.flow.FlowHandler getFlowHandler()
           
 void setFlowHandler(javax.faces.flow.FlowHandler flowHandler)
           
 
Methods inherited from class org.apache.myfaces.test.mock.MockApplication20
addBehavior, addDefaultValidatorId, addValidator, createBehavior, createComponent, createComponent, createComponent, createComponent, createComponent, createComponent, createConverter, createValidator, getBehaviorIds, getDefaultValidatorInfo, getProjectStage, getResourceHandler, publishEvent, publishEvent, setResourceHandler, subscribeToEvent, subscribeToEvent, unsubscribeFromEvent, unsubscribeFromEvent
 
Methods inherited from class org.apache.myfaces.test.mock.MockApplication12
addELContextListener, addELResolver, addResourceBundle, evaluateExpressionGet, getELContextListeners, getELResolver, getExpressionFactory, getResourceBundle, getResourceBundles, removeELContextListener, setExpressionFactory
 
Methods inherited from class org.apache.myfaces.test.mock.MockApplication
addComponent, addConverter, addConverter, createConverter, createMethodBinding, 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockApplication22

public MockApplication22()
Method Detail

getFlowHandler

public javax.faces.flow.FlowHandler getFlowHandler()
Overrides:
getFlowHandler in class javax.faces.application.Application

setFlowHandler

public void setFlowHandler(javax.faces.flow.FlowHandler flowHandler)
Overrides:
setFlowHandler in class javax.faces.application.Application


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.