Interface for the JSP code generation backend. At some point should
probably try and make this a SAX (XML) listener.
| Method from org.apache.jasper.compiler.ParseEventListener Detail: |
public void beginPageProcessing() throws JasperException
|
public void endPageProcessing() throws JasperException
|
public TagLibraries getTagLibraries()
|
public void handleBean(Mark start,
Mark stop,
Hashtable attrs) throws JasperException
|
public void handleBeanEnd(Mark start,
Mark stop,
Hashtable attrs) throws JasperException
|
public void handleCharData(char[] chars) throws JasperException
|
public void handleComment(Mark start,
Mark stop) throws JasperException
|
public void handleDeclaration(Mark start,
Mark stop) throws JasperException
|
public void handleDirective(String directive,
Mark start,
Mark stop,
Hashtable attrs) throws JasperException
|
public void handleExpression(Mark start,
Mark stop) throws JasperException
|
public void handleForward(Mark start,
Mark stop,
Hashtable attrs,
Hashtable param) throws JasperException
|
public void handleGetProperty(Mark start,
Mark stop,
Hashtable attrs) throws JasperException
|
public void handleInclude(Mark start,
Mark stop,
Hashtable attrs,
Hashtable param) throws JasperException
|
public void handlePlugin(Mark start,
Mark stop,
Hashtable attrs,
Hashtable param,
String fallback) throws JasperException
|
public void handleScriptlet(Mark start,
Mark stop) throws JasperException
|
public void handleSetProperty(Mark start,
Mark stop,
Hashtable attrs) throws JasperException
|
public void handleTagBegin(Mark start,
Hashtable attrs,
String prefix,
String shortTagName,
TagLibraryInfoImpl tli,
TagInfo ti) throws JasperException
|
public void handleTagEnd(Mark start,
Mark stop,
String prefix,
String shortTagName,
Hashtable attrs,
TagLibraryInfoImpl tli,
TagInfo ti) throws JasperException
|