com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Interface ResourceIdentifierMatcher
- All Known Implementing Classes:
- DefaultResourceIdentifierMatcher
public interface ResourceIdentifierMatcher
Match a ContentEntityObject against the supplied ResourceIdentifier. Note that the
ResourceIdentifier must be fully populated. There is no inference of space key for instance.
matches
boolean matches(ContentEntityObject ceo,
ResourceIdentifier ri)
- Parameters:
ceo
- the entity to compareri
- the resource identifier to compare
- Returns:
- true if the supplied ResourceIdentifier matches.
Copyright © 2003-2014 Atlassian. All Rights Reserved.