de.matthias_burbach.mosaique.core.parser
Class JspParser

java.lang.Object
  extended byde.matthias_burbach.mosaique.core.parser.JspParser

public class JspParser
extends java.lang.Object

Author:
Matthias Burbach

Constructor Summary
JspParser()
           
 
Method Summary
 Jsp parse(java.lang.String path, Context context)
          Parses a JSP from a file into the internal representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspParser

public JspParser()
Method Detail

parse

public Jsp parse(java.lang.String path,
                 Context context)
Parses a JSP from a file into the internal representation.

Parameters:
path - The full path of the JSP to parse.
context - The context to inject into parsed objects.
Returns:
The internal representation of the successfully parsed JSP.


Copyright © 2005-2006 . All Rights Reserved.