Uses of Interface
ca.cgjennings.layout.EvaluatorFactory
-
Packages that use EvaluatorFactory Package Description ca.cgjennings.apps.arkham.plugins ca.cgjennings.layout -
-
Uses of EvaluatorFactory in ca.cgjennings.apps.arkham.plugins
Classes in ca.cgjennings.apps.arkham.plugins that implement EvaluatorFactory Modifier and Type Class Description class
StrangeEonsEvaluatorFactory
An evaluator factory that creates evaluators for <script> tags inMarkupRenderer
s. -
Uses of EvaluatorFactory in ca.cgjennings.layout
Methods in ca.cgjennings.layout that return EvaluatorFactory Modifier and Type Method Description static EvaluatorFactory
MarkupRenderer. getEvaluatorFactory()
Get the factory used to handle script tags.Methods in ca.cgjennings.layout with parameters of type EvaluatorFactory Modifier and Type Method Description static void
MarkupRenderer. setEvaluatorFactory(EvaluatorFactory factory)
Set the factory used to handle script tags.
-