| org.java.plugin.tools.docgen.ClassPathPageSource
ClassPathPageSource | final class ClassPathPageSource extends CachingPageSource (Code) | | JXP page source configured to load templates from the classpath.
version: $Id$ |
hasJxpPage | public boolean hasJxpPage(String id)(Code) | | See Also: org.onemind.jxp.JxpPageSource.hasJxpPage(java.lang.String) |
loadJxpPage | protected CachedJxpPage loadJxpPage(String id) throws JxpPageNotFoundException(Code) | | See Also: org.onemind.jxp.CachingPageSource.loadJxpPage(java.lang.String) |
parseJxpDocument | protected AstJxpDocument parseJxpDocument(JxpPage page) throws JxpPageParseException(Code) | | See Also: org.onemind.jxp.CachingPageSource.parseJxpDocument(org.onemind.jxp.JxpPage) |
|
|