com.google.clearsilver.jsilver.functions.bundles
Class CoreOperators

java.lang.Object
  extended by com.google.clearsilver.jsilver.functions.FunctionRegistry
      extended by com.google.clearsilver.jsilver.functions.bundles.CoreOperators
All Implemented Interfaces:
FunctionExecutor
Direct Known Subclasses:
ClearSilverCompatibleFunctions

public class CoreOperators
extends FunctionRegistry

Function registry containing core operators used in expressions. These are: + - * / % ? ! && || == != < > <= >=, name.

See Also:
FunctionRegistry

Field Summary
 
Fields inherited from class com.google.clearsilver.jsilver.functions.FunctionRegistry
escapers, functions
 
Constructor Summary
CoreOperators()
           
 
Method Summary
protected  void setupDefaultFunctions()
          Subclasses can override this to register their own functions.
 
Methods inherited from class com.google.clearsilver.jsilver.functions.FunctionRegistry
escape, executeFunction, isEscapingFunction, registerEscapeMode, registerFunction, registerFunction, registerFunction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreOperators

public CoreOperators()
Method Detail

setupDefaultFunctions

protected void setupDefaultFunctions()
Description copied from class: FunctionRegistry
Subclasses can override this to register their own functions.

Overrides:
setupDefaultFunctions in class FunctionRegistry


Copyright © 2010-2012 Google. All Rights Reserved.