The JSMResource interface 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.

public interface JSMResource
{
public Object getObject ( String key ) ;

public String getResource ( String key ) ;

public Enumeration getResourceNames () ;
}
  • No labels