Class PortletURLBuilder
java.lang.Object
org.exoplatform.web.application.URLBuilder<UIComponent>
org.exoplatform.webui.application.portlet.PortletURLBuilder
Created by The eXo Platform SAS Apr 3, 2007
-
Field Summary
FieldsFields 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
-
Field Details
-
CSRF_PROP
- See Also:
-
-
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:
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>
-