public static interface PegaURLBuilder.IServletComponent
PegaURLBuilder.IServletComponent
is used to construct servlet name in the complete Pega
URL.PegaURLBuilder
for constructing Pega URLs.Modifier and Type | Method and Description |
---|---|
PegaURLBuilder.IApplicationAliasComponent |
currentServlet()
Adds servlet component to URL from current logged in session.
If the current session does not use any servlet, this method does not add any servlet component to URL. For example, PRServlet/ |
PegaURLBuilder.IApplicationAliasComponent |
withAuthenticationAlias(java.lang.String authAlias)
Adds servlet component to URL from authentication alias PRAuth/app/GivenAlias
|
PegaURLBuilder.IApplicationAliasComponent |
withServlet(java.lang.String servletName)
Adds servlet component to URL from given
servletName For example, PRServlet/ |
PegaURLBuilder.IApplicationAliasComponent currentServlet()
PegaURLBuilder.IApplicationAliasComponent withServlet(java.lang.String servletName)
servletName
servletName
- Servlet name to be added to URL.PegaURLBuilder.IApplicationAliasComponent withAuthenticationAlias(java.lang.String authAlias)
authAlias
- Copyright © 2020 Pegasystems Inc. All Rights Reserved.