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

JBossInterceptorStack - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.server.impl.invocation
Class JBossInterceptorStack

java.lang.Object
  extended byorg.jboss.portal.server.impl.invocation.JBossInterceptorStack
All Implemented Interfaces:
InterceptorStack

public class JBossInterceptorStack
extends java.lang.Object
implements InterceptorStack

Version:
$Revision: 5448 $
Author:
Julien Viet

Field Summary
protected  Interceptor[] interceptors
          .
 
Constructor Summary
JBossInterceptorStack(Interceptor[] interceptors)
           
 
Method Summary
 Interceptor getInterceptor(int index)
          Return the interceptor at the specified index.
 int getLength()
          Returns the stack length.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interceptors

protected Interceptor[] interceptors
.

Constructor Detail

JBossInterceptorStack

public JBossInterceptorStack(Interceptor[] interceptors)
Method Detail

getLength

public int getLength()
Description copied from interface: InterceptorStack
Returns the stack length.

Specified by:
getLength in interface InterceptorStack
Returns:
the length

getInterceptor

public Interceptor getInterceptor(int index)
                           throws java.lang.ArrayIndexOutOfBoundsException
Description copied from interface: InterceptorStack
Return the interceptor at the specified index.

Specified by:
getInterceptor in interface InterceptorStack
Parameters:
index - the interceptor index in the stack
Returns:
the specified interceptor
Throws:
java.lang.ArrayIndexOutOfBoundsException - if the index is not valid