Package org.apache.lenya.cms.publication

Examples of org.apache.lenya.cms.publication.DefaultSiteTree.serialize()


            } else {
                throw new PublishingException("No node found for the document " +
                    documentid);
            }

            liveTree.serialize();
        } catch (Exception e) {
            throw new PublishingException("Couldn't publish the tree :" +
                absolutetreelivepath, e);
        }
    }
View Full Code Here


        } catch (Exception e) {
            getLogger().error(".act(): Creator threw exception: " + e);
        }

  // commit (sort of)
  siteTree.serialize();

  HashMap actionMap = new HashMap();
  return actionMap;
    }
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.