org.tinygroup.weblayer
接口 TinyProcessor

所有超级接口:
org.tinygroup.appconfig.AppConfig
所有已知实现类:
AbstractTinyProcessor, FullContextUrlRedirectTinyProcessor, MvcTinyProcessor, PageFlowTinyProcessor, TinyProcessorWapper, VelocityLayoutViewTinyProcessor

public interface TinyProcessor
extends org.tinygroup.appconfig.AppConfig

WebContext处理器,用于根据WebContext进行相关处理

作者:
luoguo

字段摘要
static String TINY_PROCESSOR
           
 
方法摘要
 void destory()
          tinyprocessor的销毁操作
 void init()
          tinyprocessor的初始化操作
 boolean isMatch(String urlString)
          判断url是否匹配,如果匹配,返回True
 void process(String urlString, WebContext context)
          处理
 
从接口 org.tinygroup.appconfig.AppConfig 继承的方法
getConfiguration, getNodeName, setConfiguration
 

字段详细信息

TINY_PROCESSOR

static final String TINY_PROCESSOR
另请参见:
常量字段值
方法详细信息

isMatch

boolean isMatch(String urlString)
判断url是否匹配,如果匹配,返回True

参数:
urlString -
返回:

process

void process(String urlString,
             WebContext context)
处理

参数:
context -

init

void init()
tinyprocessor的初始化操作


destory

void destory()
tinyprocessor的销毁操作



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