Uses of Interface
lumis.portal.serviceinterface.IServiceInterfaceRequestSPI
-
Packages that use IServiceInterfaceRequestSPI Package Description lumis.lptf.portal.serviceinterface This package contains the mocks and the test base class useful to perform tests on service interfaces.lumis.portal.geolocation lumis.portal.servicecontainer lumis.portal.serviceinterface.style lumis.portal.serviceinterface.style.impl.common lumis.portal.serviceinterface.style.impl.scripting lumis.portal.serviceinterface.style.impl.xsl -
-
Uses of IServiceInterfaceRequestSPI in lumis.lptf.portal.serviceinterface
Classes in lumis.lptf.portal.serviceinterface that implement IServiceInterfaceRequestSPI Modifier and Type Class Description class
MockServiceInterfaceActionRequest
Implementation for IMockServiceInterfaceActionRequest interface.class
MockServiceInterfaceRenderRequest
Implementation for IMockServiceInterfaceRenderRequest interface. -
Uses of IServiceInterfaceRequestSPI in lumis.portal.geolocation
Methods in lumis.portal.geolocation with parameters of type IServiceInterfaceRequestSPI Modifier and Type Method Description default ExtendedGeoPoint
IGeoLocationManagerSPI. getGeoPointByServiceInterfaceRequest(IServiceInterfaceRequestSPI interfaceRequestSPI)
Returns the extended geo point based on the given request ornull
if Geolocation service is disabled or the address couldn't be found. -
Uses of IServiceInterfaceRequestSPI in lumis.portal.servicecontainer
Classes in lumis.portal.servicecontainer that implement IServiceInterfaceRequestSPI Modifier and Type Class Description class
ServiceContainerActionRequest
class
ServiceContainerRenderRequest
class
ServiceContainerRequest
AIServiceInterfaceRequest
implementation that is used by the service container.Constructors in lumis.portal.servicecontainer with parameters of type IServiceInterfaceRequestSPI Constructor Description ServiceContainerHttpServletResponse(IServiceInterfaceRequestSPI request, HttpServletResponse response)
ServiceContainerRenderRequestFunctionMapper(PageWebResource pageWebResource, IServiceInterfaceRenderResponseSPI renderResponse, IServiceInterfaceRequestSPI request)
Creates a new instance with the given parameters.ServiceContainerRequestFunctionMapper(PageWebResource pageWebResource, IServiceInterfaceRequestSPI request)
-
Uses of IServiceInterfaceRequestSPI in lumis.portal.serviceinterface.style
Methods in lumis.portal.serviceinterface.style with parameters of type IServiceInterfaceRequestSPI Modifier and Type Method Description void
IStyle. transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response)
Transforms the output of a service interface.void
IStyle. transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response, String xml)
Transforms the output of a service interface using the given XML. -
Uses of IServiceInterfaceRequestSPI in lumis.portal.serviceinterface.style.impl.common
Constructors in lumis.portal.serviceinterface.style.impl.common with parameters of type IServiceInterfaceRequestSPI Constructor Description ELEvaluator(IServiceInterfaceRequestSPI renderRequest)
Creates a new instance with the given request. -
Uses of IServiceInterfaceRequestSPI in lumis.portal.serviceinterface.style.impl.scripting
-
Uses of IServiceInterfaceRequestSPI in lumis.portal.serviceinterface.style.impl.xsl
Methods in lumis.portal.serviceinterface.style.impl.xsl with parameters of type IServiceInterfaceRequestSPI Modifier and Type Method Description void
XslStyleFactory.LumisTransformer. transform(String xmlSource, IServiceInterfaceRequestSPI renderRequest, StreamResult outputTarget)
This method do the same process as theXslStyleFactory.LumisTransformer.transform(Source, Result)
.void
XslStyle. transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response)
void
XslStyle. transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response, String output)
-