项目:tomcat7
文件:SSIMediator.java
public void setConfigTimeFmt(String configTimeFmt,boolean fromConstructor) {
this.configTimeFmt = configTimeFmt;
this.strftime = new Strftime(configTimeFmt,Locale.US);
//Variables like DATE_LOCAL,DATE_GMT,and LAST_MODIFIED need to be
// updated when
//the timefmt changes. This is what Apache SSI does.
setDateVariables(fromConstructor);
}
项目:lams
文件:SSIMediator.java
public void setConfigTimeFmt(String configTimeFmt,boolean fromConstructor) {
this.configTimeFmt = configTimeFmt;
//What's the story here with Datetool.LOCALE_US?? Why??
this.strftime = new Strftime(configTimeFmt,Datetool.LOCALE_US);
//Variables like DATE_LOCAL,and LAST_MODIFIED need to be
// updated when
//the timefmt changes. This is what Apache SSI does.
setDateVariables(fromConstructor);
}
项目:jerrydog
文件:SSIMediator.java
public void setConfigTimeFmt( String configTimeFmt,boolean fromConstructor ) {
this.configTimeFmt = configTimeFmt;
//What's the story here with Datetool.LOCALE_US?? Why??
this.strftime = new Strftime( configTimeFmt,Datetool.LOCALE_US );
//Variables like DATE_LOCAL,and LAST_MODIFIED need to be updated when
//the timefmt changes. This is what Apache SSI does.
setDateVariables( fromConstructor );
}
项目:apache-tomcat-7.0.73-with-comment
文件:SSIMediator.java
项目:lazycat
文件:SSIMediator.java
项目:class-guard
文件:SSIMediator.java
项目:apache-tomcat-7.0.57
文件:SSIMediator.java
项目:HowTomcatWorks
文件:SSIMediator.java
项目:WBSAirback
文件:SSIMediator.java
项目:tomcat7
文件:SSIFlastmod.java
项目:lams
文件:SSIFlastmod.java
项目:jerrydog
文件:SSIFlastmod.java
项目:apache-tomcat-7.0.73-with-comment
文件:SSIFlastmod.java
protected String formatDate(Date date,Locale.US);
return strftime.format(date);
}
项目:lazycat
文件:SSIFlastmod.java
protected String formatDate(Date date,Locale.US);
return strftime.format(date);
}
项目:class-guard
文件:SSIFlastmod.java
protected String formatDate(Date date,Locale.US);
return strftime.format(date);
}
项目:apache-tomcat-7.0.57
文件:SSIFlastmod.java
protected String formatDate(Date date,Locale.US);
return strftime.format(date);
}
项目:HowTomcatWorks
文件:SSIFlastmod.java
项目:WBSAirback
文件:SSIFlastmod.java
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。