Interface IScriptContext

  • All Known Implementing Classes:
    ScriptContext

    public interface IScriptContext
    • Method Detail

      • setAttribute

        void setAttribute​(java.lang.String name,
                          java.lang.Object value)
      • removeAttribute

        void removeAttribute​(java.lang.String name)