com.sun.wts.tools.htmlmacro
Class TagLibraryImpl

java.lang.Object
  extended by org.apache.commons.jelly.TagLibrary
      extended by com.sun.wts.tools.htmlmacro.TagLibraryImpl

final class TagLibraryImpl
extends org.apache.commons.jelly.TagLibrary

Ad-hoc TagLibrary from tag files.

Author:
Kohsuke Kawaguchi

Constructor Summary
TagLibraryImpl(org.apache.tools.ant.Task task, org.apache.commons.jelly.JellyContext context, java.util.List<java.io.File> tags)
           
 
Method Summary
private  java.lang.String getTagName(java.io.File tag)
           
 
Methods inherited from class org.apache.commons.jelly.TagLibrary
createExpression, createTag, createTagScript, getExpressionFactory, getTagClasses, registerTag, registerTagFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagLibraryImpl

TagLibraryImpl(org.apache.tools.ant.Task task,
               org.apache.commons.jelly.JellyContext context,
               java.util.List<java.io.File> tags)
Method Detail

getTagName

private java.lang.String getTagName(java.io.File tag)