Package com.enonic.xp.portal.url
Class GenerateUrlParams
- java.lang.Object
-
- com.enonic.xp.portal.url.AbstractUrlParams<GenerateUrlParams>
-
- com.enonic.xp.portal.url.GenerateUrlParams
-
@PublicApi public final class GenerateUrlParams extends AbstractUrlParams<GenerateUrlParams>
-
-
Constructor Summary
Constructors Constructor Description GenerateUrlParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbuildToString(MoreObjects.ToStringHelper helper)StringgetPath()GenerateUrlParamssetAsMap(Multimap<String,String> map)GenerateUrlParamsurl(String url)-
Methods inherited from class com.enonic.xp.portal.url.AbstractUrlParams
contextPathType, getContextPathType, getDefaultContextPath, getParams, getPortalRequest, getType, param, portalRequest, singleValue, toString, type
-
-
-
-
Method Detail
-
getPath
public String getPath()
-
url
public GenerateUrlParams url(String url)
-
setAsMap
public GenerateUrlParams setAsMap(Multimap<String,String> map)
- Overrides:
setAsMapin classAbstractUrlParams<GenerateUrlParams>
-
buildToString
protected void buildToString(MoreObjects.ToStringHelper helper)
- Overrides:
buildToStringin classAbstractUrlParams<GenerateUrlParams>
-
-