Class PropertiesHandler
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.reader.handler.PropertiesHandler
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PropertiesHandler
-
-
Method Details
-
property
@Element("property") @Cardinality(max=2147483647) public void property(@Attribute("name") String name, @Attribute("value") String value) throws ModelBuildException - Throws:
ModelBuildException
-
propertyValueList
@Element("list") @Cardinality(max=2147483647) public PropertiesHandler.PropertyValueListHandler propertyValueList(@Attribute("name") String name)
-