Class RemoveFormHandler

java.lang.Object
ch.tocco.nice2.model.form.impl.form2.reader.handler.RemoveFormHandler
All Implemented Interfaces:
IgnoreRemainingElementsHandler

public class RemoveFormHandler extends Object implements 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.