public class GenericCompiledScriptStyle extends AbstractScriptingStyle
Constructor and Description |
---|
GenericCompiledScriptStyle(CompiledScript compiledScript,
IScriptingStyleTemplate template)
Creates a new instance with the given compiled script and style factory.
|
Modifier and Type | Method and Description |
---|---|
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.
|
createBindings, createContext
public GenericCompiledScriptStyle(CompiledScript compiledScript, IScriptingStyleTemplate template)
compiledScript
- the compiled script.template
- the template to be used.public void transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response) throws PortalException
IStyle
request
- the request.response
- the response.PortalException
public void transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response, String output) throws PortalException
IStyle
request
- the request.response
- the response.output
- the XML string to use.PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.