Class XslStyle
- java.lang.Object
-
- lumis.portal.serviceinterface.style.impl.xsl.XslStyle
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Transformer
getTransformer()
Returns the transformer.void
transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response)
Transforms the output of a service interface.void
transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response, String output)
Transforms the output of a service interface using the given XML.
-
-
-
Constructor Detail
-
XslStyle
public XslStyle(Templates templates)
-
-
Method Detail
-
transformOutput
public void transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response) throws PortalException
Description copied from interface:IStyle
Transforms the output of a service interface.- Specified by:
transformOutput
in interfaceIStyle
- Parameters:
request
- the request.response
- the response.- Throws:
PortalException
-
transformOutput
public void transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response, String output) throws PortalException
Description copied from interface:IStyle
Transforms the output of a service interface using the given XML.- Specified by:
transformOutput
in interfaceIStyle
- Parameters:
request
- the request.response
- the response.output
- the XML string to use.- Throws:
PortalException
-
getTransformer
public Transformer getTransformer() throws PortalException
Returns the transformer.- Returns:
- the transformer.
- Throws:
PortalException
- Since:
- 8.1.0
-
-