Package org.opencms.xml

Examples of org.opencms.xml.CmsXmlContentTypeManager


    } catch (CmsConfigurationException e) {
      LOG.error("Could not add ResourceCollector", e);
    }
   
    // Add the widgets
    CmsXmlContentTypeManager man = OpenCms.getXmlContentTypeManager();
    if (man.getWidget(CustomValuesSelectWidget.class.getName()) == null) {
      man.addWidget(CustomValuesSelectWidget.class.getName(), CustomValuesSelectWidget.class.getSimpleName());
      // OpenCms.writeConfiguration(CmsVfsConfiguration.class);
    }
   
    // This adds the friendly property-editor, to allow the use of
    // user-friendly property dialogs for templates with the
View Full Code Here

TOP

Related Classes of org.opencms.xml.CmsXmlContentTypeManager

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.