Package org.apache.commons.jelly
Interface CompilableTag
public interface CompilableTag
Compilable
represents a Tag that is compilable.
- Version:
- $Revision: 155420 $
- Author:
- James Strachan
-
Method Summary
Modifier and TypeMethodDescriptionvoid
compile()
Called by the parser to allow a more tag to create a more efficient format of the tag.
-
Method Details
-
compile
Called by the parser to allow a more tag to create a more efficient format of the tag.- Throws:
JellyException
- on any error
-