Uses of Class
com.google.clearsilver.jsilver.exceptions.JSilverInterpreterException

Packages that use JSilverInterpreterException
com.google.clearsilver.jsilver.template   
 

Uses of JSilverInterpreterException in com.google.clearsilver.jsilver.template
 

Methods in com.google.clearsilver.jsilver.template that throw JSilverInterpreterException
 Value RenderingContext.executeFunction(String name, Value... args)
          Execute a named function.
 Macro RenderingContext.findMacro(String name)
          Lookup a macro that's already been registered.
 String Macro.getArgumentName(int index)
          Get the name of the nth argument defined in the macro.
 



Copyright © 2010-2012 Google. All Rights Reserved.