Package ru.vyarus.guicey.gsp.views.template


package ru.vyarus.guicey.gsp.views.template
  • Class
    Description
    Error template rendering model.
    By default, GSP errors mechanism intercept errors before ExceptionMapper and ErrorEntityWriter and so their result is ignored.
    Declare template file in classpath, relative to current class or any registered root templates dir (in classpath).
    Contains context information for rendered template.
    Exception thrown when template not found in configured classpath locations.
    View template rendering model.