Groovy Documentation

Package org.codehaus.groovy.grails.web.pages.ext.jsp

 

Interface Summary
JspTag An interface that represents a JSP tag that can be invoked by Grails
JspTagLib An interface that represents a Jsp taglib
 


Class Summary
GroovyPagesJspFactory @author Graeme Rocher
GroovyPagesPageContext A JSP PageContext implementation for use with GSP.
JspFragmentImpl
JspTagImpl @author Graeme Rocher
JspTagLibImpl @author Graeme Rocher
JspWriterDelegate Delegates to another java.io.Writer.
LocalEntityResolver Resolves commons JSP DTDs and Schema definitions locally.
PageContextFactory Obtains a reference to the GroovyPagesPageContext class.
TagLibFactory
TagLibraryResolver Resolves all of the available tag libraries from web.xml and all available JAR files.
TldReader A SAX parser implementation that reads the contents of a tag library definition (TLD) into two properties called tags and listeners (for the tag listeners)
WebXmlTagLibraryReader A SAX handler that reads the tag library definitions from a web.xml file
 


Groovy Documentation