|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.alveole.studio.web.managers.Struts2XsltFileHandler
public class Struts2XsltFileHandler
This class specifies where to write XSLT result for Struts2.
| Constructor Summary | |
|---|---|
Struts2XsltFileHandler()
|
|
| Method Summary | |
|---|---|
void |
writeXsltResult(Project project,
java.lang.String xsltId,
java.lang.String xsltFile,
org.w3c.dom.Document document)
Write XSLT result to disk file, following stored properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Struts2XsltFileHandler()
| Method Detail |
|---|
public void writeXsltResult(Project project,
java.lang.String xsltId,
java.lang.String xsltFile,
org.w3c.dom.Document document)
writeXsltResult in interface XsltResultHandlerproject - The current project.xsltId - A ID that is used to identify the type of XSLT transform.xsltFile - The path to the option XSLT tranform file.document - The document to be transformed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||