org.apache.tapestry5.internal.services
Class InternalRequestGlobalsImpl

java.lang.Object
  extended by org.apache.tapestry5.internal.services.InternalRequestGlobalsImpl
All Implemented Interfaces:
InternalRequestGlobals

@Scope(value="perthread")
public class InternalRequestGlobalsImpl
extends Object
implements InternalRequestGlobals


Constructor Summary
InternalRequestGlobalsImpl()
           
 
Method Summary
 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).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalRequestGlobalsImpl

public InternalRequestGlobalsImpl()
Method Detail

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.