Package org.apache.lenya.cms.publication

Examples of org.apache.lenya.cms.publication.ResourcesManager.addResource()


        metadata.put("creator", creator);
        metadata.put("rights", rights);
        ResourcesManager resourcesManager = null;
        try {
            resourcesManager = (ResourcesManager) this.manager.lookup(ResourcesManager.ROLE);
            resourcesManager.addResource(getSourceDocument(), file, metadata);
        } catch (final Exception e) {
            getLogger().error("The resource could not be added: ", e);
            addErrorMessage("The resource could not be added (see log files for details).");
        } finally {
            if (resourcesManager != null) {
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.