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

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

public class ClearSilverCompatibleFunctions
extends CoreOperators

Set of functions required to allow JSilver to be compatible with ClearSilver.


Field Summary
 
Fields inherited from class com.google.clearsilver.jsilver.functions.FunctionRegistry
escapers, functions
 
Constructor Summary
ClearSilverCompatibleFunctions()
           
 
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

ClearSilverCompatibleFunctions

public ClearSilverCompatibleFunctions()
Method Detail

setupDefaultFunctions

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

Overrides:
setupDefaultFunctions in class CoreOperators


Copyright © 2010-2012 Google. All Rights Reserved.