Access keys

Config

Kind of class: class
Inherits from: BasicClass
Author: Martin Heidegger, Simon Wacker
Classpath: org.as2lib.Config
File last modified: Wednesday, 06 April 2005, 13:17:14
Config is the basic configuration class of the as2lib framework.

It lets you configure global behavior of key features like the stringification
of classes and instances.

Summary

Instance methods
Instance methods inherited from BasicClass

Class methods

getObjectStringifier

static function getObjectStringifier (
Void) : Stringifier
Returns the stringifier used to stringify objects.

If no stringifier is set the default stringifier will be returned. This is an
instance of class org.as2lib.core.ObjectStringifier.

Returns:
the currently used object stringifier

setObjectStringifier

static function setObjectStringifier (
newStringifier:Stringifier) : Void
Sets a new stringifier used to stringify objects.

If newStringifier is null or undefined
getObjectStringifier will return the default stringifier.

Parameters:
newStringifier:
the new object stringifier