Examples of ThemeUploadHandler


Examples of org.wso2.carbon.dashboard.mgt.theme.handlers.ThemeUploadHandler

    protected void activate(ComponentContext context) {
        try {
            ThemeMgtContext.getRegistryService().getConfigSystemRegistry().getRegistryContext()
                    .getHandlerManager().addHandler(null,
                    new MediaTypeMatcher("application/vnd.wso2.gs.theme"), new ThemeUploadHandler());
        } catch (Exception e) {
            log.error("GS Theme upload Handler registration failed.", e);
        }
        log.info("Successfully started GS Theme upload module.");
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.