Package | Description |
---|---|
lucee.runtime | |
lucee.runtime.thread |
Modifier and Type | Method and Description |
---|---|
Threads |
PageContextImpl.getThreadScope(Collection.Key name) |
abstract Threads |
PageContext.getThreadScope(Collection.Key name) |
Threads |
PageContextImpl.getThreadScope(String name) |
abstract Threads |
PageContext.getThreadScope(String name)
Deprecated.
use instead
setThreadScope(Collection.Key name,Threads t) |
Modifier and Type | Method and Description |
---|---|
void |
PageContextImpl.setThreadScope(Collection.Key name,
Threads ct) |
abstract void |
PageContext.setThreadScope(Collection.Key name,
Threads t) |
void |
PageContextImpl.setThreadScope(String name,
Threads ct) |
abstract void |
PageContext.setThreadScope(String name,
Threads t)
Deprecated.
use instead
setThreadScope(Collection.Key name,Threads t) |
Modifier and Type | Class and Description |
---|---|
class |
ThreadsImpl |
Modifier and Type | Method and Description |
---|---|
Threads |
ChildThreadImpl.getThreadScope() |
Copyright © 2015 Lucee