com.atlassian.renderer.embedded
Class PlaceholderImageRenderer
java.lang.Object
com.atlassian.renderer.embedded.PlaceholderImageRenderer
- All Implemented Interfaces:
- EmbeddedResourceRenderer
public class PlaceholderImageRenderer
- extends Object
- implements EmbeddedResourceRenderer
Currently we cannot convert the HTML used to show an embedded flash/movie file back into wiki format.
Hence we are using this place holder renderer to render a place holder image in place of the actual animation/movie
This will fix CONF-4415
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ICON_PARAMETER
public static final String ICON_PARAMETER
- Key of the parameter to add to the
RenderContext
via
RenderContext.addParam(Object, Object)
for the image that will be used in
place of movies and missing attachment files in the RTE. This will be appended to
RenderContext.getImagePath()
and embedded in an image tag.
- See Also:
- Constant Field Values
DEFAULT_ICON_NAME
public static final String DEFAULT_ICON_NAME
- The default image that will appear in the img tag created if
ICON_PARAMETER
is not specified.
- See Also:
- Constant Field Values
PlaceholderImageRenderer
public PlaceholderImageRenderer()
renderResource
public String renderResource(EmbeddedResource resource,
RenderContext context)
- Description copied from interface:
EmbeddedResourceRenderer
- Render the embedded resource to a string.
- Specified by:
renderResource
in interface EmbeddedResourceRenderer
- Parameters:
resource
- to be renderedcontext
- of render
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.