Interface IScriptContext

All Known Implementing Classes:
ScriptContext

public interface IScriptContext
  • Method Details

    • setAttribute

      void setAttribute(String name, Object value)
    • removeAttribute

      void removeAttribute(String name)