org.sitemesh.webapp.contentfilter
Class ContainerTweaks
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerTweaks
public ContainerTweaks()
shouldAutoCreateSession
public boolean shouldAutoCreateSession()
shouldLogUnhandledExceptions
public boolean shouldLogUnhandledExceptions()
shouldIgnoreIllegalStateExceptionOnErrorPage
public boolean shouldIgnoreIllegalStateExceptionOnErrorPage()
Copyright © 2011. All Rights Reserved.