Interface InternalRequestGlobals
- 
- All Known Implementing Classes:
- InternalRequestGlobalsImpl
 
 public interface InternalRequestGlobals Stores global per-request data internal to the framework.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ThrowablegetClassLoaderException()voidstoreClassLoaderException(Throwable classLoaderException)Stores the throwable for later; only the first such exception is kept (later exceptions are ignored, see TAPESTRY-2399).
 
- 
- 
- 
Method Detail- 
storeClassLoaderExceptionvoid storeClassLoaderException(Throwable classLoaderException) Stores the throwable for later; only the first such exception is kept (later exceptions are ignored, see TAPESTRY-2399).
 - 
getClassLoaderExceptionThrowable getClassLoaderException() 
 
- 
 
-