org.tinygroup.weblayer.impl
类 TinyProcessorManagerImpl

java.lang.Object
  继承者 org.tinygroup.weblayer.impl.TinyProcessorManagerImpl
所有已实现的接口:
TinyProcessorManager, TinyWebResourceManager

public class TinyProcessorManagerImpl
extends Object
implements TinyProcessorManager

tiny servlet处理器管理接口的默认实现

作者:
renhui

字段摘要
 
从接口 org.tinygroup.weblayer.TinyProcessorManager 继承的字段
TINY_PROCESSOR_MANAGER, XSTEAM_PACKAGE_NAME
 
构造方法摘要
TinyProcessorManagerImpl()
           
 
方法摘要
 void destoryTinyResources()
          tiny资源销毁(servlet或filter)
 boolean execute(String url, WebContext context)
          根据请求路径,获取servlet处理器进行逻辑处理
 void initTinyResources()
          tiny资源初始化(servlet或filter)
 void setConfigManager(TinyProcessorConfigManager configManager)
          设置web资源(servlet或filter)的配置管理接口
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

TinyProcessorManagerImpl

public TinyProcessorManagerImpl()
方法详细信息

execute

public boolean execute(String url,
                       WebContext context)
从接口 TinyProcessorManager 复制的描述
根据请求路径,获取servlet处理器进行逻辑处理

指定者:
接口 TinyProcessorManager 中的 execute
参数:
url - 请求路径
context - 请求环境对象

initTinyResources

public void initTinyResources()
从接口 TinyWebResourceManager 复制的描述
tiny资源初始化(servlet或filter)

指定者:
接口 TinyWebResourceManager 中的 initTinyResources

setConfigManager

public void setConfigManager(TinyProcessorConfigManager configManager)
从接口 TinyProcessorManager 复制的描述
设置web资源(servlet或filter)的配置管理接口

指定者:
接口 TinyProcessorManager 中的 setConfigManager

destoryTinyResources

public void destoryTinyResources()
从接口 TinyWebResourceManager 复制的描述
tiny资源销毁(servlet或filter)

指定者:
接口 TinyWebResourceManager 中的 destoryTinyResources


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