Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
linenumberstrue
#set( $systemValue = $System.getProperty("somekeyname") )

You can also test if a property exists.

Code Block
linenumberstrue
#if( ($System.existsProperty("keyname") )
do something
#end

Key: Directory

...

The Handsets key exposes a list of all handsets keyed by their extension no.

...

Once you have the $Handset it then exposes the following methods:

String getAccountPassword()

String getAccountPIN()

String getAllow()

String getAttachVoiceMailSoundFile()

...

String getMailbox()

String getMailboxPIN()Manufacturer getManufacturer()

int getModel()

String getPassword()

...