|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Management interface of the XSLTPostProcessor
Method Summary | |
void |
addMimeType(java.lang.String extension,
java.lang.String type)
Adds a mime type if the defaults one are not enough. |
java.lang.String |
getFile()
Returns the file or dir containing the transformation files |
java.lang.String |
getPathInJar()
Returns the path of the files in the jar file. |
boolean |
isUseCache()
|
boolean |
isUseJar()
Indicates whether the xsl files are read form a jar file |
boolean |
isUsePath()
Indicates whether the xsl files are read form a dir in the filesystem |
void |
setFile(java.lang.String file)
Sets the root file of the transformation files. |
void |
setPathInJar(java.lang.String path)
If you are using a .jar or .zip file, you may use the root path indicating the location of the files in the jar. |
void |
setUseCache(boolean useCache)
Use cache. |
Methods inherited from interface mx4j.adaptor.http.ProcessorMBean |
getName, notFoundElement, preProcess, writeError, writeResponse |
Method Detail |
public void setFile(java.lang.String file)
public java.lang.String getFile()
public void setPathInJar(java.lang.String path)
public java.lang.String getPathInJar()
public boolean isUseJar()
public boolean isUsePath()
public void setUseCache(boolean useCache)
public boolean isUseCache()
public void addMimeType(java.lang.String extension, java.lang.String type)
addMimeType(".gif", "image/gif");
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |