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

Interceptor - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.server.invocation
Interface Interceptor

All Known Implementing Classes:
JBossInterceptor

public interface Interceptor


Method Summary
 void invoke(Invocation invocation)
          Apply the aspect on this invocation.
 

Method Detail

invoke

public void invoke(Invocation invocation)
            throws InvocationException
Apply the aspect on this invocation.

Throws:
InvocationException