public interface XSLTProcessorMBean extends ProcessorMBean
| Modifier and Type | Method and Description |
|---|---|
void |
addMimeType(java.lang.String extension,
java.lang.String type)
Maps a given extension with a specified MIME type
|
java.lang.String |
getDefaultPage()
Returns the default start page
|
java.lang.String |
getFile()
Returns the jar/zip file or the directory where XSL files are loaded
|
java.util.Locale |
getLocale()
Returns the Locale used to internationalize the output
|
java.lang.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(java.lang.String defaultPage)
Sets the default start page, serverbydomain as a default
|
void |
setFile(java.lang.String file)
Sets the jar/zip file or the directory where to find the XSL files
|
void |
setLocale(java.util.Locale locale)
Sets the locale used to internationalize the output
|
void |
setLocaleString(java.lang.String locale)
Sets the locale used to internationalize the output, as a string
|
void |
setPathInJar(java.lang.String path)
Specifies the path of the XSL templates inside a jar file.
|
void |
setUseCache(boolean useCache)
Sets the caching of the XSL Templates.
|
getName, notFoundElement, preProcess, writeError, writeResponsevoid setFile(java.lang.String file)
getFile()java.lang.String getFile()
setFile(java.lang.String)java.lang.String getPathInJar()
setPathInJar(java.lang.String)void setPathInJar(java.lang.String path)
getPathInJar()java.lang.String getDefaultPage()
setDefaultPage(java.lang.String)void setDefaultPage(java.lang.String defaultPage)
getDefaultPage()boolean isUseJar()
isUsePath(),
setFile(java.lang.String)boolean isUsePath()
isUseJar(),
setFile(java.lang.String)void addMimeType(java.lang.String extension,
java.lang.String type)
void setUseCache(boolean useCache)
boolean isUseCache()
java.util.Locale getLocale()
void setLocale(java.util.Locale locale)
void setLocaleString(java.lang.String locale)