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