站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

EmptyInterceptorStackFactory - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.common.invocation
Class EmptyInterceptorStackFactory

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

public class EmptyInterceptorStackFactory
extends java.lang.Object
implements InterceptorStackFactory

Version:
$Revision: 1.1 $
Author:
Julien Viet

Field Summary
private static InterceptorStack instance
          .
 
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
 

Field Detail

instance

private static final InterceptorStack instance
.

Constructor Detail

EmptyInterceptorStackFactory

public EmptyInterceptorStackFactory()
Method Detail

getInstance

public static InterceptorStack getInstance()

getInterceptorStack

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