org.nuiton.wikitty.publication
Interface EvalInterface


public interface EvalInterface

Interface of the eval action. Used

Author:
mfortun

Method Summary
 Object doAction(PublicationContext context)
          eval the current publication context
 Object doAction(PublicationContext context, List<String> subContext)
          eval the current publicat ion context
 Object doAction(PublicationContext context, String subContextAsText)
          eval the current publication context
 

Method Detail

doAction

Object doAction(PublicationContext context,
                List<String> subContext)
eval the current publicat ion context

Parameters:
context - the current context
subContext - list of the subcontext
Returns:
the result of the evaluation

doAction

Object doAction(PublicationContext context,
                String subContextAsText)
eval the current publication context

Parameters:
context - the current context
subContextAsText - the string to be evaluated
Returns:
the result of the evaluation

doAction

Object doAction(PublicationContext context)
eval the current publication context

Parameters:
context - the current context
Returns:
the result of the evaluation


Copyright © 2010-2011 CodeLutin. All Rights Reserved.