Class UserNameGenerator
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.UserNameGenerator
-
public class UserNameGenerator extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.ecs.xhtml.span
generate(String userId, String currentUserId)
static org.apache.ecs.xhtml.span
generate(User user, String currentUserId)
static String
toString(String userId, String currentUserId)
static String
toString(User user, String currentUserId)
-