All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.feilong.taglib.display.httpconcat.package-info Maven / Gradle / Ivy

Go to download

feilong is a suite of core and expanded libraries that include utility classes, http, excel,cvs, io classes, and much much more.

There is a newer version: 4.0.8
Show newest version
/**
 * 从原来的 bs tengineConnect css js请求合并标签移植.
 * 
 * 

* 目前适用于 : * tengine ngx_http_concat_module * apache mod_concat *

* *
* 请求参数需要用两个问号('??')例如:http://example.com/??style1.css,style2.css,foo/style3.css *
* 参数中某位置只包含一个‘?’,则'?'后表示文件的版本,例如:http://example.com/??style1.css,style2.css,foo/style3.css?v=102234 * * 作用:遵循Yahoo!前端优化准则第一条:减少HTTP请求发送次数
* 这一功能可以组合Javascript 以及 Css文件
* 使用方法:
* a)以两个问号(??)激活combo
* b)多文件之间用半角逗号(,)分开
* c)用一个?来便是时间戳
* * @author feilong * @since 1.0.5 */ package com.feilong.taglib.display.httpconcat;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy