org.apache.tapestry5.internal.services
Class InternalRequestGlobalsImpl
java.lang.Object
org.apache.tapestry5.internal.services.InternalRequestGlobalsImpl
- All Implemented Interfaces:
- InternalRequestGlobals
@Scope(value="perthread")
public class InternalRequestGlobalsImpl
- extends Object
- implements InternalRequestGlobals
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InternalRequestGlobalsImpl
public InternalRequestGlobalsImpl()
getClassLoaderException
public Throwable getClassLoaderException()
- Specified by:
getClassLoaderException
in interface InternalRequestGlobals
storeClassLoaderException
public void storeClassLoaderException(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 interface InternalRequestGlobals
Copyright © 2003-2012 The Apache Software Foundation.