public Iterable<?> getSubjectPositionalParameters() {
return ImmutableList.of(emailAddress.getDisplayName());
}
@Override
public Component createComponent(String wicketId) {
return new DeleteEmailHtmlNotificationPanel(wicketId, GenericEntityModel.of(emailAddress));
}
};
}