|
|||||||||||
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.JabberMessageTag
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.
JabberMessageBean
Field Summary |
Fields inherited from class org.apache.commons.jelly.TagSupport |
body, context, hasTrimmed, parent, shouldTrim |
Constructor Summary | |
JabberMessageTag()
|
Method Summary | |
void |
doTag(org.apache.commons.jelly.XMLOutput arg0)
|
protected void |
execute()
Invokes the main execute method of the contained bean that performs the actual message sending functionality. |
void |
setFrom(java.lang.String from)
Set by the ${maven.im.jabber.from} property. |
void |
setHost(java.lang.String host)
Set by the ${maven.im.jabber.host} 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.jabber.password} property. |
void |
setPort(int port)
Set by the ${maven.im.jabber.port} property. |
void |
setSecure(boolean secure)
Set by the ${maven.im.jabber.secure} property. |
void |
setSecurePort(int securePort)
Set by the ${maven.im.jabber.secure.port} property. |
void |
setTo(java.lang.String to)
Set by the ${maven.im.jabber.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 JabberMessageTag()
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)
protected void execute() throws org.apache.commons.jelly.JellyTagException
org.apache.commons.jelly.JellyTagException
public void setFrom(java.lang.String from)
${maven.im.jabber.from}
property.
from
- the from String to setJabberMessageBean.setFrom(String)
public void setHost(java.lang.String host)
${maven.im.jabber.host}
property.
host
- the host String to setJabberMessageBean.setHost(String)
public void setMessage(java.lang.String message)
${maven.im.message}
property.
message
- the message String to setJabberMessageBean.setMessage(String)
public void setPassword(java.lang.String password)
${maven.im.jabber.password}
property.
password
- the password String to setJabberMessageBean.setPassword(String)
public void setPort(int port)
${maven.im.jabber.port}
property.
port
- the port number int to setJabberMessageBean.setPort(int)
public void setSecure(boolean secure)
${maven.im.jabber.secure}
property.
secure
- the secure boolean value to setJabberMessageBean.setSecure(boolean)
public void setSecurePort(int securePort)
${maven.im.jabber.secure.port}
property.
securePort
- the secure port number int to setJabberMessageBean.setSecurePort(int)
public void setTo(java.lang.String to)
${maven.im.jabber.to}
property.
to
- the to String to setJabberMessageBean.setTo(String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |