mx4j.tools.adaptor.http
public class XSLTProcessor extends Object implements ProcessorMBean, XSLTProcessorMBean, URIResolver
Version: $Revision: 1.8 $
| Constructor Summary | |
|---|---|
| XSLTProcessor() | |
| Method Summary | |
|---|---|
| void | addMimeType(String extension, String type) |
| protected Transformer | createTransformer(String path) |
| String | getDefaultPage() |
| String | getFile() |
| protected InputStream | getInputStream(String path) |
| Locale | getLocale() |
| String | getName() |
| String | getPathInJar() |
| boolean | isUseCache() |
| boolean | isUseJar() |
| boolean | isUsePath() |
| String | notFoundElement(String path, HttpOutputStream out, HttpInputStream in) |
| String | preProcess(String path) |
| protected void | processHttpException(HttpInputStream in, HttpOutputStream out, HttpException e) |
| Source | resolve(String href, String base) |
| void | setDefaultPage(String defaultPage) |
| void | setFile(String file) |
| void | setLocale(Locale locale) |
| void | setLocaleString(String locale) |
| void | setPathInJar(String path) |
| void | setUseCache(boolean useCache) |
| void | writeError(HttpOutputStream out, HttpInputStream in, Exception e) |
| void | writeResponse(HttpOutputStream out, HttpInputStream in, Document document) |