6.2.5 JSMResource Interface
public interface JSMResource
{
public Object getObject ( String key ) ;
public String getResource ( String key ) ;
public Enumeration getResourceNames () ;
}
The JSMResource object is a hash table of resource properties and values.
The getObject method is used to access any non String value object.
The key is always trimmed and uppercase.