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