It is not an error to refuse to handle the script and return false, it just indicates that this ScriptConduit did not accept the script. If the ScriptConduit can no longer function then it should throw an exception and it will be assumed to be no longer useful. If you want to implement this method then you will probably be doing something like calling {@link ServletOutputStream#print(String)} andpassing in the results of calling ScriptBufferUtil.createOutput(). @param script The script to execute @return true if this ScriptConduit handled the script. @throws IOException If this conduit is broken and should not be used @throws ConversionException If objects in the script can not be marshalled
|
|
|
|
|
|
|
|
|
|