Class InternalRequestGlobalsImpl
- java.lang.Object
- 
- org.apache.tapestry5.internal.services.InternalRequestGlobalsImpl
 
- 
- All Implemented Interfaces:
- InternalRequestGlobals
 
 @Scope("perthread") public class InternalRequestGlobalsImpl extends java.lang.Object implements InternalRequestGlobals 
- 
- 
Constructor SummaryConstructors Constructor Description InternalRequestGlobalsImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablegetClassLoaderException()voidstoreClassLoaderException(java.lang.Throwable classLoaderException)Stores the throwable for later; only the first such exception is kept (later exceptions are ignored, see TAPESTRY-2399).
 
- 
- 
- 
Constructor Detail- 
InternalRequestGlobalsImplpublic InternalRequestGlobalsImpl() 
 
- 
 - 
Method Detail- 
getClassLoaderExceptionpublic java.lang.Throwable getClassLoaderException() - Specified by:
- getClassLoaderExceptionin interface- InternalRequestGlobals
 
 - 
storeClassLoaderExceptionpublic void storeClassLoaderException(java.lang.Throwable classLoaderException) Description copied from interface:InternalRequestGlobalsStores the throwable for later; only the first such exception is kept (later exceptions are ignored, see TAPESTRY-2399).- Specified by:
- storeClassLoaderExceptionin interface- InternalRequestGlobals
 
 
- 
 
-