org.sitemesh.webapp.contentfilter
Class ContainerTweaks

java.lang.Object
  extended by org.sitemesh.webapp.contentfilter.ContainerTweaks
Direct Known Subclasses:
ContainerTweaks.TomcatTweaks, ContainerTweaks.WebLogicTweaks

public class ContainerTweaks
extends Object

Provides details of Servlet container tweaks to apply - necessary because containers behave subtly different.

Author:
Joe Walnes

Nested Class Summary
static class ContainerTweaks.TomcatTweaks
          Container tweaks specific to Tomcat.
static class ContainerTweaks.WebLogicTweaks
          Container tweaks specific to WebLogic.
 
Constructor Summary
ContainerTweaks()
           
 
Method Summary
 boolean shouldAutoCreateSession()
           
 boolean shouldIgnoreIllegalStateExceptionOnErrorPage()
           
 boolean shouldLogUnhandledExceptions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerTweaks

public ContainerTweaks()
Method Detail

shouldAutoCreateSession

public boolean shouldAutoCreateSession()

shouldLogUnhandledExceptions

public boolean shouldLogUnhandledExceptions()

shouldIgnoreIllegalStateExceptionOnErrorPage

public boolean shouldIgnoreIllegalStateExceptionOnErrorPage()


Copyright © 2011. All Rights Reserved.