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