org.nuiton.wikitty.publication
Class AbstractDecoredClass

java.lang.Object
  extended by org.nuiton.wikitty.publication.AbstractDecoredClass

public abstract class AbstractDecoredClass
extends Object

Abstract class for the skeleton and signature for wikittyPubText content transform and compile as Java class. This class allow the evaluator engine to call the eval method to return the result of the compiled code from the wikitty pub text content.

Author:
mfortun

Constructor Summary
AbstractDecoredClass()
           
 
Method Summary
abstract  Object eval(Map<String,Object> bindings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDecoredClass

public AbstractDecoredClass()
Method Detail

eval

public abstract Object eval(Map<String,Object> bindings)
                     throws Exception
Throws:
Exception


Copyright © 2010-2011 CodeLutin. All Rights Reserved.