public String getTitle() {
   String title = PortalContextFactory.getPortalContext().getMessageByKey(this.label);
   return title;
 }
Esempio n. 2
0
 public String getTagNameValue() {
   String tagName = PortalContextFactory.getPortalContext().getMessageByKey(this.tagName);
   return tagName;
 }