org.jboss.portal.portlet.test
Class InterceptorStackFactoryImpl

java.lang.Object
  extended by org.jboss.portal.portlet.test.InterceptorStackFactoryImpl
All Implemented Interfaces:
InterceptorStackFactory

public class InterceptorStackFactoryImpl
extends java.lang.Object
implements InterceptorStackFactory

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
InterceptorStackFactoryImpl()
           
 
Method Summary
 Interceptor[] getInterceptors()
           
 InterceptorStack getInterceptorStack()
           
 void setInterceptors(Interceptor[] interceptors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorStackFactoryImpl

public InterceptorStackFactoryImpl()
Method Detail

getInterceptors

public Interceptor[] getInterceptors()

setInterceptors

public void setInterceptors(Interceptor[] interceptors)

getInterceptorStack

public InterceptorStack getInterceptorStack()
Specified by:
getInterceptorStack in interface InterceptorStackFactory