@Scope(value="perthread") public class InternalRequestGlobalsImpl extends Object implements InternalRequestGlobals
Constructor and Description |
---|
InternalRequestGlobalsImpl() |
Modifier and Type | Method and Description |
---|---|
Throwable |
getClassLoaderException() |
void |
storeClassLoaderException(Throwable classLoaderException)
Stores the throwable for later; only the first such exception is kept (later exceptions are ignored, see
TAPESTRY-2399).
|
public InternalRequestGlobalsImpl()
public Throwable getClassLoaderException()
getClassLoaderException
in interface InternalRequestGlobals
public void storeClassLoaderException(Throwable classLoaderException)
InternalRequestGlobals
storeClassLoaderException
in interface InternalRequestGlobals
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.