private IModel<FollowedArtifact> followedArtifactModel;
public static IPageLinkDescriptor linkDescriptor(IModel<Artifact> artifactModel) {
return new LinkDescriptorBuilder()
.page(ArtifactDescriptionPage.class)
.map(new ArtifactLinkParameterMappingEntry(artifactModel)).mandatory()
.build();
}