org.apache.commons.jelly
Interface CompilableTag


public interface CompilableTag

Compilable represents a Tag that is compilable.

Version:
$Revision: 1.5 $
Author:
James Strachan

Method Summary
 void compile()
          Called by the parser to allow a more tag to create a more efficient format of the tag
 

Method Detail

compile

public void compile()
             throws java.lang.Exception
Called by the parser to allow a more tag to create a more efficient format of the tag


Copyright © 2002-2002 Apache Software Foundation. All Rights Reserved.