com.werken.blissed.jelly
Class BlissedTagSupport

java.lang.Object
  |
  +--org.apache.commons.jelly.TagSupport
        |
        +--com.werken.blissed.jelly.BlissedTagSupport
All Implemented Interfaces:
org.apache.commons.jelly.Tag
Direct Known Subclasses:
BlissedTag, DefinitionTagSupport, RuntimeTagSupport

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

Base of all blissed jelly tags.

Version:
$Id: BlissedTagSupport.java,v 1.7 2002/09/17 23:00:05 bob Exp $
Author:
bob mcwhirter

Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
protected BlissedTagSupport()
          Construct.
 
Method Summary
protected  void checkObjectAttribute(java.lang.String name, java.lang.Object value)
          Check an object attribute to ensure that it is not null.
protected  void checkStringAttribute(java.lang.String name, java.lang.String value)
          Check a string attribute to ensure it is not null or the empty string.
 
Methods inherited from class org.apache.commons.jelly.TagSupport
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
doTag
 

Constructor Detail

BlissedTagSupport

protected BlissedTagSupport()
Construct.
Method Detail

checkStringAttribute

protected void checkStringAttribute(java.lang.String name,
                                    java.lang.String value)
                             throws org.apache.commons.jelly.MissingAttributeException
Check a string attribute to ensure it is not null or the empty string.
Parameters:
name - The name of the attribute.
value - The value of the attribute.
Throws:
org.apache.commons.jelly.MissingAttributeException - If the value is either null or the empty string.

checkObjectAttribute

protected void checkObjectAttribute(java.lang.String name,
                                    java.lang.Object value)
                             throws org.apache.commons.jelly.MissingAttributeException
Check an object attribute to ensure that it is not null.
Parameters:
name - The attribute name.
value - The attribute value.
Throws:
org.apache.commons.jelly.MissingAttributeException - If the value is null.


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