public interface Chatlet extends Message
Modifier and Type | Method and Description |
---|---|
Chatlet |
alias(java.lang.String param)
After calling this method, replies to this chatlet
will go to the method annotated with @OnAlias
|
Reply |
createReply()
Creates a new reply that will go as a reply to this chatlet.
|
java.lang.String[] |
getAlias()
Get alias assigned to the chatlet.
|
java.lang.String |
raw() |
void |
setXSLTForChatlet(java.lang.String xslt)
This method allows to set the xslt to be used for rendering the chatlet.
|
Reply createReply()
Chatlet alias(java.lang.String param)
java.lang.String[] getAlias()
java.lang.String raw()
void setXSLTForChatlet(java.lang.String xslt)
xslt
-