Class InternalRequestGlobalsImpl
- java.lang.Object
 - 
- org.apache.tapestry5.internal.services.InternalRequestGlobalsImpl
 
 
- 
- All Implemented Interfaces:
 InternalRequestGlobals
@Scope("perthread") public class InternalRequestGlobalsImpl extends Object implements InternalRequestGlobals
 
- 
- 
Constructor Summary
Constructors Constructor Description InternalRequestGlobalsImpl() 
- 
Method Summary
All Methods Instance Methods Concrete 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). 
 - 
 
- 
- 
Constructor Detail
- 
InternalRequestGlobalsImpl
public InternalRequestGlobalsImpl()
 
 - 
 
- 
Method Detail
- 
getClassLoaderException
public Throwable getClassLoaderException()
- Specified by:
 getClassLoaderExceptionin interfaceInternalRequestGlobals
 
- 
storeClassLoaderException
public void storeClassLoaderException(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 interfaceInternalRequestGlobals
 
 - 
 
 -