org.drools.semantics.jelly
Class JellyConsequenceTag

java.lang.Object
  |
  +--org.apache.commons.jelly.TagSupport
        |
        +--org.drools.semantics.jelly.JellyConsequenceTag
All Implemented Interfaces:
org.apache.commons.jelly.DynaTag, org.apache.commons.jelly.Tag

public class JellyConsequenceTag
extends org.apache.commons.jelly.TagSupport
implements org.apache.commons.jelly.DynaTag

Jelly semantics Consequence.

Version:
$Id: JellyConsequenceTag.java,v 1.5 2003/03/25 19:47:32 tdiesler Exp $
Author:
bob mcwhirter

Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
JellyConsequenceTag()
          Construct.
 
Method Summary
 void doTag(org.apache.commons.jelly.XMLOutput output)
          Perform this tag.
 java.lang.Class getAttributeType(java.lang.String name)
           
 void setAttribute(java.lang.String name, java.lang.Object value)
          Sets an attribute value of this tag before the tag is invoked.
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isTrim, setBody, setContext, setParent, setTrim, trimBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.commons.jelly.Tag
getBody, getContext, getParent, invokeBody, setBody, setContext, setParent
 

Constructor Detail

JellyConsequenceTag

public JellyConsequenceTag()
Construct.
Method Detail

doTag

public void doTag(org.apache.commons.jelly.XMLOutput output)
           throws org.apache.commons.jelly.MissingAttributeException,
                  org.apache.commons.jelly.JellyTagException
Perform this tag.
Specified by:
doTag in interface org.apache.commons.jelly.Tag
Overrides:
doTag in class org.apache.commons.jelly.TagSupport
Parameters:
output - The output sink.
Throws:
org.apache.commons.jelly.JellyTagException - If an error occurs while attempting to perform this tag.

setAttribute

public void setAttribute(java.lang.String name,
                         java.lang.Object value)
Sets an attribute value of this tag before the tag is invoked.
Specified by:
setAttribute in interface org.apache.commons.jelly.DynaTag
Parameters:
name - The name.
value - The value.

getAttributeType

public java.lang.Class getAttributeType(java.lang.String name)
Specified by:
getAttributeType in interface org.apache.commons.jelly.DynaTag


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