org.codehaus.xsite.extractors
Class SiteMeshPageExtractor
java.lang.Object
org.codehaus.xsite.extractors.SiteMeshPageExtractor
- All Implemented Interfaces:
- PageExtractor
public class SiteMeshPageExtractor
- extends Object
- implements PageExtractor
PageExtractor which extract page information from an HTML file using the SiteMesh library.
- Author:
- Joe Walnes, Jörg Schaible
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SiteMeshPageExtractor
public SiteMeshPageExtractor()
SiteMeshPageExtractor
public SiteMeshPageExtractor(com.opensymphony.module.sitemesh.html.TagRule[] rules,
com.opensymphony.module.sitemesh.html.TextFilter[] filter,
FileSystem fileSystem)
extractPage
public Page extractPage(File htmlFile)
- Specified by:
extractPage
in interface PageExtractor
extractPage
public Page extractPage(String filename,
String htmlContent)
- Specified by:
extractPage
in interface PageExtractor
Copyright © 2010. All Rights Reserved.