org.jboss.portal.common.invocation
Class EmptyInterceptorStackFactory

java.lang.Object
  extended by org.jboss.portal.common.invocation.EmptyInterceptorStackFactory
All Implemented Interfaces:
InterceptorStackFactory

public class EmptyInterceptorStackFactory
extends java.lang.Object
implements InterceptorStackFactory

Version:
$Revision: 7228 $
Author:
Julien Viet

Constructor Summary
EmptyInterceptorStackFactory()
           
 
Method Summary
static InterceptorStack getInstance()
           
 InterceptorStack getInterceptorStack()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyInterceptorStackFactory

public EmptyInterceptorStackFactory()
Method Detail

getInstance

public static InterceptorStack getInstance()

getInterceptorStack

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