Class FCApplicationWrapper

java.lang.Object
javax.faces.application.Application
javax.faces.application.ApplicationWrapper
de.xima.fc.portal.FCApplicationWrapper
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.application.Application>

public class FCApplicationWrapper extends javax.faces.application.ApplicationWrapper
Author:
XIMA MEDIA GmbH
  • Constructor Summary

    Constructors
    Constructor
    Description
    FCApplicationWrapper(javax.faces.application.Application wrapped)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.faces.convert.Converter<?>
    createConverter(Class<?> targetClass)
     
    javax.faces.convert.Converter<?>
    createConverter(String converterId)
     
    javax.faces.validator.Validator<?>
    createValidator(String validatorId)
     
    getResourceBundle(javax.faces.context.FacesContext ctx, String name)
     

    Methods inherited from class javax.faces.application.ApplicationWrapper

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FCApplicationWrapper

      public FCApplicationWrapper(javax.faces.application.Application wrapped)
  • Method Details

    • getResourceBundle

      public ResourceBundle getResourceBundle(javax.faces.context.FacesContext ctx, String name)
      Overrides:
      getResourceBundle in class javax.faces.application.ApplicationWrapper
    • createConverter

      public javax.faces.convert.Converter<?> createConverter(String converterId)
      Overrides:
      createConverter in class javax.faces.application.ApplicationWrapper
    • createConverter

      public javax.faces.convert.Converter<?> createConverter(Class<?> targetClass)
      Overrides:
      createConverter in class javax.faces.application.ApplicationWrapper
    • createValidator

      public javax.faces.validator.Validator<?> createValidator(String validatorId) throws javax.faces.FacesException
      Overrides:
      createValidator in class javax.faces.application.ApplicationWrapper
      Throws:
      javax.faces.FacesException