org.apache.commons.jelly.impl
Interface TagFactory

All Known Implementing Classes:
DefaultTagFactory

public interface TagFactory

TagFactory represents a Factory of Tag instances.

Note that this class should be re-entrant and used concurrently by multiple threads.

Version:
$Revision: 1.16 $
Author:
James Strachan

Method Summary
 Tag createTag()
           
 

Method Detail

createTag

public Tag createTag()
              throws java.lang.Exception


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