阅读更多

3顶
0踩

编程语言

原创新闻 Sitemesh出新版本了2.4.1

2009-03-28 11:02 by 见习记者 neptune 评论(2) 有4512人浏览

Sitemesh出新版本了2.4.1, 新版修改了Tomcat环境下,强制创建Session问题。

 

http://www.opensymphony.com/sitemesh/download.action

 

package com.opensymphony.sitemesh.webapp;

import com.opensymphony.module.sitemesh.util.Container;

/**
 * Provides details of which tweaks should be used in SiteMesh - necessary because containers behave subtly different.
 *
 * @author Joe Walnes
 * @since SiteMesh 3
 */
public class ContainerTweaks {

    // TODO: Externalize these into a config file (optional of course!), 
//allowing users to change them at runtime if needed.

    private final int container = Container.get();

    public boolean shouldAutoCreateSession() {
        return false;
//        return container == Container.TOMCAT;  - this is removed due to SIM-151.  
    }

    public boolean shouldLogUnhandledExceptions() {
        return container == Container.TOMCAT;
    }

    public boolean shouldIgnoreIllegalStateExceptionOnErrorPage() {
        return container == Container.WEBLOGIC;
    }
}
3
0
评论 共 2 条 请登录后发表评论
2 楼 jindw 2009-03-30 01:33
干脆吧这个特征直接改成SiteMesh吧,重名就重名,反正也是一个东西

http://code.google.com/p/lite/wiki/XML_Lite_SiteMesh
1 楼 jindw 2009-03-30 01:29
喜欢sitemesh的可以去看看LiteXML

模板编译期间集成的SiteMesh
http://code.google.com/p/lite/wiki/XML_Lite_PageMesh

发表评论

您还没有登录,请您登录后再发表评论

相关推荐

  • sitemesh-2.4.1.jar

    sitemesh-2.4.1.jar sitemesh-2.4.1.jar sitemesh-2.4.1.jar sitemesh-2.4.1.jar sitemesh-2.4.1.jar sitemesh-2.4.1.jar

  • SiteMesh v2.4.1(full).zip

    SiteMesh v2.4.1(full).zip

  • sitemesh 2.4.1

    sitemesh-2.4.1.jar sitemesh-2.4.1.zip sitemesh-blank.war

  • SiteMesh v2.4.1.ZIP

    SiteMesh 是一个网页布局和修饰的框架,利用它可以将网页的内容和页面结构分离,以达到页面结构共享的目的。 Sitemesh是由一个基于Web页面布局、装饰以及与现存Web应用整合的框架。它能帮助我们在由大量页面构成的...

  • sitemesh所需jar包ver2.4.1and 2.4.2

    sitemesh所需jar包

  • SiteMesh 3.0版本的简单使用

     Sitemesh是由一个基于Web页面布局、装饰及与现存Web应用整合的框架。它能帮助我们再由大量页面工程的项目中创建一致的页面布局和外观,如一 致的导航条、一致的banner、一致的版权等。它不仅能处理动态的内容,如...

  • spring boot 集成 sitemesh

    一、Sitemesh简介 Sitemesh是由一个基于Web页面布局、装饰及与现存Web应用整合的框架,是一个装饰器。它能帮助我们在由大量页面工程的项目中创建一致的页面布局和外观,如一致的导航条、一致的banner、一致的版权等...

  • sitemesh-3.0.1-javadoc

    SiteMesh是一个网页布局和装饰框架以及Web应用程序集成框架,可帮助创建由页面组成的网站,这些页面需要一致的外观,导航和布局方案。 SiteMesh会拦截对通过Web服务器请求的任何静态或动态生成的HTML页面的请求,...

  • sitemesh入门demo

    sitemesh入门demo。博客 Sitemesh入门和使用笔记 对应源码

  • sitemesh教程-页面装饰技术原理及应用

    Sitemesh是一种页面装饰技术:它通过过滤器(filter)来拦截页面访问,据被访问页面的URL找到合适的装饰模板等等,感兴趣的朋友可以了解下哦

  • sitemesh 例子

    sitemesh 例子,里面举例一个简单例子,而且还有一个简单文档说明

  • sitemesh-2.2.1.jar sitemesh-2.2.1.jar

    sitemesh-2.2.1.jar

  • spring-boot-sitemesh源码整合

    spring-boot-sitemesh 源码整合

  • sitemesh2.5源码

    Lexer 文件需用lib目录下jflex.jar转Java文件

  • siteMesh框架demo

    siteMesh框架搭建的一个小事列

  • sitemesh(example).rar_sitemesh_装修网站java

    SiteMesh是一个网页的布局和装修的框架和网络应用集成框架,以帮助建立大型网站的网页数量组成为一致的外观/认为,导航和布局计划是必要的。

  • jsp中sitemesh修改tagRule技术分享

    sitemesh默认提供了一些常用的rule 可以看到其实可以选择 /** * Extracts the contents of any elements that look like * <code><content tag='foo'>...</content></code> and write the contents * to a page...

  • Sitemesh 3 的使用及配置

    Sitemesh 3 的使用及配置

  • python入门-30.寻找列表中只出现一次的数字-寻找单身狗.py

    python入门-30.寻找列表中只出现一次的数字——寻找单身狗.py

  • 布尔教育linux优化笔记

    linux优化笔记,配套视频:https://www.bilibili.com/list/474327672?sid=4496133&spm_id_from=333.999.0.0&desc=1

Global site tag (gtag.js) - Google Analytics