Interface PreparedFragment

  • All Superinterfaces:
    java.lang.AutoCloseable

    public interface PreparedFragment
    extends java.lang.AutoCloseable
    • Method Detail

      • 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 java.lang.AutoCloseable