Package org.alfresco.web.config.forms

Contains the classes that implement the configuration of the forms service including ConfigElement and ElementReader classes as well as various other data classes.

See: Description

Package org.alfresco.web.config.forms Description

Contains the classes that implement the configuration of the forms service including ConfigElement and ElementReader classes as well as various other data classes. Although there are a number of implementations of org.alfresco.config.xml.elementreader.ConfigElementReader, only 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.

Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.