org.eclipse.birt.core.script
Interface IScriptContext

All Known Implementing Classes:
ScriptContext

public interface IScriptContext


Method Summary
 void removeAttribute(java.lang.String name)
           
 void setAttribute(java.lang.String name, java.lang.Object value)
           
 

Method Detail

setAttribute

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

removeAttribute

void removeAttribute(java.lang.String name)


Copyright © 2008 Actuate Corp. All rights reserved.