Modifier and Type | Method and Description |
---|---|
Scope |
RuntimeService.getServerScope() |
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentScope |
Modifier and Type | Class and Description |
---|---|
class |
ComponentScopeShadow |
class |
ComponentScopeThis |
Modifier and Type | Method and Description |
---|---|
Scope |
PageContextImpl.scope(int type) |
abstract Scope |
PageContext.scope(int type)
returns matching scope
|
Scope |
PageContextImpl.scope(String strScope,
Scope defaultValue) |
Scope |
PageContextImpl.SymTab_findBuiltinScope(String name) |
Modifier and Type | Method and Description |
---|---|
Scope |
PageContextImpl.scope(String strScope,
Scope defaultValue) |
Modifier and Type | Method and Description |
---|---|
static Object |
VariableInterpreter._variable(PageContext pc,
String str,
Object value,
Scope scope) |
static Object |
VariableInterpreter.getVariable(PageContext pc,
String str,
Scope scope) |
static Object |
VariableInterpreter.setVariable(PageContext pc,
String str,
Object value,
Scope scope) |
Modifier and Type | Method and Description |
---|---|
static void |
ClassicApplicationContext.reinitScope(Scope scope,
ApplicationContext ac) |
Modifier and Type | Method and Description |
---|---|
abstract Scope |
CustomTag.getVariablesScope() |
Modifier and Type | Class and Description |
---|---|
class |
ThreadsImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
Application
implemetnation of the application scope
|
interface |
Argument
interface for Argument scope
|
interface |
Caller
interface for the caller scope
|
interface |
CGI
interface for scope CGI
|
interface |
Client
Interface of the scope client
|
interface |
Cluster |
interface |
Cookie
interface for the cookie scope
|
interface |
Form
interface fro scope form
|
interface |
Local |
interface |
Request
Interface of the scope request
|
interface |
Server
interface for scope server
|
interface |
Session |
interface |
SharedScope
scope that is used for multiple requests, attention scope can be used from muliple threads ad same state, make no internal state!
|
interface |
Threads |
interface |
Undefined
interface of the cope undefined
|
interface |
URL
inteface for the url scope
|
interface |
URLForm
scuope that mix url and forn together
|
interface |
UserScope |
interface |
Variables |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationImpl
Session Scope
|
class |
ArgumentImpl
implementation of the argument scope
|
class |
ArgumentThreadImpl |
class |
CallerImpl
caller scope
|
class |
CGIImpl
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
|
class |
CGIImplReadOnly
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
|
class |
ClosureScope |
class |
ClusterNotSupported
d
|
class |
ClusterWrap |
class |
CookieImpl
Implementation of the Cookie scope
|
class |
FormImpl
Form Scope
|
class |
JSession |
class |
LocalImpl |
class |
LocalNotSupportedScope |
class |
RequestImpl |
class |
ScopeSupport
Simple standart implementation of a Scope, for standart use.
|
class |
ServerImpl
Server Scope
|
class |
UndefinedImpl
Undefined Scope
|
class |
UrlFormImpl |
class |
URLImpl
Implements URL Scope
|
class |
VariablesImpl |
Modifier and Type | Method and Description |
---|---|
Collection |
UndefinedImpl.getScopeFor(Collection.Key key,
Scope defaultValue)
returns the scope that contains a specific key
|
Modifier and Type | Class and Description |
---|---|
class |
ClientCache |
class |
ClientCookie |
class |
ClientDatasource |
class |
ClientFile |
class |
ClientMemory |
Modifier and Type | Class and Description |
---|---|
class |
SessionCache |
class |
SessionCookie |
class |
SessionDatasource |
class |
SessionFile |
class |
SessionMemory |
Modifier and Type | Interface and Description |
---|---|
interface |
MemoryScope |
interface |
StorageScope
scope that can be stored, in a storage
|
Modifier and Type | Class and Description |
---|---|
class |
StorageScopeCache
client scope that store it's data in a datasource
|
class |
StorageScopeCookie
client scope that store it's data in the cookie of the client
|
class |
StorageScopeDatasource
client scope that store it's data in a datasource
|
class |
StorageScopeFile
client scope that store it's data in a resource
|
class |
StorageScopeImpl |
class |
StorageScopeMemory
client scope that not store it's data
|
Copyright © 2015 Lucee