Interface | Description |
---|---|
PegaURLBuilder |
PegaURLBuilder is used to construct Pega URLs in various formats. |
PegaURLBuilder.IAccessGroupComponent |
PegaURLBuilder.IAccessGroupComponent is used to construct access group hash in the complete
Pega URL.Refer PegaURLBuilder for constructing Pega URLs.This class is used to construct bold component in Pega URL as shown below: http://{hostname}:{port}/prweb/{ServletName}/app/{ApplicationAlias}_1234/{Access Group Hash}/{Thread Name or Static content directory}/ |
PegaURLBuilder.IApplicationAliasComponent |
PegaURLBuilder.IApplicationAliasComponent is used to construct application alias part in the
complete Pega URL.Refer PegaURLBuilder for constructing Pega URLs.This class is used to construct bold component in Pega URL as shown below: http://{hostname}:{port}/prweb/{ServletName}/app/{ApplicationAlias}_1234/{Access Group Hash}/{Thread Name or Static content directory}/ |
PegaURLBuilder.IBuilder |
PegaURLBuilder.IBuilder is used to construct complete Pega URL.Refer PegaURLBuilder for constructing Pega URLs. |
PegaURLBuilder.IServletComponent |
PegaURLBuilder.IServletComponent is used to construct servlet name in the complete Pega
URL.Refer PegaURLBuilder for constructing Pega URLs.This class is used to construct bold component in Pega URL as shown below: http://{hostname}:{port}/prweb/{ServletName}/app/{ApplicationAlias}_1234/{Access Group Hash}/{Thread Name or Static content directory}/ |
PegaURLBuilder.IThreadComponent |
PegaURLBuilder.IThreadComponent is used to construct thread name in the complete Pega
URL.Refer PegaURLBuilder for constructing Pega URLs.This class is used to construct bold component in Pega URL as shown below: http://{hostname}:{port}/prweb/{ServletName}/app/{ApplicationAlias}_1234/{Access Group Hash}/{Thread Name or Static content directory}/ |
Exception | Description |
---|---|
InvalidPegaURLException |
Copyright © 2020 Pegasystems Inc. All Rights Reserved.