Interface PreparedFragment

All Superinterfaces:
AutoCloseable

public interface PreparedFragment extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Makes the template clean up resources allocated for it.
  • Method Details

    • close

      void close()
      Makes the template clean up resources allocated for it.

      Subsequent invocations of this method have no effects. Rendering the template after this method call will throw an IllegalStateException.

      Specified by:
      close in interface AutoCloseable