Examples of JcrEventListener


Examples of org.brixcms.jcr.JcrEventListener

        catch (Exception ignore) {
            // logger.warn("Error registering brix namespace, may already be registered",
            // ignore);
        }

        EventUtil.registerSaveEventListener(new JcrEventListener());

        RepositoryUtil.registerNodeType(w, BrixNode.JCR_TYPE_BRIX_NODE, true, true, true);

        // the following three have always brix:node mixin too
        RepositoryUtil.registerNodeType(w, FolderNodePlugin.TYPE, false, false, true);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.