Uses of Interface
com.opensymphony.module.sitemesh.HTMLPage
-
Packages that use HTMLPage Package Description com.opensymphony.module.sitemesh.parser com.opensymphony.sitemesh.compatability -
-
Uses of HTMLPage in com.opensymphony.module.sitemesh.parser
Classes in com.opensymphony.module.sitemesh.parser that implement HTMLPage Modifier and Type Class Description classAbstractHTMLPageAbstract implementation ofHTMLPage.classFastPageHTMLPage implementation produced by FastPageParser.classTokenizedHTMLPageHTMLPage implementation that builds itself based on the incoming 'tag' and 'text' tokens fed to it from the HTMLTagTokenizer. -
Uses of HTMLPage in com.opensymphony.sitemesh.compatability
Classes in com.opensymphony.sitemesh.compatability that implement HTMLPage Modifier and Type Class Description classContent2HTMLPageFields in com.opensymphony.sitemesh.compatability declared as HTMLPage Modifier and Type Field Description private HTMLPageHTMLPage2Content. pageConstructors in com.opensymphony.sitemesh.compatability with parameters of type HTMLPage Constructor Description HTMLPage2Content(HTMLPage page)
-