|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.trippi.server.http.Styler
public class Styler
Utility for performing server-side xsl transformations.
Constructor Summary | |
---|---|
Styler(java.lang.String indexStyle,
java.lang.String formStyle,
java.lang.String errorStyle)
Construct a Styler to do transformations. |
Method Summary | |
---|---|
void |
reload()
Reload the stylesheets. |
void |
sendError(java.lang.String xml,
java.io.PrintWriter out)
Transform the given xml using the error stylesheet, outputting to out. |
void |
sendForm(java.lang.String xml,
java.io.PrintWriter out)
Transform the given xml using the form stylesheet, outputting to out. |
void |
sendIndex(java.lang.String xml,
java.io.PrintWriter out)
Transform the given xml using the index stylesheet, outputting to out. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Styler(java.lang.String indexStyle, java.lang.String formStyle, java.lang.String errorStyle) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public void sendIndex(java.lang.String xml, java.io.PrintWriter out) throws java.lang.Exception
java.lang.Exception
public void sendForm(java.lang.String xml, java.io.PrintWriter out) throws java.lang.Exception
java.lang.Exception
public void sendError(java.lang.String xml, java.io.PrintWriter out) throws java.lang.Exception
java.lang.Exception
public void reload() throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |