Package org.apache.sling.resourceresolver.impl.console

Examples of org.apache.sling.resourceresolver.impl.console.ResourceResolverWebConsolePlugin


    /** Activates this component */
    protected void activate(final BundleContext bundleContext) {
        final Logger logger = LoggerFactory.getLogger(getClass());
        try {
            plugin = new ResourceResolverWebConsolePlugin(bundleContext, this);
        } catch (final Throwable ignore) {
            // an exception here probably means the web console plugin is not
            // available
            logger.debug("activate: unable to setup web console plugin.", ignore);
        }
View Full Code Here

TOP

Related Classes of org.apache.sling.resourceresolver.impl.console.ResourceResolverWebConsolePlugin

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.