com.opensymphony.sitemesh.webapp
Class ContainerTweaks

java.lang.Object
  extended by com.opensymphony.sitemesh.webapp.ContainerTweaks

public class ContainerTweaks
extends java.lang.Object

Provides details of which tweaks should be used in SiteMesh - necessary because containers behave subtly different.

Since:
SiteMesh 3
Author:
Joe Walnes

Field Summary
private  int container
           
 
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
 

Field Detail

container

private final int container
Constructor Detail

ContainerTweaks

public ContainerTweaks()
Method Detail

shouldAutoCreateSession

public boolean shouldAutoCreateSession()

shouldLogUnhandledExceptions

public boolean shouldLogUnhandledExceptions()

shouldIgnoreIllegalStateExceptionOnErrorPage

public boolean shouldIgnoreIllegalStateExceptionOnErrorPage()

www.opensymphony.com/sitemesh/