Uses of Interface
lumis.portal.url.IURLFactory
-
Packages that use IURLFactory Package Description lumis.collaboration.chat lumis.content.incontextedit lumis.lptf.portal.serviceinterface This package contains the mocks and the test base class useful to perform tests on service interfaces.lumis.portal.hyperlink Provides resolution from internal portal structure hyperlinks to the actual page URLs.lumis.portal.incontextedit lumis.portal.servicecontainer lumis.portal.serviceinterface lumis.service.link -
-
Uses of IURLFactory in lumis.collaboration.chat
Classes in lumis.collaboration.chat that implement IURLFactory Modifier and Type Class Description class
ChatServiceInterfaceResponse
Chat service interface forChatControllerXml
. -
Uses of IURLFactory in lumis.content.incontextedit
Methods in lumis.content.incontextedit with parameters of type IURLFactory Modifier and Type Method Description String
ContentServiceInterfaceInContextEdit. getInContextEditMenu(SessionConfig sessionConfig, IURLFactory urlFactory, String lumItemId, String sourcePageId, ITransaction transaction)
String
ContentServiceInterfaceInContextEdit. getInContextEditMenu(SessionConfig sessionConfig, IURLFactory urlFactory, ServiceInterfaceInstanceConfig interfaceInstance, String detailsLumItemId, ITransaction transaction)
-
Uses of IURLFactory in lumis.lptf.portal.serviceinterface
Subinterfaces of IURLFactory in lumis.lptf.portal.serviceinterface Modifier and Type Interface Description interface
IMockServiceInterfaceActionResponse
Interface for aIServiceInterfaceActionResponse
mock object.interface
IMockServiceInterfaceRenderResponse
Interface for aIServiceInterfaceRenderResponse
mock object.interface
IMockServiceInterfaceResponse
Interface for aIServiceInterfaceResponse
mock object.Classes in lumis.lptf.portal.serviceinterface that implement IURLFactory Modifier and Type Class Description class
MockServiceInterfaceActionResponse
Implementation for IMockServiceInterfaceActionResponse interface.class
MockServiceInterfaceRenderResponse
Implementation for IMockServiceInterfaceRenderResponse interface. -
Uses of IURLFactory in lumis.portal.hyperlink
Methods in lumis.portal.hyperlink that return IURLFactory Modifier and Type Method Description IURLFactory
HyperLinkConfig. getURLFactory()
Returns the URL factory to be used for creating the HyperLink URL.Methods in lumis.portal.hyperlink with parameters of type IURLFactory Modifier and Type Method Description void
HyperLinkConfig. setURLFactory(IURLFactory urlFactory)
Sets the URL factory to be used to generate the HyperLink URL. -
Uses of IURLFactory in lumis.portal.incontextedit
Methods in lumis.portal.incontextedit with parameters of type IURLFactory Modifier and Type Method Description String
IServiceInterfaceInContextEdit. getInContextEditMenu(SessionConfig sessionConfig, IURLFactory urlFactory, String itemId, String sourcePageId, ITransaction transaction)
Returns in context edit menu XML string for the given content (represented by a version's item id).String
IServiceInterfaceInContextEdit. getInContextEditMenu(SessionConfig sessionConfig, IURLFactory urlFactory, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, String detailsLumItemId, ITransaction transaction)
Returns in context edit menu XML string for the given service interface instance. -
Uses of IURLFactory in lumis.portal.servicecontainer
Classes in lumis.portal.servicecontainer that implement IURLFactory Modifier and Type Class Description class
ServiceContainerActionResponse
class
ServiceContainerRenderResponse
class
ServiceContainerResponse
-
Uses of IURLFactory in lumis.portal.serviceinterface
Subinterfaces of IURLFactory in lumis.portal.serviceinterface Modifier and Type Interface Description interface
IServiceInterfaceActionResponse
interface
IServiceInterfaceActionResponseSPI
Service Interface Action Response SPIinterface
IServiceInterfaceRenderResponse
Service interface response for a render action.interface
IServiceInterfaceRenderResponseSPI
Interface that interfaces receive to get response information.interface
IServiceInterfaceResponse
Base interface for service interface responses.Classes in lumis.portal.serviceinterface that implement IURLFactory Modifier and Type Class Description class
BufferedServiceInterfaceRenderResponseSPI
Response wrapper used to capture HTML body for post-processing.class
ServiceInterfaceRenderResponseSPIWrapper
Provides a convenient implementation of the IServiceInterfaceRenderResponseSPI interface that can be subclassed by developers wishing to adapt the request to a Servlet. -
Uses of IURLFactory in lumis.service.link
Methods in lumis.service.link with parameters of type IURLFactory Modifier and Type Method Description static String
LinkHyperlink. getHyperlink(ISourceData row, String rowHyperlink, String fieldHyperlink, IURLFactory urlFactory)
Returns the hyperlink URL for a link source row.
-