|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.apache.commons.jelly.TagSupport
|
+--org.zerofun.maven.im.jelly.MSNMessageTag
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.
MSNMessageBean| Field Summary |
| Fields inherited from class org.apache.commons.jelly.TagSupport |
body, context, hasTrimmed, parent, shouldTrim |
| Constructor Summary | |
MSNMessageTag()
|
|
| 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.msn.from} property. |
void |
setTo(java.lang.String to)
Set by the ${maven.im.msn.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 MSNMessageTag()
| 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.TagdoTag in class org.apache.commons.jelly.TagSupportorg.apache.commons.jelly.MissingAttributeException
org.apache.commons.jelly.JellyTagExceptionTag.doTag(org.apache.commons.jelly.XMLOutput)public void setFrom(java.lang.String from)
${maven.im.aim.from} property.
from - the from String to setMSNMessageBean.setFrom(String)public void setMessage(java.lang.String message)
${maven.im.message} property.
message - the message String to setMSNMessageBean.setMessage(String)public void setPassword(java.lang.String password)
${maven.im.msn.from} property.
password - the password String to setMSNMessageBean.setPassword(String)public void setTo(java.lang.String to)
${maven.im.msn.to} property.
to - the to String to setMSNMessageBean.setTo(String)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||