org.codehaus.groovy.grails.web.pages
Class Parse
java.lang.Object
org.codehaus.groovy.grails.web.pages.Parse
- All Implemented Interfaces:
- Tokens
public class Parse
- extends Object
- implements Tokens
NOTE: Based on work done by the GSP standalone project (https://gsp.dev.java.net/)
Parsing implementation for GSP files
- Author:
- Troy Heninger, Graeme Rocher
Date: Jan 10, 2004
Fields inherited from interface org.codehaus.groovy.grails.web.pages.Tokens |
EOF, GDECLAR, GDIRECT, GEND_TAG, GEXPR, GSCRIPT, GSTART_TAG, GTAG_EXPR, HTML, JDECLAR, JDIRECT, JEXPR, JSCRIPT |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
public static final org.apache.commons.logging.Log LOG
DEFAULT_IMPORTS
public static final String[] DEFAULT_IMPORTS
GROOVY_SOURCE_CHAR_ENCODING
public static final String GROOVY_SOURCE_CHAR_ENCODING
- See Also:
- Constant Field Values
Parse
public Parse(String name,
String filename,
InputStream in)
throws IOException
- Throws:
IOException
getContentType
public String getContentType()
getCurrentOutputLineNumber
public int getCurrentOutputLineNumber()
getLineNumberMatrix
public int[] getLineNumberMatrix()
parse
public InputStream parse()
Copyright (c) 2005-2006 The Grails project