Class FaceletCacheFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      FaceletCacheFactory​()
      Deprecated. 
      Use the other constructor taking the implementation being wrapped.
      FaceletCacheFactory​(FaceletCacheFactory wrapped)
      If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
    • Constructor Detail

      • FaceletCacheFactory

        @Deprecated
        public FaceletCacheFactory​()
        Deprecated. Use the other constructor taking the implementation being wrapped.
      • FaceletCacheFactory

        public FaceletCacheFactory​(FaceletCacheFactory wrapped)

        If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. The getWrapped() will then return the implementation being wrapped.

        Parameters:
        wrapped - The implementation being wrapped.
    • Method Detail

      • getWrapped

        public FaceletCacheFactory getWrapped​()

        If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

        Specified by:
        getWrapped in interface FacesWrapper<FaceletCacheFactory>
        Returns:
        the wrapped instance.
      • getFaceletCache

        public abstract FaceletCache getFaceletCache​()