Servertec getProperty( )
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
Scriptlets
Data Types
Constants
Variables
Procedures
Operators
Statements
Objects
Array
Config
Context
Cookie
Date
Enumeration
File
FileDescriptor
Hashtable
Internet
IO
JDBC
Number
Object
Properties
Random
Request
RequestDispatcher
Response
Session
SqlTypes
Stack
StreamTokenizer
String
StringBuffer
StringTokenizer
System
args( )
arrayCopy( )
call( )
cgi( )
currentTimeMillis( )
cwd( )
destroy( )
env( )
err( )
exec( )
exit( )
exitValue( )
freeMemory( )
gc( )
getErrorStream( )
getInputStream( )
getOutputStream( )
getProperties( )
getProperty( )
getRuntime( )
getSecurity
Manager( )

in( )
inputFile( )
load( )
loadLibrary( )
make
out( )
outputFile( )
runFinalization( )
setErr( )
setIn( )
setOut( )
setProperties( )
setSecurity
Manager( )

stderr( )
stdin( )
stdout( )
totalMemory( )
waitFor( )

Vector

Wrappers
Servlet
Server Pages
Preprocessor
Executable
Samples
Legal
Contact Us

 

Returns the system property with the specified key.

Syntax

    getProperty( key )
    getProperty( key , value )

Parameters

    key the name of the system property.
    value is default value to use, when key is not found.

Returns

    property the value associated with the specified system property.
    null if the specified key does not exist and a value was not specified.

Example

    value = getProperty( "name" )
    
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Sun Sep 04 14:56:08 EDT 2005