Package edu.stanford.bmir.protege.web.server.app

Examples of edu.stanford.bmir.protege.web.server.app.GetClientApplicationPropertiesActionHandler


    // basic maps are safe for multiple readers
    private Map<Class<?>, ActionHandler<?, ?>> registry = new HashMap<Class<?>, ActionHandler<?, ?>>();

    public DefaultActionHandlerRegistry() {

        register(new GetClientApplicationPropertiesActionHandler(), GetClientApplicationPropertiesAction.class);

        register(new GetAvailableProjectsHandler(), GetAvailableProjectsAction.class);

        register(new LoadProjectActionHandler(), LoadProjectAction.class);
View Full Code Here

TOP

Related Classes of edu.stanford.bmir.protege.web.server.app.GetClientApplicationPropertiesActionHandler

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.