Class PortletURLBuilder

java.lang.Object
org.exoplatform.web.application.URLBuilder<UIComponent>
org.exoplatform.webui.application.portlet.PortletURLBuilder

public class PortletURLBuilder extends org.exoplatform.web.application.URLBuilder<UIComponent>
Created by The eXo Platform SAS Apr 3, 2007
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class org.exoplatform.web.application.URLBuilder

    locale, removeLocale
  • Constructor Summary

    Constructors
    Constructor
    Description
    PortletURLBuilder(javax.portlet.PortletURL url)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createAjaxURL(UIComponent targetComponent, String action, String confirm, String targetBeanId, org.exoplatform.web.application.Parameter[] params, boolean csrfCheck)
     
    createURL(UIComponent targetComponent, String action, String confirm, String targetBeanId, org.exoplatform.web.application.Parameter[] params, boolean csrfCheck)
     

    Methods inherited from class org.exoplatform.web.application.URLBuilder

    createAjaxURL, createAjaxURL, createURL, createURL, createURL, createURL, createURL, getLocale, getRemoveLocale, setLocale, setRemoveLocale

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • PortletURLBuilder

      public PortletURLBuilder(javax.portlet.PortletURL url)
  • 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>