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