public boolean | getJavaWebStartEnabled()A troublesome Attribute which may not exist, hence we need to supply
a default value. If it doesn't exist, the Delegate will return null.
final Object value = delegateGetAttributeNoThrow( "JavaWebStartEnabled" );
return Boolean.parseBoolean( "" + value );
|