站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

NotificationInterceptor - JBOSS Portal 2.2 API 英文版文档


org.jboss.portlet.forums.interceptors
Class NotificationInterceptor

java.lang.Object
  extended byorg.jboss.portal.common.command.filter.AbstractCommandFilter
      extended byorg.jboss.portlet.forums.interceptors.NotificationInterceptor
All Implemented Interfaces:
CommandFilter

public class NotificationInterceptor
extends AbstractCommandFilter


Field Summary
 
Fields inherited from class org.jboss.portal.common.command.filter.AbstractCommandFilter
log
 
Constructor Summary
NotificationInterceptor(ForumsModule module)
           
 
Method Summary
 Result filter(Command cmd)
           
 TemplateLoader getMailTemplates()
           
 void setFrom(java.lang.String from)
           
 void stop()
           
 
Methods inherited from class org.jboss.portal.common.command.filter.AbstractCommandFilter
getNext, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationInterceptor

public NotificationInterceptor(ForumsModule module)
Method Detail

stop

public void stop()

setFrom

public void setFrom(java.lang.String from)

getMailTemplates

public TemplateLoader getMailTemplates()

filter

public Result filter(Command cmd)
              throws CommandException
Throws:
CommandException