Package org.exoplatform.web.application
Class URLBuilder<T>
java.lang.Object
org.exoplatform.web.application.URLBuilder<T>
Created by The eXo Platform SAS Mar 29, 2007
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringcreateAjaxURL(T targetComponent, String action, String targetBeanId) final StringcreateAjaxURL(T targetComponent, String action, String confirm, String targetBeanId) abstract StringcreateAjaxURL(T targetComponent, String action, String confirm, String targetBeanId, Parameter[] params, boolean csrfCheck) final Stringfinal Stringfinal Stringfinal Stringfinal Stringabstract StringcreateURL(T targetComponent, String action, String confirm, String targetBeanId, Parameter[] params, boolean csrfCheck) booleanvoidvoidsetRemoveLocale(boolean removeLocale)
-
Field Details
-
locale
. -
removeLocale
protected boolean removeLocale.
-
-
Constructor Details
-
URLBuilder
public URLBuilder()
-
-
Method Details
-
getLocale
-
setLocale
-
setRemoveLocale
public void setRemoveLocale(boolean removeLocale) -
getRemoveLocale
public boolean getRemoveLocale() -
createURL
-
createURL
-
createURL
-
createURL
-
createURL
-
createAjaxURL
-
createAjaxURL
-
createAjaxURL
-
createURL
-