Class RemoveFormHandler
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.reader.handler.RemoveFormHandler
- All Implemented Interfaces:
IgnoreRemainingElementsHandler
Handler for remove forms.
Assumes that remove files contain a single form tag and multiple component tags.
Tries to remove the full component name from the forms before
searching only the first part of the component path.
For example "relEvent.label" will first try to remove a component named
"relEvent.label" before searching for "relEvent" only.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.impl.form2.reader.handler.IgnoreRemainingElementsHandler
IgnoreRemainingElementsHandler.ExtPropsHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleComponent
(String componentPath) void
handleForm
(String id) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.model.form.impl.form2.reader.handler.IgnoreRemainingElementsHandler
handleExtProps, ignore, iterator, template
-
Constructor Details
-
RemoveFormHandler
-
-
Method Details
-
handleForm
-
handleComponent
@Element("component") @Cardinality(max=2147483647) public void handleComponent(@Attribute("path") String componentPath)
-