|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.portlet.impl.invocation.JBossPortletInterceptorStack
public class JBossPortletInterceptorStack
| Field Summary | |
|---|---|
static PortletInterceptorStack |
EMPTY_STACK
. |
| Constructor Summary | |
|---|---|
JBossPortletInterceptorStack(org.jboss.portal.portlet.PortletInvokerInterceptor interceptor)
|
|
JBossPortletInterceptorStack(org.jboss.portal.portlet.PortletInvokerInterceptor[] interceptors)
|
|
| Method Summary | |
|---|---|
org.jboss.portal.portlet.PortletInvokerInterceptor |
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 |
|---|
public static final PortletInterceptorStack EMPTY_STACK
| Constructor Detail |
|---|
public JBossPortletInterceptorStack(org.jboss.portal.portlet.PortletInvokerInterceptor interceptor)
public JBossPortletInterceptorStack(org.jboss.portal.portlet.PortletInvokerInterceptor[] interceptors)
| Method Detail |
|---|
public int getLength()
PortletInterceptorStack
getLength in interface PortletInterceptorStack
public org.jboss.portal.portlet.PortletInvokerInterceptor getInterceptor(int index)
throws java.lang.ArrayIndexOutOfBoundsException
PortletInterceptorStack
getInterceptor in interface PortletInterceptorStackindex - the interceptor index in the stack
java.lang.ArrayIndexOutOfBoundsException - if the index is not valid
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||