org.tinygroup.weblayer
public interface TinyProcessor extends org.tinygroup.commons.order.Ordered
| Modifier and Type | Field and 描述 |
|---|---|
static String |
TINY_PROCESSOR |
| Modifier and Type | Method and 描述 |
|---|---|
void |
destroy()
tinyprocessor的销毁操作
|
String |
getProcessorName() |
void |
init(TinyProcessorConfig tinyProcessorConfig)
初始化操作
|
boolean |
isMatch(String urlString)
判断url是否匹配,如果匹配,返回True
|
void |
process(String urlString,
WebContext context)
处理
|
void |
setProcessorName(String processorName) |
boolean isMatch(String urlString)
urlString - void process(String urlString, WebContext context) throws javax.servlet.ServletException, IOException
context - javax.servlet.ServletExceptionIOExceptionvoid init(TinyProcessorConfig tinyProcessorConfig) throws javax.servlet.ServletException
tinyProcessorConfig - javax.servlet.ServletExceptionvoid destroy()
void setProcessorName(String processorName)
String getProcessorName()
Copyright © 2006–2015 TinyGroup. All rights reserved.