| Interface | Description |
|---|---|
| Page |
A page is a cool and sane replacement for JSP's with much better syntax.
|
| Class | Description |
|---|---|
| PageClassLoader |
A classloader that loads molly server pages.
|
| PageCompiler |
Used to compile generated pages by invoking the java compiler.
|
| PageImpl |
A superclass for generated pages.
|
| PageMgr |
Manages pages.
|
| PageParser |
Parses a page and writes out the corresponding java file to the specified output.
|
| PageParserTest |
Regression testing since eyeballing parser output just ain't cutting it.
|
| PageReader |
A Reader suitable for lexing.
|
| PageServlet |
The page servlet.
|
| Exception | Description |
|---|---|
| ParseException |