org.xwiki.rendering.internal.renderer.xhtml.image
Interface XHTMLImageRenderer
- All Superinterfaces:
- ImageListener
- All Known Implementing Classes:
- AnnotatedXHTMLImageRenderer, DefaultXHTMLImageRenderer
@ComponentRole
public interface XHTMLImageRenderer
- extends ImageListener
Renders images as XHTML.
- Since:
- 1.8RC3
- Version:
- $Id$
|
Field Summary |
static java.lang.String |
ALTERNATE
img XHTML element parameter to indicate an alternate description to the image. |
static java.lang.String |
IMG
The name of the XHTML image element. |
static java.lang.String |
SRC
img XHTML element parameter to indicate where the image is located. |
IMG
static final java.lang.String IMG
- The name of the XHTML image element.
- See Also:
- Constant Field Values
ALTERNATE
static final java.lang.String ALTERNATE
img XHTML element parameter to indicate an alternate description to the image.
- See Also:
- Constant Field Values
SRC
static final java.lang.String SRC
img XHTML element parameter to indicate where the image is located.
- See Also:
- Constant Field Values
setXHTMLWikiPrinter
void setXHTMLWikiPrinter(XHTMLWikiPrinter printer)
- Parameters:
printer - the XHTML printer to use to output images as XHTML
getXHTMLWikiPrinter
XHTMLWikiPrinter getXHTMLWikiPrinter()
- Returns:
- the XHTML printer to use to output images as XHTML
- Since:
- 2.0M3
Copyright © 2004-2011 XWiki. All Rights Reserved.