|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.tinygroup.weblayer.AbstractTinyProcessor
public abstract class AbstractTinyProcessor
tiny servlet 处理器的抽象实现
| 构造方法摘要 | |
|---|---|
AbstractTinyProcessor()
|
|
| 方法摘要 | |
|---|---|
void |
destory()
tinyprocessor的销毁操作 |
org.tinygroup.xmlparser.node.XmlNode |
getConfiguration()
|
Map<String,String> |
getInitParamMap()
|
String |
getNodeName()
|
List<Pattern> |
getPatterns()
|
void |
init()
加载节点配置信息,存入对象中 |
boolean |
isMatch(String urlString)
判断url是否匹配,如果匹配,返回True |
void |
process(String urlString,
WebContext context)
处理 |
abstract void |
reallyProcess(String urlString,
WebContext context)
tinyprocessor的逻辑处理方法,由子类来完成 |
void |
setConfiguration(org.tinygroup.xmlparser.node.XmlNode xmlNode)
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public AbstractTinyProcessor()
| 方法详细信息 |
|---|
public String getNodeName()
public void setConfiguration(org.tinygroup.xmlparser.node.XmlNode xmlNode)
TinyProcessor 中的 setConfigurationpublic void init()
TinyProcessor 中的 initxmlNode - public void destory()
TinyProcessor 复制的描述
TinyProcessor 中的 destorypublic org.tinygroup.xmlparser.node.XmlNode getConfiguration()
public boolean isMatch(String urlString)
TinyProcessor 复制的描述
TinyProcessor 中的 isMatchpublic Map<String,String> getInitParamMap()
public List<Pattern> getPatterns()
public void process(String urlString,
WebContext context)
TinyProcessor 复制的描述
TinyProcessor 中的 process
public abstract void reallyProcess(String urlString,
WebContext context)
urlString - context -
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||