Package org.javlo.component.core
Interface IPageRank
-
- All Known Implementing Classes:
PageRank,PageWeight
public interface IPageRank
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetRankValue(ContentContext ctx, String path)intgetVotes(ContentContext ctx, String path)
-
-
-
Method Detail
-
getRankValue
int getRankValue(ContentContext ctx, String path)
-
getVotes
int getVotes(ContentContext ctx, String path)
-
-