jrun.jsp.runtime
Class JSTPageContext
jrun.jsp.runtime.JRunPageContext
|
+--jrun.jsp.runtime.JSTPageContext
- public class JSTPageContext
- extends JRunPageContext
This contains our implementation of the JRunPageContext object
|
Method Summary |
void |
initialize(javax.servlet.Servlet s,
javax.servlet.ServletRequest req,
javax.servlet.ServletResponse resp,
java.lang.String errorPageURL,
boolean needsSession,
int buffer,
boolean autoFlush)
|
protected void |
resetWriter()
|
| Methods inherited from class jrun.jsp.runtime.JRunPageContext |
addIfNotNull, findAttribute, forward, getAttribute, getAttribute, getAttributeNamesInScope, getAttributesScope, getException, getOut, getPage, getRequest, getResponse, getServletConfig, getServletContext, getSession, getTagHandlerInstance, handlePageException, handlePageException, include, initWriter, popBody, pushBody, release, removeAttribute, removeAttribute, setAttribute, setAttribute |
JSTPageContext
public JSTPageContext()
initialize
public void initialize(javax.servlet.Servlet s,
javax.servlet.ServletRequest req,
javax.servlet.ServletResponse resp,
java.lang.String errorPageURL,
boolean needsSession,
int buffer,
boolean autoFlush)
throws java.io.IOException
- Overrides:
initialize in class JRunPageContext
resetWriter
protected void resetWriter()
- Overrides:
resetWriter in class JRunPageContext
Copyright � 2002 Macromedia Corporation. All Rights Reserved.