org.tp23.jsp
Interface Destination
- All Known Implementing Classes:
- DestinationImpl
- public interface Destination
Replacement for a request/response.
Implementations contain an internal Buffer to which the jsp writes
which can then be read as a normal String
- Author:
- Paul Hinds
setCalledUri
public void setCalledUri(java.lang.String uri)
getCalledUri
public java.lang.String getCalledUri()
setSession
public void setSession(Session session)
getServer
public Engine getServer()
getWriter
public java.io.StringWriter getWriter()
getOutputStream
public java.io.OutputStream getOutputStream()
getSession
public Session getSession()
getParameter
public java.lang.Object getParameter(java.lang.String key)
getOutput
public java.lang.String getOutput()
forward
public void forward(java.lang.String jsp)
throws JspEngineException
include
public void include(java.lang.String jsp)
throws JspEngineException