public interface

ElementIdCreator

com.atlassian.confluence.content.render.xhtml.ElementIdCreator
Known Indirect Subclasses

Class Overview

Implemented by a class that can create id's for Elements suitable for use in the context of a particular ConversionContext.

Instances of this interface are not required to be thread safe.

Summary

Public Methods
String generateId()
String generateId(String basis)

Public Methods

public String generateId ()

Returns

public String generateId (String basis)

Parameters
basis a String to base the generated unique id on
Returns
  • an id created from the supplied parameter which is unique within the context of a particular ConversionContext.