@StableMinor(version="12.5", sinceVersion="5.0") public interface IURLFactory
Modifier and Type | Method and Description |
---|---|
IServiceInterfaceUrl |
createActionURL()
Creates an action URL.
|
IServiceInterfaceUrl |
createPortalURL()
Creates a URL for accessing a portal page.
|
IServiceInterfaceUrl |
createRenderURL()
Creates a render URL.
|
IServiceInterfaceUrl createActionURL()
IServiceInterface.processAction(lumis.portal.serviceinterface.IServiceInterfaceActionRequest, lumis.portal.serviceinterface.IServiceInterfaceActionResponse)
IServiceInterfaceUrl createRenderURL()
IServiceInterface.render(lumis.portal.serviceinterface.IServiceInterfaceRenderRequest, lumis.portal.serviceinterface.IServiceInterfaceRenderResponse)
IServiceInterfaceUrl createPortalURL()
The returned URL object will not have its destination specified, so it will refer to the portal home by default. Its methods may be used to specify the URL destination.
IServiceInterfaceUrl.setPageId(String)
,
IServiceInterfaceUrl.setChannelId(String)
LumisXP 12.5.0.200928 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.