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 ServiceUrlParams
application(String value)
protected void
buildToString(MoreObjects.ToStringHelper helper)
String
getApplication()
String
getService()
ServiceUrlParams
service(String value)
ServiceUrlParams
setAsMap(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:
setAsMap
in classAbstractUrlParams<ServiceUrlParams>
-
buildToString
protected void buildToString(MoreObjects.ToStringHelper helper)
- Overrides:
buildToString
in classAbstractUrlParams<ServiceUrlParams>
-
-