Class SimpleMethod

java.lang.Object
org.apache.ofbiz.minilang.MiniLangElement
org.apache.ofbiz.minilang.SimpleMethod

public final class SimpleMethod extends MiniLangElement
Implements the <simple-method> element.

The Mini-language script engine follows the flyweight design pattern. Mini-language XML files are parsed twice - first into a W3C DOM tree, then the DOM tree is parsed into element model objects. Each XML element has a model class, and each model class has its own factory.

Mini-language can be extended by:

See Also: