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