Package org.auraframework.impl.root.parser.handler

Examples of org.auraframework.impl.root.parser.handler.InterfaceDefHandler


        handlers.put(ComponentDefRefImpl.class, new ComponentDefRefHandler());
        handlers.put(EventDefImpl.class, new EventDefHandler());
        handlers.put(EventHandlerDefImpl.class, new EventHandlerDefHandler());
        handlers.put(LibraryDefImpl.class, new LibraryDefHandler());
        handlers.put(ImportDefImpl.class, new ImportDefHandler());
        handlers.put(InterfaceDefImpl.class, new InterfaceDefHandler());
        handlers.put(RegisterEventDefImpl.class, new RegisterEventHandler());
        handlers.put(ThemeDefImpl.class, new ThemeDefHandler());
        handlers.put(DesignDefImpl.class, new DesignDefHandler());
    }
View Full Code Here

TOP

Related Classes of org.auraframework.impl.root.parser.handler.InterfaceDefHandler

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.