Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

FOM: The Context Object

---methods---

  • getAttribute(name)
  • getAttributeNames()
  • setAttribute(name,value)
  • removeAttribute(name)
  • getInitParameter(name)

Wiki Markup
----properties----
 \[name\] \-> maps to the attribute indicates with the name

For example context.blah is equivalent to context.getAttribute("blah")

or as alternative:

Wiki Markup
 \[name\] \-> maps to the attribute indicates with the name

For example context.blah is equivalent to context.getInitParameter("blah")