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 -
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).
-
Constructor Details
-
InternalRequestGlobalsImpl
public InternalRequestGlobalsImpl()
-
-
Method Details
-
getClassLoaderException
- Specified by:
getClassLoaderException
in interfaceInternalRequestGlobals
-
storeClassLoaderException
Description copied from interface:InternalRequestGlobals
Stores the throwable for later; only the first such exception is kept (later exceptions are ignored, see TAPESTRY-2399).- Specified by:
storeClassLoaderException
in interfaceInternalRequestGlobals
-