org.zkoss.zuss
Interface Resolver

All Known Implementing Classes:
BuiltinResolver, RequestResolver

public interface Resolver

Custom variable and function resolver.

Author:
tomyeh

Method Summary
 java.lang.reflect.Method getMethod(java.lang.String name)
          Returns the method of the given name, or null if not available.
 java.lang.Object getVariable(java.lang.String name)
          Returns the value of the given name, or null if not available.
 

Method Detail

getVariable

java.lang.Object getVariable(java.lang.String name)
Returns the value of the given name, or null if not available.


getMethod

java.lang.reflect.Method getMethod(java.lang.String name)
Returns the method of the given name, or null if not available.



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