19 package org.turro.user.activity;
21 import org.turro.action.Contacts;
22 import org.turro.collections.KeyValueMap;
23 import org.turro.elephant.context.IConstructor;
24 import org.turro.elephant.direct.AbstractDirectContentCtrl;
25 import org.turro.elephant.direct.DirectContent;
26 import org.turro.marker.ElephantMarker;
27 import org.turro.plugin.contacts.IContact;
33 @DirectContent(identifier=
"user-activity")
37 super(
"widgets/activity");
41 return createRightNowURL(
"contact=" + contact.
getId());
57 if(map.containsKey(
"contact")) {
64 if(map.containsKey(
"contact")) {
65 writeMarkerToResponse(constructor, map);
Object put(Object key, Object value)
static Set< Activity > getActivity(IContact contact)
void prepareCleanMarker(ElephantMarker marker, KeyValueMap map)
String createURL(IContact contact, ActivityType... types)
void prepareMarker(ElephantMarker marker)
void doExecute(IConstructor constructor, KeyValueMap map)