File Information
Library: JS/Core
Package: Wrappers
Header: Poco/JS/Core/ConfigurationWrapper.h
Description
JavaScript wrapper for Poco::AbstractConfiguration.
Inheritance
Direct Base Classes: Wrapper
All Base Classes: Wrapper
Member Summary
Member Functions: getBool, getDouble, getInt, getObject, getString, has, keys, objectTemplate, set
Inherited Functions: checkSetResult, isWrapper, objectTemplate, reportEmptySetResult, returnException, returnString, safeUnwrapNative, toString, toV8Internalized, toV8String, unwrapNative, unwrapNativeObject, wrapNative, wrapNativePersistent
Constructors
ConfigurationWrapper
Creates the ConfigurationWrapper for the root logger.
Destructor
~ConfigurationWrapper
Destroys the ConfigurationWrapper.
Member Functions
objectTemplate
v8::Handle < v8::ObjectTemplate > objectTemplate(
v8::Isolate * pIsolate
);
getBool
static void getBool(
const v8::FunctionCallbackInfo < v8::Value > & args
);
getDouble
static void getDouble(
const v8::FunctionCallbackInfo < v8::Value > & args
);
getInt
static void getInt(
const v8::FunctionCallbackInfo < v8::Value > & args
);
getObject
static void getObject(
const v8::FunctionCallbackInfo < v8::Value > & args
);
getString
static void getString(
const v8::FunctionCallbackInfo < v8::Value > & args
);
has
static void has(
const v8::FunctionCallbackInfo < v8::Value > & args
);
keys
static void keys(
const v8::FunctionCallbackInfo < v8::Value > & args
);
set
static void set(
const v8::FunctionCallbackInfo < v8::Value > & args
);