|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.servlets.ssi.Statement
public class Statement
Represents a SSI statement
| Constructor Summary | |
|---|---|
Statement()
|
|
| Method Summary | |
|---|---|
void |
apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Statement()
| Method Detail |
|---|
public void apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
throws java.io.IOException,
ServletException
out - the output streamrequest - the servlet requestresponse - the servlet response
java.io.IOException
ServletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||