TMLUserProfile profile = tmlContext.getprofile();
if (profile == null) {
this.addWarning("Current user has no profile", true);
return;
}
result = profile.itemlist(itemName);
}
else if (type.equals("portlet")) {
TMLPortlet portlet = tmlContext.getportlet();
if (portlet == null) {
this.addWarning("Current user has no portlet registration", true);