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

Interceptor - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.common.invocation
Interface Interceptor

All Known Implementing Classes:
JBossInterceptor

public interface Interceptor

Version:
$Revision: 5451 $
Author:
Julien Viet

Method Summary
 java.lang.Object invoke(Invocation invocation)
          todo
 

Method Detail

invoke

public java.lang.Object invoke(Invocation invocation)
                        throws java.lang.Exception,
                               InvocationException
todo

Throws:
java.lang.Exception
InvocationException