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