|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.server.impl.invocation.JBossInterceptorStack
public class JBossInterceptorStack
| Field Summary | |
|---|---|
static org.jboss.portal.common.invocation.InterceptorStack |
EMPTY_STACK
. |
| Constructor Summary | |
|---|---|
JBossInterceptorStack(org.jboss.portal.common.invocation.Interceptor interceptor)
|
|
JBossInterceptorStack(org.jboss.portal.common.invocation.Interceptor[] interceptors)
|
|
| Method Summary | |
|---|---|
org.jboss.portal.common.invocation.Interceptor |
getInterceptor(int index)
|
int |
getLength()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.jboss.portal.common.invocation.InterceptorStack EMPTY_STACK
| Constructor Detail |
|---|
public JBossInterceptorStack(org.jboss.portal.common.invocation.Interceptor interceptor)
public JBossInterceptorStack(org.jboss.portal.common.invocation.Interceptor[] interceptors)
| Method Detail |
|---|
public int getLength()
getLength in interface org.jboss.portal.common.invocation.InterceptorStack
public org.jboss.portal.common.invocation.Interceptor getInterceptor(int index)
throws java.lang.ArrayIndexOutOfBoundsException
getInterceptor in interface org.jboss.portal.common.invocation.InterceptorStackjava.lang.ArrayIndexOutOfBoundsException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||