public interface SimpleURLAPI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSimpleURLByAlias(java.lang.String aAliasName,
ClipboardPage aPage,
boolean aAbsolute)
Generates Simple URL as described in
SimpleURLAPI .Uses aAliasName as criteria to select URLMapping. |
java.lang.String |
getSimpleURLByClass(ClipboardPage aPage,
boolean aAbsolute)
Generates Simple URL as described in
SimpleURLAPI .Uses pxObjClass of aPage as criteria to select URLMapping. |
static final java.lang.String COPYRIGHT
static final java.lang.String VERSION
java.lang.String getSimpleURLByClass(ClipboardPage aPage, boolean aAbsolute)
SimpleURLAPI
.aPage
as criteria to select URLMapping.aPage
- should contain properties specified in the URLMapping and properties should have non empty values.aAbsolute
- if equals true, returns absolute form of simple URL.aPage
aPage
does not contain required properties java.lang.String getSimpleURLByAlias(java.lang.String aAliasName, ClipboardPage aPage, boolean aAbsolute)
SimpleURLAPI
.aAliasName
as criteria to select URLMapping.aAliasName
- aPage
- should contain properties specified in the URLMapping and properties should have non empty values.aAbsolute
- if equals true, URL will contain all absolute URL components.aAliasName
aPage
does not contain required properties Copyright © 2018 Pegasystems Inc. All Rights Reserved.