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 Summary
Constructors Constructor Description InternalRequestGlobalsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getClassLoaderException()
void
storeClassLoaderException(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
-
InternalRequestGlobalsImpl
public InternalRequestGlobalsImpl()
-
-
Method Detail
-
getClassLoaderException
public java.lang.Throwable getClassLoaderException()
- Specified by:
getClassLoaderException
in interfaceInternalRequestGlobals
-
storeClassLoaderException
public void storeClassLoaderException(java.lang.Throwable classLoaderException)
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
-
-