| java.lang.Object net.jforum.Command net.jforum.view.forum.AjaxAction
AjaxAction | public class AjaxAction extends Command (Code) | | author: Rafael Steil version: $Id: AjaxAction.java,v 1.7 2007/09/21 15:54:31 rafaelsteil Exp $ |
isPostIndexed | public void isPostIndexed()(Code) | | |
loadPostContents | public void loadPostContents()(Code) | | |
previewPost | public void previewPost()(Code) | | |
savePost | public void savePost()(Code) | | |
sendTestMail | public void sendTestMail()(Code) | | Sends a test message
Parameters: sender - The sender's email address Parameters: host - the smtp host Parameters: auth - if need authorization or not Parameters: username - the smtp server username, if auth is needed Parameters: password - the smtp server password, if auth is needed Parameters: to - the recipient The status message |
|
|