Class WeldApplication

  • All Implemented Interfaces:
    javax.faces.FacesWrapper<javax.faces.application.Application>

    public class WeldApplication
    extends javax.faces.application.ApplicationWrapper
    Author:
    Pete Muir, Dan Allen, Ales Justin
    • Constructor Summary

      Constructors 
      Constructor Description
      WeldApplication​(javax.faces.application.Application application)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.el.ExpressionFactory getExpressionFactory()  
      javax.faces.application.Application getWrapped()  
      • Methods inherited from class javax.faces.application.ApplicationWrapper

        addBehavior, addComponent, addConverter, addConverter, addDefaultValidatorId, addELContextListener, addELResolver, addSearchKeywordResolver, addValidator, createBehavior, createComponent, createComponent, createComponent, createComponent, createComponent, createComponent, createConverter, createConverter, createMethodBinding, createValidator, createValueBinding, evaluateExpressionGet, getActionListener, getBehaviorIds, getComponentTypes, getConverterIds, getConverterTypes, getDefaultLocale, getDefaultRenderKitId, getDefaultValidatorInfo, getELContextListeners, getELResolver, getFlowHandler, getMessageBundle, getNavigationHandler, getProjectStage, getPropertyResolver, getResourceBundle, getResourceHandler, getSearchExpressionHandler, getSearchKeywordResolver, getStateManager, getSupportedLocales, getValidatorIds, getVariableResolver, getViewHandler, publishEvent, publishEvent, removeELContextListener, setActionListener, setDefaultLocale, setDefaultRenderKitId, setFlowHandler, setMessageBundle, setNavigationHandler, setPropertyResolver, setResourceHandler, setSearchExpressionHandler, setStateManager, setSupportedLocales, setVariableResolver, setViewHandler, subscribeToEvent, subscribeToEvent, unsubscribeFromEvent, unsubscribeFromEvent
    • Constructor Detail

      • WeldApplication

        public WeldApplication​(javax.faces.application.Application application)
    • Method Detail

      • getExpressionFactory

        public javax.el.ExpressionFactory getExpressionFactory()
        Overrides:
        getExpressionFactory in class javax.faces.application.ApplicationWrapper
      • getWrapped

        public javax.faces.application.Application getWrapped()
        Specified by:
        getWrapped in interface javax.faces.FacesWrapper<javax.faces.application.Application>
        Overrides:
        getWrapped in class javax.faces.application.ApplicationWrapper