org.apache.beehive.netui.util.config.bean
Class InterceptorConfig

Object
  extended by InterceptorConfig

public class InterceptorConfig
extends Object


Constructor Summary
InterceptorConfig(String interceptorClass, CustomPropertyConfig[] customProperties)
           
 
Method Summary
 CustomPropertyConfig[] getCustomProperties()
           
 String getInterceptorClass()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorConfig

public InterceptorConfig(String interceptorClass,
                         CustomPropertyConfig[] customProperties)
Method Detail

getInterceptorClass

public String getInterceptorClass()

getCustomProperties

public CustomPropertyConfig[] getCustomProperties()