当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
JBossInterceptorStack - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.server.impl.invocation
Class JBossInterceptorStack
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
interceptors
protected Interceptor[] interceptors
- .
JBossInterceptorStack
public JBossInterceptorStack(Interceptor[] interceptors)
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