Package org.dellroad.stuff.servlet

Servlet-related utility classes.

See:
          Description

Class Summary
BigFatLock Class for serializing processing using a big fat lock.
BigFatLockHeldAdvice AspectJ method "before advice" that verifies that the BigFatLock is held.
ContextCleanupListener Clears references that can cause container memory leaks on Web container class unloading.
ExceptionLoggingFilter Servlet filter that ensures any exceptions which are not handled by the servlet get logged somewhere.
OpenTransactionInViewFilter Servlet filter that wraps execution in a transaction.
 

Exception Summary
BigFatLockNotHeldException Thrown by BigFatLockHeldAdvice.lockNotHeld() when the lock is not held.
 

Package org.dellroad.stuff.servlet Description

Servlet-related utility classes.