org.apache.tapestry5.internal.services
Interface InternalRequestGlobals
- All Known Implementing Classes:
- InternalRequestGlobalsImpl
public interface InternalRequestGlobals
Stores global per-request data internal to the framework.
storeClassLoaderException
void storeClassLoaderException(Throwable classLoaderException)
- Stores the throwable for later; only the first such exception is kept (later exceptions are ignored, see
TAPESTRY-2399).
getClassLoaderException
Throwable getClassLoaderException()
Copyright © 2003-2012 The Apache Software Foundation.