phelps
public class Namespace extends Object
Namespaces are automatically created as something is put into them. For instance, within an empty global namespace, the statement put("Http.Headers.Last-Modified", 929387423) will create a namespace named "Http", and within that a namespace named "Headers" and finally within that a key named "LAST-MODIFIED" with the value 929387423.
A Browser uses Namespaces in both its (persistent) attributes and its (non-persistent) globals.
See Also: Browser
Method Summary | |
---|---|
boolean | containsKey(String key) |
Object | get(String key) |
Object | put(String key, Object value) |
boolean | remove(String key) |