收藏 分享(赏)

JAVA实现强大的URL规则重写地址方式.doc

上传人:Facebook 文档编号:4295944 上传时间:2018-12-21 格式:DOC 页数:8 大小:67.50KB
下载 相关 举报
JAVA实现强大的URL规则重写地址方式.doc_第1页
第1页 / 共8页
JAVA实现强大的URL规则重写地址方式.doc_第2页
第2页 / 共8页
JAVA实现强大的URL规则重写地址方式.doc_第3页
第3页 / 共8页
JAVA实现强大的URL规则重写地址方式.doc_第4页
第4页 / 共8页
JAVA实现强大的URL规则重写地址方式.doc_第5页
第5页 / 共8页
点击查看更多>>
资源描述

1、 JAVA 实现强大的 URL 规则重写地址方式这个 URL 规则方式重写 URL 地址是才用正则表达式的方式来做的!只要通过设置规则参数和 url 规则,如:channel/type/date/id.html这样我们就可以通过我开发这个工具来进行重写地址了,如果你以前用的是p=index02 03import org.marker.web.url.Parameter;04import org.marker.web.url.URLRewrite;05 /*06* 测试URL规则07* author marker08* */09public class Test 10 11public stat

2、ic void main(String args) 12URLRewrite re = new URLRewrite();13 14 15/设置规则参数16 re.ruleParameter.put(“channel“, new Parameter(“p“,“channel“,“(a-zA-Z_0-9+)“);17re.ruleParameter.put(“type“, new Parameter(“type“,“type“,“(a-zA-Z_0-9+)“);18re.ruleParameter.put(“id“, new Parameter(“id“,“id“,“(0-9+)“);19 20

3、 21/初始化两个规则22re.putRule(“列表“,“channel.html“);23re.putRule(“内容 “,“channel/type/cms-thread-id.html“);24 25 26 27/文章类型的地址28String url =“p=index29System.out.println(“访问的地址:“+url);30 System.out.println(“--“);31String gourl = re.encoder(url);32System.out.println(“URL编码:“+gourl);33gourl = re.decoder(gourl);34System.out.println(“URL解码:“+gourl);35 36System.out.println(“=“);37 38/栏目类型的地址39url =“p=about“;40System.out.println(“访问的地址:“+url);41System.out.println(“-“);42gourl = re.encoder(url);43System.out.println(“URL编码:“+gourl);44gourl = re.decoder(gourl);45 System.out.println(“URL 解码:“+gourl);46 47 48

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 网络科技 > Java

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报