public class IfStatement extends Statement
Modifier | Constructor and Description |
---|---|
protected |
IfStatement(SSIExpr test) |
Modifier and Type | Method and Description |
---|---|
void |
apply(WriteStream out,
HttpServletRequest request,
HttpServletResponse response)
Executes the SSI statement.
|
protected IfStatement(SSIExpr test)
public void apply(WriteStream out, HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException
apply
in class Statement
out
- the output streamrequest
- the servlet requestresponse
- the servlet responsejava.io.IOException
ServletException