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

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


        handlers.put(AttributeDefImpl.class, new AttributeDefHandler());
        handlers.put(AttributeDefRefImpl.class, new AttributeDefRefHandler());
        handlers.put(ComponentDefImpl.class, new ComponentDefHandler());
        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());
View Full Code Here

TOP

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

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.