Class PortalURLBuilder

java.lang.Object
org.exoplatform.web.application.URLBuilder<UIComponent>
org.exoplatform.portal.application.PortalURLBuilder

public class PortalURLBuilder extends org.exoplatform.web.application.URLBuilder<UIComponent>
Created by The eXo Platform SAS Apr 3, 2007
  • Constructor Details

  • Method Details

    • createAjaxURL

      public String createAjaxURL(UIComponent targetComponent, String action, String confirm, String targetBeanId, org.exoplatform.web.application.Parameter[] params, boolean csrfCheck)
      Specified by:
      createAjaxURL in class org.exoplatform.web.application.URLBuilder<UIComponent>
    • createURL

      public String createURL(UIComponent targetComponent, String action, String confirm, String targetBeanId, org.exoplatform.web.application.Parameter[] params, boolean csrfCheck)
      Specified by:
      createURL in class org.exoplatform.web.application.URLBuilder<UIComponent>