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