Class ImageComponentTagHandlerFactory
java.lang.Object
com.day.cq.wcm.designimporter.parser.taghandlers.factory.ImageComponentTagHandlerFactory
- All Implemented Interfaces:
TagHandlerFactory
@Service
@Property(name="service.ranking",intValue=5000,propertyPrivate=false) @Property(name="tagpattern",value="<(div|span|img)(?=.* data-cq-component=\"(?i)image\").*>") @Property(name="component.resourceType",value="foundation/components/image")
public class ImageComponentTagHandlerFactory
extends Object
implements TagHandlerFactory
The TagHandlerFactory that rolls out
ImageComponentTagHandler instances-
Field Summary
FieldsFields inherited from interface com.day.cq.wcm.designimporter.api.TagHandlerFactory
PN_TAGPATTERN -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TAG_PATTERN
- See Also:
-
-
Constructor Details
-
ImageComponentTagHandlerFactory
public ImageComponentTagHandlerFactory()
-
-
Method Details
-
create
Description copied from interface:TagHandlerFactoryCreates a new TagHandler implementation instance.- Specified by:
createin interfaceTagHandlerFactory- Returns:
- A new TagHandler instance
-