public class WebflowDispatcherScript extends RequestDispatcherScript
| Constructor and Description |
|---|
WebflowDispatcherScript(View view)
Builds the script object
|
WebflowDispatcherScript(View view,
boolean xssFilteringEnabled)
Builds the script object
|
| Modifier and Type | Method and Description |
|---|---|
String |
execute(Resource resource,
RenderContext context)
Execute the script and return the result as a string
|
String |
getFlowPath() |
boolean |
isMultipartRequest(javax.servlet.http.HttpServletRequest req) |
dumpRequestAttributes, getViewpublic WebflowDispatcherScript(View view)
view - the viewpublic WebflowDispatcherScript(View view, boolean xssFilteringEnabled)
view - the viewxssFilteringEnabled - if the XSS filtering of request parameters should be enabledpublic String execute(Resource resource, RenderContext context) throws RenderException
execute in interface Scriptexecute in class RequestDispatcherScriptresource - resource to displaycontext - RenderExceptionpublic String getFlowPath()
public boolean isMultipartRequest(javax.servlet.http.HttpServletRequest req)
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.