@Override protected Portal getPortal() { return this.portal; }
@Reference(unbind = "-") protected void setPortal(Portal portal) { _portal = portal; }
/** * @return The portal instance */ protected abstract Portal getPortal();