Generated by
JDiff

Class com.day.cq.mcm.landingpage.parser.taghandlers.mbox.TargetComponentTagHandler

The superclass changed from com.day.cq.wcm.designimporter.parser.taghandlers.AbstractTagHandler to AbstractTagHandler.
Removed interface com.day.cq.wcm.designimporter.api.ContainerComponentProvider.

Changed Methods
void characters(char[], int, int) Change in exceptions thrown from com.day.cq.wcm.designimporter.DesignImportException to DesignImportException.
 
void endElement(String, String, String) Change in exceptions thrown from com.day.cq.wcm.designimporter.DesignImportException to DesignImportException.
 
void endHandling(String, String, String) Change in exceptions thrown from com.day.cq.wcm.designimporter.DesignImportException to DesignImportException.
 
Object getContent(HTMLContentType) Change in signature from com.day.cq.wcm.designimporter.parser.HTMLContentType to HTMLContentType.
 
void startElement(String, String, String, Attributes) Change in exceptions: com.day.cq.wcm.designimporter.DesignImportException, com.day.cq.wcm.designimporter.UnsupportedTagContentException were removed. DesignImportException, UnsupportedTagContentException were added.
 
boolean supportsContent(HTMLContentType) Change in signature from com.day.cq.wcm.designimporter.parser.HTMLContentType to HTMLContentType.