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.


Method Summary
 boolean matches(ContentEntityObject ceo, ResourceIdentifier ri)
           
 

Method Detail

matches

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.


Copyright © 2003–2015 Atlassian. All rights reserved.