Package jakarta.faces

Interface FacesWrapper<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T getWrapped()
      A class that implements this interface uses this method to return an instance of the class being wrapped.
    • Method Detail

      • getWrapped

        T getWrapped()
        A class that implements this interface uses this method to return an instance of the class being wrapped.
        Returns:
        the instance of the class being wrapped