You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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