org.openfaces.application
Class ApplicationWrapper

java.lang.Object
  extended by javax.faces.application.Application
      extended by javax.faces.application.ApplicationWrapper
          extended by org.openfaces.application.ApplicationWrapper
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.application.Application>
Direct Known Subclasses:
OpenFacesApplication

public abstract class ApplicationWrapper
extends javax.faces.application.ApplicationWrapper


Constructor Summary
ApplicationWrapper(javax.faces.application.Application application)
           
 
Method Summary
 javax.faces.application.Application getWrapped()
           
 
Methods inherited from class javax.faces.application.ApplicationWrapper
addBehavior, addComponent, addConverter, addConverter, addDefaultValidatorId, addELContextListener, addELResolver, addValidator, createBehavior, createComponent, createComponent, createComponent, createComponent, createComponent, createComponent, createConverter, createConverter, createMethodBinding, createValidator, createValueBinding, evaluateExpressionGet, getActionListener, getBehaviorIds, getComponentTypes, getConverterIds, getConverterTypes, getDefaultLocale, getDefaultRenderKitId, getDefaultValidatorInfo, getELContextListeners, getELResolver, getExpressionFactory, getMessageBundle, getNavigationHandler, getProjectStage, getPropertyResolver, getResourceBundle, getResourceHandler, getStateManager, getSupportedLocales, getValidatorIds, getVariableResolver, getViewHandler, publishEvent, publishEvent, removeELContextListener, setActionListener, setDefaultLocale, setDefaultRenderKitId, setMessageBundle, setNavigationHandler, setPropertyResolver, setResourceHandler, setStateManager, setSupportedLocales, setVariableResolver, setViewHandler, subscribeToEvent, subscribeToEvent, unsubscribeFromEvent, unsubscribeFromEvent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationWrapper

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

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


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.