|
Class Summary |
| BaseParser |
The base class that all Hoople Parsers must extend from. |
| BaseXMLGeneratingParser |
A convenient super class for HooperParsers that take the XML in the URL Config file
and insert it into a new XML file. |
| ExtensionDefinition |
|
| ExtensionParam |
|
| ExtensionParser |
Extend this class to create your own custom parsers. |
| GoogleSiteMapParser |
Checks for <search> tags to create site maps that Google understands. |
| Hoople |
The main class for running Hoople, either through Ant or any other means.
|
| HoopleDTDResolver |
Allows us to validate the Hoople config files off the dtd file in the jar rather than having to
fetch it from the net. |
| JSFParser |
Supports creating JSF faces-config files. |
| SpringParser |
Supports creating Spring MVC controller bean mappings. |
| StrutsParser |
Supports creating struts-config action mappings. |
| URLConfigParser |
The XML Parser that actually parses all the Hoople config files. |