Groovy Documentation

org.grails.plugin.resources.stash
[Java] Class ScriptStashWriter

java.lang.Object
  org.grails.plugin.resources.stash.ScriptStashWriter
All Implemented Interfaces:
StashWriter

public class ScriptStashWriter

Writes stashed scripts to the output. Each fragment will be written to separate script tags as an error inside of one of them would stop the execution of the following ones. This might be harmful, e.g., in case of (externally provided and/or dependent) tracking scripts.

Authors:
Patrick Jungermann


Constructor Summary
ScriptStashWriter()

 
Method Summary
void write(java.io.Writer out, java.util.List stash)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Constructor Detail

ScriptStashWriter

ScriptStashWriter()


 
Method Detail

write

@java.lang.Override
public void write(java.io.Writer out, java.util.List stash)


 

Groovy Documentation