| Package | Description |
|---|---|
| com.opensymphony.module.sitemesh | |
| com.opensymphony.module.sitemesh.factory | |
| com.opensymphony.module.sitemesh.parser |
| Modifier and Type | Method and Description |
|---|---|
abstract PageParser |
Factory.getPageParser(java.lang.String contentType)
Create a PageParser suitable for the given content-type.
|
| Modifier and Type | Method and Description |
|---|---|
PageParser |
DefaultFactory.getPageParser(java.lang.String contentType)
Refresh config before delegating to superclass.
|
PageParser |
BaseFactory.getPageParser(java.lang.String contentType)
Create a PageParser suitable for the given content-type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPageParser
Default implementation of PageParser - returns an UnParsedPage.
|
class |
FastPageParser
Very fast PageParser implementation for parsing HTML.
|