Package com.enonic.xp.portal.url
Class AbstractUrlParams<T extends AbstractUrlParams>
- java.lang.Object
-
- com.enonic.xp.portal.url.AbstractUrlParams<T>
-
- Direct Known Subclasses:
AssetUrlParams
,AttachmentUrlParams
,ComponentUrlParams
,GenerateUrlParams
,IdentityUrlParams
,ImageUrlParams
,PageUrlParams
,ProcessHtmlParams
,RestServiceUrlParams
,ServiceUrlParams
@PublicApi public abstract class AbstractUrlParams<T extends AbstractUrlParams> extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractUrlParams()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
buildToString(MoreObjects.ToStringHelper helper)
T
contextPathType(String value)
ContextPathType
getContextPathType()
protected ContextPathType
getDefaultContextPath()
Multimap<String,String>
getParams()
PortalRequest
getPortalRequest()
String
getType()
T
param(String name, Object value)
T
portalRequest(PortalRequest portalRequest)
T
setAsMap(Multimap<String,String> map)
protected static String
singleValue(Multimap<String,String> map, String name)
String
toString()
T
type(String value)
-
-
-
Method Detail
-
getType
public String getType()
-
getContextPathType
public ContextPathType getContextPathType()
-
getPortalRequest
public final PortalRequest getPortalRequest()
-
getDefaultContextPath
protected ContextPathType getDefaultContextPath()
-
portalRequest
public final T portalRequest(PortalRequest portalRequest)
-
buildToString
protected void buildToString(MoreObjects.ToStringHelper helper)
-
-