| com.caucho.jsp.PageContextImpl com.caucho.jsp.PageContextWrapper
Field Summary | |
final static L10N | L |
getApplication | public WebApp getApplication()(Code) | | Returns the page's application.
|
getCauchoResponse | public CauchoResponse getCauchoResponse()(Code) | | Returns the servlet response for the page.
|
getErrorPage | public String getErrorPage()(Code) | | Returns the page's error page.
|
getPage | public Object getPage()(Code) | | Returns the underlying servlet for the page.
|
getServletContext | public ServletContext getServletContext()(Code) | | Returns the page's servlet context.
|
getThrowable | public Throwable getThrowable()(Code) | | Returns the Throwable stored by the error page.
|
popAndReleaseBody | public JspWriter popAndReleaseBody() throws IOException(Code) | | Pops the BodyContent from the JspWriter stack.
the enclosing writer |
setErrorPage | public void setErrorPage(String errorPage)(Code) | | Sets the page's error page.
|
setWriter | public JspWriter setWriter(JspWriter oldWriter)(Code) | | Pops the BodyContent from the JspWriter stack.
Parameters: oldWriter - the old writer |
Methods inherited from com.caucho.jsp.PageContextImpl | public void applicationSetOrRemove(String var, Object value)(Code)(Java Doc) protected void clearAttributes()(Code)(Java Doc) public ValueExpression createExpr(ValueExpression expr, String exprString, Class type)(Code)(Java Doc) public void defaultSetOrRemove(String var, Object value)(Code)(Java Doc) protected void fillAttribute()(Code)(Java Doc) public Object findAttribute(String name)(Code)(Java Doc) public void forward(String relativeUrl, String query) throws ServletException, IOException(Code)(Java Doc) public void forward(String relativeUrl) throws ServletException, IOException(Code)(Java Doc) public WebApp getApplication()(Code)(Java Doc) public Object getAttribute(String name)(Code)(Java Doc) public Object getAttribute(String name, int scope)(Code)(Java Doc) public Enumeration<String> getAttributeNames()(Code)(Java Doc) public Enumeration getAttributeNames(int scope)(Code)(Java Doc) public Enumeration getAttributeNamesInScope(int scope)(Code)(Java Doc) public int getAttributesScope(String name)(Code)(Java Doc) public LocalizationContext getBundle(String name)(Code)(Java Doc) public HttpServletRequest getCauchoRequest()(Code)(Java Doc) public CauchoResponse getCauchoResponse()(Code)(Java Doc) public ELContext getELContext()(Code)(Java Doc) public ErrorData getErrorData()(Code)(Java Doc) public String getErrorPage()(Code)(Java Doc) public Exception getException()(Code)(Java Doc) public ExpressionEvaluator getExpressionEvaluator()(Code)(Java Doc) public Locale getLocale()(Code)(Java Doc) public static Locale getLocale(String value, String variant)(Code)(Java Doc) public String getLocalizedMessage(String key, Object[] args, String basename)(Code)(Java Doc) public String getLocalizedMessage(Object lc, String key, Object[] args, String basename)(Code)(Java Doc) public Node getNodeEnv()(Code)(Java Doc) public JspWriter getOut()(Code)(Java Doc) ServletOutputStream getOutputStream()(Code)(Java Doc) public Object getPage()(Code)(Java Doc) public ServletRequest getRequest()(Code)(Java Doc) public ServletResponse getResponse()(Code)(Java Doc) public ServletConfig getServletConfig()(Code)(Java Doc) public ServletContext getServletContext()(Code)(Java Doc) public HttpSession getSession()(Code)(Java Doc) public HttpSession getSessionScope()(Code)(Java Doc) public Throwable getThrowable()(Code)(Java Doc) public PrintWriter getTopWriter() throws IOException(Code)(Java Doc) public VarEnv getVarEnv()(Code)(Java Doc) public javax.servlet.jsp.el.VariableResolver getVariableResolver()(Code)(Java Doc) public void handlePageException(Exception e) throws ServletException, IOException(Code)(Java Doc) public void handlePageException(Throwable e) throws ServletException, IOException(Code)(Java Doc) public void include(String relativeUrl) throws ServletException, IOException(Code)(Java Doc) public void include(String relativeUrl, String query, boolean flush) throws ServletException, IOException(Code)(Java Doc) public void include(String relativeUrl, boolean flush) throws ServletException, IOException(Code)(Java Doc) protected void init()(Code)(Java Doc) public void initialize(Servlet servlet, ServletRequest request, ServletResponse response, String errorPage, boolean needsSession, int bufferSize, boolean autoFlush)(Code)(Java Doc) public void initialize(Servlet servlet, WebApp app, ServletRequest request, ServletResponse response, String errorPage, HttpSession session, int bufferSize, boolean autoFlush, boolean isPrintNullAsBlank)(Code)(Java Doc) public String invoke(JspFragment fragment) throws JspException, IOException(Code)(Java Doc) public Reader invokeReader(JspFragment fragment) throws JspException, IOException(Code)(Java Doc) public String invokeTrim(JspFragment fragment) throws JspException, IOException(Code)(Java Doc) public boolean isIgnoreException()(Code)(Java Doc) public void pageSetOrRemove(String var, Object value)(Code)(Java Doc) public JspWriter popAndReleaseBody() throws IOException(Code)(Java Doc) public JspWriter popBody()(Code)(Java Doc) public static void printBody(BodyContentImpl body, boolean isEscaped) throws IOException(Code)(Java Doc) public BodyContent pushBody()(Code)(Java Doc) public JspWriter pushBody(Writer writer)(Code)(Java Doc) public Object putAttribute(String name, Object attribute)(Code)(Java Doc) public void release()(Code)(Java Doc) public void releaseBody(BodyContentImpl out) throws IOException(Code)(Java Doc) public void removeAttribute(String name)(Code)(Java Doc) public void removeAttribute(String name, int scope)(Code)(Java Doc) public void requestSetOrRemove(String var, Object value)(Code)(Java Doc) public Object resolveVariable(String name) throws javax.el.ELException(Code)(Java Doc) public void sessionSetOrRemove(String var, Object value)(Code)(Java Doc) public void setAttribute(String name, Object attribute)(Code)(Java Doc) public void setAttribute(String name, Object value, int scope)(Code)(Java Doc) public void setErrorPage(String errorPage)(Code)(Java Doc) public Map<String, Object> setMap(Map<String, Object> map)(Code)(Java Doc) public void setNodeEnv(Node node)(Code)(Java Doc) protected void setOut(JspWriter out)(Code)(Java Doc) public JspWriter setWriter(JspWriter oldWriter)(Code)(Java Doc) public static boolean toBoolean(String value)(Code)(Java Doc)
|
|
|