Class WeldApplication
- java.lang.Object
-
- javax.faces.application.Application
-
- javax.faces.application.ApplicationWrapper
-
- org.jboss.weld.environment.servlet.jsf.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.ExpressionFactorygetExpressionFactory()javax.faces.application.ApplicationgetWrapped()-
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
-
-
-
-
Method Detail
-
getExpressionFactory
public javax.el.ExpressionFactory getExpressionFactory()
- Overrides:
getExpressionFactoryin classjavax.faces.application.ApplicationWrapper
-
getWrapped
public javax.faces.application.Application getWrapped()
- Specified by:
getWrappedin interfacejavax.faces.FacesWrapper<javax.faces.application.Application>- Overrides:
getWrappedin classjavax.faces.application.ApplicationWrapper
-
-