|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.jelly.TagSupport | +--org.zerofun.maven.im.jelly.AIMMessageTag
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.
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 |
public AIMMessageTag()
Method Detail |
public void doTag(org.apache.commons.jelly.XMLOutput arg0) throws org.apache.commons.jelly.MissingAttributeException, org.apache.commons.jelly.JellyTagException
doTag
in interface org.apache.commons.jelly.Tag
doTag
in class org.apache.commons.jelly.TagSupport
org.apache.commons.jelly.MissingAttributeException
org.apache.commons.jelly.JellyTagException
Tag.doTag(org.apache.commons.jelly.XMLOutput)
public void setFrom(java.lang.String from)
${maven.im.aim.from}
property.
from
- the from String to setAIMMessageBean.setFrom(String)
public void setMessage(java.lang.String message)
${maven.im.message}
property.
message
- the message string to setAIMMessageBean.setMessage(String)
public void setPassword(java.lang.String password)
${maven.im.aim.password}
property.
password
- the password String to setAIMMessageBean.setPassword(String)
public void setTo(java.lang.String to)
${maven.im.aim.to}
property.
to
- the to String to setAIMMessageBean.setTo(String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |