ConfigElement
and ElementReader
classes as well as various
other data classes.
Although there are a number of implementations of
{@link org.alfresco.config.xml.elementreader.ConfigElementReader}, only
{@link FormsElementReader} is registered with the ConfigService and the other
ConfigElementReader
classes are delegated to.
Note that it is anticipated that these classes will predominantly be used by
JavaScript™ client code and for that reason, the public API of this package favours
e.g. String[]
return types instead of List<String>
types.
In many cases, an overloaded method which returns a Collection is provided as a
convenience for Java client code.