Interface InternalRequestGlobals
- All Known Implementing Classes:
InternalRequestGlobalsImpl
public interface InternalRequestGlobals
Stores global per-request data internal to the framework.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
storeClassLoaderException
(Throwable classLoaderException) Stores the throwable for later; only the first such exception is kept (later exceptions are ignored, see TAPESTRY-2399).
-
Method Details
-
storeClassLoaderException
Stores the throwable for later; only the first such exception is kept (later exceptions are ignored, see TAPESTRY-2399). -
getClassLoaderException
-