mx4j.tools.adaptor.http
public interface XSLTProcessorMBean extends ProcessorMBean
Version: $Revision: 1.3 $
| Method Summary | |
|---|---|
| void | addMimeType(String extension, String type)
Maps a given extension with a specified MIME type |
| String | getDefaultPage()
Returns the default start page
|
| String | getFile()
Returns the jar/zip file or the directory where XSL files are loaded
|
| Locale | getLocale()
Returns the Locale used to internationalize the output |
| String | getPathInJar()
Returns the path of the XSL templates inside a jar file.
|
| boolean | isUseCache()
Returns if the XSL Templates are cached |
| boolean | isUseJar()
Returns if the XSL files are contained in a jar/zip file.
|
| boolean | isUsePath()
Returns if the XSL files are contained in a path.
|
| void | setDefaultPage(String defaultPage)
Sets the default start page, serverbydomain as a default
|
| void | setFile(String file)
Sets the jar/zip file or the directory where to find the XSL files
|
| void | setLocale(Locale locale)
Sets the locale used to internationalize the output |
| void | setLocaleString(String locale)
Sets the locale used to internationalize the output, as a string |
| void | setPathInJar(String path)
Specifies the path of the XSL templates inside a jar file.
|
| void | setUseCache(boolean useCache)
Sets the caching of the XSL Templates. |
See Also: XSLTProcessorMBean
See Also: XSLTProcessorMBean
See Also: XSLTProcessorMBean
See Also: XSLTProcessorMBean XSLTProcessorMBean
See Also: XSLTProcessorMBean XSLTProcessorMBean
See Also: XSLTProcessorMBean
See Also: XSLTProcessorMBean
See Also: XSLTProcessorMBean