Package org.vosao.business.page.impl

Examples of org.vosao.business.page.impl.PageSetAttributeMessage


    }
    page.setAttribute(name, language, value);
    getDao().getPageDao().save(page);
    if (applyToChildren && attribute.isInherited()) {
      getBusiness().getMessageQueue().publish(
          new PageSetAttributeMessage(page.getFriendlyURL(), name,
              language, value));
    }
  }
View Full Code Here

TOP

Related Classes of org.vosao.business.page.impl.PageSetAttributeMessage

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.