public class TinyProcessorManagerImpl extends Object implements TinyProcessorManager
TINY_PROCESSOR_MANAGER, XSTEAM_PACKAGE_NAME
Constructor and Description |
---|
TinyProcessorManagerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
destoryTinyResources()
tiny资源销毁(servlet或filter)
|
boolean |
execute(String url,
WebContext context)
根据请求路径,获取servlet处理器进行逻辑处理
|
void |
initTinyResources()
tiny资源初始化(servlet或filter)
|
void |
reset() |
void |
setConfigManager(TinyProcessorConfigManager configManager)
设置web资源(servlet或filter)的配置管理接口
|
public boolean execute(String url, WebContext context) throws javax.servlet.ServletException, IOException
TinyProcessorManager
execute
in interface TinyProcessorManager
url
- 请求路径context
- 请求环境对象javax.servlet.ServletException
IOException
public void initTinyResources() throws javax.servlet.ServletException
TinyWebResourceManager
initTinyResources
in interface TinyWebResourceManager
javax.servlet.ServletException
public void reset()
public void setConfigManager(TinyProcessorConfigManager configManager)
TinyProcessorManager
setConfigManager
in interface TinyProcessorManager
public void destoryTinyResources()
TinyWebResourceManager
destoryTinyResources
in interface TinyWebResourceManager
Copyright © 2006–2018 TinyGroup. All rights reserved.