org.zkoss.zk.scripting
Interface VariableResolver


public interface VariableResolver

The name resolver used with Page.getVariable(java.lang.String).

Author:
tomyeh

Method Summary
 java.lang.Object getVariable(java.lang.String name)
          Returns the value of the specified variable, or null if not found.
 

Method Detail

getVariable

java.lang.Object getVariable(java.lang.String name)
Returns the value of the specified variable, or null if not found.



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.