com.bemoko.live.platform.ui
Class UiVariables

java.lang.Object
  extended by com.bemoko.live.platform.ui.UiVariables

public class UiVariables
extends Object


Constructor Summary
UiVariables()
           
 
Method Summary
 Object get(String name)
           
 Object getProperty(String name)
           
 void pop()
           
 void push(Map<String,Object> scope)
           
 void set(String name, Object value)
           
 void setProperty(String name, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UiVariables

public UiVariables()
Method Detail

push

public void push(Map<String,Object> scope)

pop

public void pop()

get

public Object get(String name)

set

public void set(String name,
                Object value)

setProperty

public void setProperty(String name,
                        Object value)

getProperty

public Object getProperty(String name)