FOM: The Context Object
methods
- getAttribute(name)
get!AttributeNames()
- setAttribute(name,value)
- removeAttribute(name)
get!InitParameter(name)
properties
[name] -> maps to the attribute indicates with the name
For example context.blah is equivalent to context.getAttribute("blah")
or as alternative:
[name] -> maps to the attribute indicates with the name
For example context.blah is equivalent to context.get!InitParameter("blah")