org.drools.semantics.jelly
Class SemanticsTagLibrary

java.lang.Object
  |
  +--org.apache.commons.jelly.TagLibrary
        |
        +--org.apache.commons.jelly.impl.DynamicTagLibrary
              |
              +--org.drools.semantics.jelly.SemanticsTagLibrary

public class SemanticsTagLibrary
extends org.apache.commons.jelly.impl.DynamicTagLibrary

Custom Jelly semantics tag library.

Version:
$Id: SemanticsTagLibrary.java,v 1.5 2003/01/01 22:15:31 bob Exp $
Author:
bob mcwhirter

Constructor Summary
SemanticsTagLibrary()
          Construct.
 
Method Summary
 org.apache.commons.jelly.Tag createTag(java.lang.String name, org.xml.sax.Attributes attrs)
          Creates a new script to execute the given tag name and attributes.
 
Methods inherited from class org.apache.commons.jelly.impl.DynamicTagLibrary
createTagScript, find, getDynamicTag, getParent, getUri, registerBeanTag, registerDynamicTag, setParent, setUri
 
Methods inherited from class org.apache.commons.jelly.TagLibrary
createExpression, getExpressionFactory, getTagClasses, registerTag, registerTagFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemanticsTagLibrary

public SemanticsTagLibrary()
Construct.

Method Detail

createTag

public org.apache.commons.jelly.Tag createTag(java.lang.String name,
                                              org.xml.sax.Attributes attrs)
                                       throws java.lang.Exception
Creates a new script to execute the given tag name and attributes.

Overrides:
createTag in class org.apache.commons.jelly.impl.DynamicTagLibrary
Parameters:
name - Tag name.
Returns:
The new tag.
Throws:
java.lang.Exception - If an error occurs while attempting to create the tag for the specified name.


Copyright © 2001-2003 The Werken Company. All Rights Reserved.