org.drools.tags.semantics
Class SemanticsTagSupport

java.lang.Object
  |
  +--org.apache.commons.jelly.TagSupport
        |
        +--org.drools.tags.semantics.SemanticsTagSupport
All Implemented Interfaces:
org.apache.commons.jelly.Tag
Direct Known Subclasses:
SemanticComponentTagSupport, SemanticModuleTag

public abstract class SemanticsTagSupport
extends org.apache.commons.jelly.TagSupport

Support for semantics tags.

Author:
bob mcwhirter

Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
SemanticsTagSupport()
          Construct.
 
Methods inherited from class org.apache.commons.jelly.TagSupport
doTag, 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
 

Constructor Detail

SemanticsTagSupport

public SemanticsTagSupport()
Construct.


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