railo.runtime.engine
Class ThreadLocalConfig

java.lang.Object
  extended by railo.runtime.engine.ThreadLocalConfig

public final class ThreadLocalConfig
extends Object

class to handle thread local PageContext, do use pagecontext in classes that have no method argument pagecontext


Constructor Summary
ThreadLocalConfig()
           
 
Method Summary
static void register(Config config)
          register a Config for he current thread
static void release()
          release the pagecontext for the current thread
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadLocalConfig

public ThreadLocalConfig()
Method Detail

register

public static void register(Config config)
register a Config for he current thread

Parameters:
config - Config to register

release

public static void release()
release the pagecontext for the current thread



Copyright © 2012 Railo