org.jamwiki.parser
package contains the interfaces, abstract classes, and utility classes needed to implement a parser for JAMWiki. Custom parsers can be easily created by extending the {@link org.jamwiki.parser.AbstractParser} class. In addition, to make JAMWiki aware of any new parsers an entry for the parser must be added to the parsers
section of the /WEB-INF/classes/jamwiki-configuration.xml
file.