org.openfaces.application
Class OpenFacesApplication

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

public class OpenFacesApplication
extends ApplicationWrapper


Constructor Summary
OpenFacesApplication(javax.faces.application.Application application)
           
 
Method Summary
static boolean isConstructingView(javax.faces.context.FacesContext context)
           
 void publishEvent(javax.faces.context.FacesContext context, java.lang.Class<? extends javax.faces.event.SystemEvent> systemEventClass, java.lang.Class<?> sourceBaseType, java.lang.Object source)
           
 void publishEvent(javax.faces.context.FacesContext context, java.lang.Class<? extends javax.faces.event.SystemEvent> systemEventClass, java.lang.Object source)
           
 
Methods inherited from class org.openfaces.application.ApplicationWrapper
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, 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

OpenFacesApplication

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

publishEvent

public void publishEvent(javax.faces.context.FacesContext context,
                         java.lang.Class<? extends javax.faces.event.SystemEvent> systemEventClass,
                         java.lang.Object source)
Overrides:
publishEvent in class javax.faces.application.ApplicationWrapper

publishEvent

public void publishEvent(javax.faces.context.FacesContext context,
                         java.lang.Class<? extends javax.faces.event.SystemEvent> systemEventClass,
                         java.lang.Class<?> sourceBaseType,
                         java.lang.Object source)
Overrides:
publishEvent in class javax.faces.application.ApplicationWrapper

isConstructingView

public static boolean isConstructingView(javax.faces.context.FacesContext context)


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