Groovy Documentation

org.grails.plugin.vaadin.gsp
[Groovy] Class GspEvaluator.Result

java.lang.Object
  org.grails.plugin.vaadin.gsp.GspEvaluator.Result

static class GspEvaluator.Result

Holds the result of an evaluation


Property Summary
Map components

The components resulting from evaluating the GSP body

String text

The text resulting from evaluating the GSP body

 
Constructor Summary
GspEvaluator.Result()

 
Method Summary
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

components

Map components
The components resulting from evaluating the GSP body


text

String text
The text resulting from evaluating the GSP body


 
Constructor Detail

GspEvaluator.Result

GspEvaluator.Result()


 

Groovy Documentation