public interface

ResourceIdentifierMatcher

com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ResourceIdentifierMatcher
Known Indirect Subclasses

Class Overview

Match a ContentEntityObject against the supplied ResourceIdentifier. Note that the ResourceIdentifier must be fully populated. There is no inference of space key for instance.

Summary

Public Methods
boolean matches(ContentEntityObject ceo, ResourceIdentifier ri)

Public Methods

public boolean matches (ContentEntityObject ceo, ResourceIdentifier ri)

Parameters
ceo the entity to compare
ri the resource identifier to compare
Returns
  • true if the supplied ResourceIdentifier matches.