Cernunnos Manual


${const()}

** DEPRECATED ** since 1.0.0

Use ${groovy( <field-name>)} instead.

Description:

Returns the value of the Java constant ( i.e. static field) specified by FIELD.

Reagents:

Name XPath Description Reagent Type Expected Type Required
FIELD descendant-or-self::text() The fully-qualified name (e.g. com.foo.myproject.MyClass.SOME_CONSTANT) of a static variable. PHRASE java.lang.String Yes

Examples: