Class ApplicationFactory

    • Constructor Detail

      • ApplicationFactory

        @Deprecated
        public ApplicationFactory()
        Deprecated.
    • Method Detail

      • getApplication

        public abstract Application getApplication()
      • getWrapped

        public ApplicationFactory getWrapped()
        If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped. A default implementation is provided that returns null.
        Specified by:
        getWrapped in interface FacesWrapper<ApplicationFactory>
        Returns:
        the decorated ApplicationFactory if this factory decorates another, or null otherwise
        Since:
        2.0
      • setApplication

        public abstract void setApplication​(Application application)