org.zerofun.maven.im.jelly
Class AIMMessageTag

java.lang.Object
  |
  +--org.apache.commons.jelly.TagSupport
        |
        +--org.zerofun.maven.im.jelly.AIMMessageTag
All Implemented Interfaces:
org.apache.commons.jelly.Tag

public class AIMMessageTag
extends org.apache.commons.jelly.TagSupport

This class is the proxy which allows the Jelly script to invoke the functionality of the actual JavaBean class which provides the actual message sending functionality.

Version:
$Revision: 1.2 $
Author:
Sam Mulube
See Also:
AIMMessageBean

Field Summary
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
AIMMessageTag()
           
 
Method Summary
 void doTag(org.apache.commons.jelly.XMLOutput arg0)
           
 void setFrom(java.lang.String from)
          Set by the ${maven.im.aim.from} property.
 void setMessage(java.lang.String message)
          Set by the ${maven.im.message} property.
 void setPassword(java.lang.String password)
          Set by the ${maven.im.aim.password} property.
 void setTo(java.lang.String to)
          Set by the ${maven.im.aim.to} property.
 
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
 

Constructor Detail

AIMMessageTag

public AIMMessageTag()
Method Detail

doTag

public void doTag(org.apache.commons.jelly.XMLOutput arg0)
           throws org.apache.commons.jelly.MissingAttributeException,
                  org.apache.commons.jelly.JellyTagException
Specified by:
doTag in interface org.apache.commons.jelly.Tag
Specified by:
doTag in class org.apache.commons.jelly.TagSupport
org.apache.commons.jelly.MissingAttributeException
org.apache.commons.jelly.JellyTagException
See Also:
Tag.doTag(org.apache.commons.jelly.XMLOutput)

setFrom

public void setFrom(java.lang.String from)
Set by the ${maven.im.aim.from} property.

Parameters:
from - the from String to set
See Also:
AIMMessageBean.setFrom(String)

setMessage

public void setMessage(java.lang.String message)
Set by the ${maven.im.message} property.

Parameters:
message - the message string to set
See Also:
AIMMessageBean.setMessage(String)

setPassword

public void setPassword(java.lang.String password)
Set by the ${maven.im.aim.password} property.

Parameters:
password - the password String to set
See Also:
AIMMessageBean.setPassword(String)

setTo

public void setTo(java.lang.String to)
Set by the ${maven.im.aim.to} property.

Parameters:
to - the to String to set
See Also:
AIMMessageBean.setTo(String)


Copyright © 2003 Zerofun Software. All Rights Reserved.