Class XHTMLWebappImageMapSupportFactory
- java.lang.Object
-
- ro.sync.ecss.extensions.xhtml.imagemap.XHTMLWebappImageMapSupportFactory
-
- All Implemented Interfaces:
Extension
,WebappImageMapSupportFactory
@API(type=INTERNAL, src=PUBLIC) public class XHTMLWebappImageMapSupportFactory extends java.lang.Object implements WebappImageMapSupportFactory
Creates image map support objects for "map" elements.
-
-
Constructor Summary
Constructors Constructor Description XHTMLWebappImageMapSupportFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebappImageMapSupport
createImageMapSupport(AuthorInplaceContext context)
Create an image map support.java.lang.String
getDescription()
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interfaceExtension
- Returns:
- The description of the extension.
- See Also:
Extension.getDescription()
-
createImageMapSupport
public WebappImageMapSupport createImageMapSupport(AuthorInplaceContext context) throws ImageMapFormatException
Description copied from interface:WebappImageMapSupportFactory
Create an image map support.- Specified by:
createImageMapSupport
in interfaceWebappImageMapSupportFactory
- Parameters:
context
- The context.- Returns:
- The image map support.
- Throws:
ImageMapFormatException
- When the image map cannot be parsed from the given context.- See Also:
WebappImageMapSupportFactory.createImageMapSupport(ro.sync.ecss.extensions.api.editor.AuthorInplaceContext)
-
-