Package org.objectstyle.wolips.htmlpreview.editor.tags

Examples of org.objectstyle.wolips.htmlpreview.editor.tags.DefaultTagDelegate


    _tagDelegates.put("WOSubmitButton", new WOSubmitButtonTagDelegate());
    _tagDelegates.put("WOHyperlink", new WOHyperlinkTagDelegate());
    _tagDelegates.put("WOImage", new WOImageTagDelegate());
    _tagDelegates.put("WOBrowser", new WOBrowserTagDelegate());
    _tagDelegates.put("ERXStyleSheet", new ERXStyleSheetTagDelegate());
    _tagDelegates.put(PreviewRenderDelegate.DEFAULT, new DefaultTagDelegate());
  }
View Full Code Here

TOP

Related Classes of org.objectstyle.wolips.htmlpreview.editor.tags.DefaultTagDelegate

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.