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 int
getRankValue(ContentContext ctx, String path)
int
getVotes(ContentContext ctx, String path)
-
-
-
Method Detail
-
getRankValue
int getRankValue(ContentContext ctx, String path)
-
getVotes
int getVotes(ContentContext ctx, String path)
-
-