public void activate()

in src/main/java/org/apache/sling/hapi/sightly/TypeView.java [64:75]


    public void activate() throws Exception {
        hapi = sling.getService(HApiUtil.class);
        me = hapi.fromPath(resourceResolver, resource.getPath());

        if (null == me) {
            return;
        }

        LOG.debug("me: {}  resource: {}", me, resource.getPath());
        description = me.getDescription();
        parent = me.getParent();
    }