railo.runtime.engine
Class ThreadLocalConfig
java.lang.Object
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
Method Summary |
static void |
register(Config config)
register a Config for he current thread |
static void |
release()
release the pagecontext for the current thread |
ThreadLocalConfig
public ThreadLocalConfig()
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