Package org.infoglue.cms.util

Examples of org.infoglue.cms.util.URLHelper


   *
   */
  protected void execute() throws WorkflowException
  {
    final String baseURL   = CmsPropertyHandler.getPreviewDeliveryUrl();
    final URLHelper helper = new URLHelper(baseURL, content.getId(), previewSiteNode.getId(), language.getId());
    setPropertySetString(PREVIEW_URL_PROPERTYSET_KEY, helper.getURL());
  }
View Full Code Here

TOP

Related Classes of org.infoglue.cms.util.URLHelper

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.