use of org.entando.entando.aps.system.services.actionlog.model.ActivityStreamInfo in project entando-core by entando.
the class SimpleWidgetConfigAction method addActivityStreamInfo.
protected void addActivityStreamInfo(int strutsAction, boolean addLink) {
IPage page = this.getPage(this.getPageCode());
ActivityStreamInfo asi = this.getPageActionHelper().createConfigFrameActivityStreamInfo(page, this.getFrame(), strutsAction, true);
super.addActivityStreamInfo(asi);
}
Aggregations