public abstract class AbstractScriptingStyle extends Object implements IStyle
Constructor and Description |
---|
AbstractScriptingStyle() |
Modifier and Type | Method and Description |
---|---|
protected Bindings |
createBindings(String output,
IServiceInterfaceRequestSPI request,
IServiceInterfaceRenderResponseSPI response,
IScriptingStyleTemplate template)
Returns the basic bindings using the given request and response.
|
protected ScriptContext |
createContext(String output,
IServiceInterfaceRequestSPI request,
IServiceInterfaceRenderResponseSPI response,
IScriptingStyleTemplate template)
Returns the script context for the given parameters.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
transformOutput, transformOutput
protected Bindings createBindings(String output, IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response, IScriptingStyleTemplate template) throws IOException
output
- the current output to be transformed.request
- the request.response
- the response.template
- the scripting style template.IOException
protected ScriptContext createContext(String output, IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response, IScriptingStyleTemplate template) throws IOException
output
- the current output to be transformed.request
- the request.response
- the response.template
- the scripting style template.IOException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.