Interface CompilableTag


public interface CompilableTag

Compilable represents a Tag that is compilable.

Version:
$Revision: 155420 $
Author:
James Strachan
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called by the parser to allow a more tag to create a more efficient format of the tag.
  • Method Details

    • compile

      void compile() throws JellyException
      Called by the parser to allow a more tag to create a more efficient format of the tag.
      Throws:
      JellyException - on any error