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 Object
implements WebappImageMapSupportFactory
Creates image map support objects for "map" elements.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate an image map support.
-
Constructor Details
-
XHTMLWebappImageMapSupportFactory
public XHTMLWebappImageMapSupportFactory()
-
-
Method Details
-
getDescription
- Specified by:
getDescription
in interfaceExtension
- Returns:
- The description of the extension.
- See Also:
-
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:
-