org.tinygroup.weblayer.listener
类 TinyListenerProcessor

java.lang.Object
  继承者 org.tinygroup.config.impl.AbstractConfiguration
      继承者 org.tinygroup.weblayer.listener.TinyListenerProcessor
所有已实现的接口:
ApplicationProcessor, org.tinygroup.config.Configuration

public class TinyListenerProcessor
extends org.tinygroup.config.impl.AbstractConfiguration
implements ApplicationProcessor

ServletListener的应用程序处理器

作者:
renhui

字段摘要
static String LISTENER_NODE_CONFIG
           
 
从类 org.tinygroup.config.impl.AbstractConfiguration 继承的字段
applicationConfig, componentConfig, logger
 
构造方法摘要
TinyListenerProcessor()
           
 
方法摘要
 String getApplicationNodePath()
           
 String getComponentConfigPath()
           
 void setApplication(Application application)
           
 void start()
           
 void stop()
           
 
从类 org.tinygroup.config.impl.AbstractConfiguration 继承的方法
config, getApplicationConfig, getComponentConfig
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 org.tinygroup.config.Configuration 继承的方法
config, getApplicationConfig, getComponentConfig
 

字段详细信息

LISTENER_NODE_CONFIG

public static final String LISTENER_NODE_CONFIG
另请参见:
常量字段值
构造方法详细信息

TinyListenerProcessor

public TinyListenerProcessor()
方法详细信息

start

public void start()
指定者:
接口 ApplicationProcessor 中的 start

stop

public void stop()
指定者:
接口 ApplicationProcessor 中的 stop

getApplicationNodePath

public String getApplicationNodePath()
指定者:
接口 org.tinygroup.config.Configuration 中的 getApplicationNodePath

getComponentConfigPath

public String getComponentConfigPath()
指定者:
接口 org.tinygroup.config.Configuration 中的 getComponentConfigPath

setApplication

public void setApplication(Application application)
指定者:
接口 ApplicationProcessor 中的 setApplication


Copyright © 2006–2014 开源组织. All rights reserved.