Class PortalURLBuilder
java.lang.Object
org.exoplatform.web.application.URLBuilder<UIComponent>
org.exoplatform.portal.application.PortalURLBuilder
Created by The eXo Platform SAS Apr 3, 2007
-
Field Summary
Fields inherited from class org.exoplatform.web.application.URLBuilder
locale, removeLocale -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAjaxURL(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
-
Constructor Details
-
PortalURLBuilder
-
-
Method Details
-
createAjaxURL
public String createAjaxURL(UIComponent targetComponent, String action, String confirm, String targetBeanId, org.exoplatform.web.application.Parameter[] params, boolean csrfCheck) - Specified by:
createAjaxURLin classorg.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:
createURLin classorg.exoplatform.web.application.URLBuilder<UIComponent>
-