Java Doc for PageContextWrapper.java in  » EJB-Server-resin-3.1.5 » resin » com » caucho » jsp » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » EJB Server resin 3.1.5 » resin » com.caucho.jsp 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.caucho.jsp.PageContextImpl
   com.caucho.jsp.PageContextWrapper

PageContextWrapper
public class PageContextWrapper extends PageContextImpl (Code)


Field Summary
final static  L10NL
    


Method Summary
public static  PageContextWrappercreate(JspContext parent)
    
public static  voidfree(PageContextWrapper wrapper)
    
public  WebAppgetApplication()
     Returns the page's application.
public  HttpServletRequestgetCauchoRequest()
     Returns the servlet response for the page.
public  CauchoResponsegetCauchoResponse()
     Returns the servlet response for the page.
public  ErrorDatagetErrorData()
    
public  StringgetErrorPage()
     Returns the page's error page.
public  ExpressionEvaluatorgetExpressionEvaluator()
    
public  JspWritergetOut()
     Returns the current out.
public  ObjectgetPage()
     Returns the underlying servlet for the page.
public  ServletRequestgetRequest()
     Returns the servlet request for the page.
public  ServletResponsegetResponse()
     Returns the servlet response for the page.
public  ServletConfiggetServletConfig()
    
public  ServletContextgetServletContext()
     Returns the page's servlet context.
public  HttpSessiongetSession()
    
public  ThrowablegetThrowable()
     Returns the Throwable stored by the error page.
public  PrintWritergetTopWriter()
     Returns the top writer.
public  javax.servlet.jsp.el.VariableResolvergetVariableResolver()
    
public  voidinit(PageContextImpl parent)
    
public  JspWriterpopAndReleaseBody()
     Pops the BodyContent from the JspWriter stack.
public  JspWriterpopBody()
     Pops the page body.
public  BodyContentpushBody()
     Pushes the page body.
public  JspWriterpushBody(Writer out)
     Pushes the page body.
public  voidreleaseBody(BodyContentImpl out)
    
public  voidsetErrorPage(String errorPage)
     Sets the page's error page.
public  JspWritersetWriter(JspWriter oldWriter)
     Pops the BodyContent from the JspWriter stack.

Field Detail
L
final static L10N L(Code)





Method Detail
create
public static PageContextWrapper create(JspContext parent)(Code)



free
public static void free(PageContextWrapper wrapper)(Code)



getApplication
public WebApp getApplication()(Code)
Returns the page's application.



getCauchoRequest
public HttpServletRequest getCauchoRequest()(Code)
Returns the servlet response for the page.



getCauchoResponse
public CauchoResponse getCauchoResponse()(Code)
Returns the servlet response for the page.



getErrorData
public ErrorData getErrorData()(Code)
Returns the error data



getErrorPage
public String getErrorPage()(Code)
Returns the page's error page.



getExpressionEvaluator
public ExpressionEvaluator getExpressionEvaluator()(Code)
Returns the expression evaluator



getOut
public JspWriter getOut()(Code)
Returns the current out.



getPage
public Object getPage()(Code)
Returns the underlying servlet for the page.



getRequest
public ServletRequest getRequest()(Code)
Returns the servlet request for the page.



getResponse
public ServletResponse getResponse()(Code)
Returns the servlet response for the page.



getServletConfig
public ServletConfig getServletConfig()(Code)



getServletContext
public ServletContext getServletContext()(Code)
Returns the page's servlet context.



getSession
public HttpSession getSession()(Code)



getThrowable
public Throwable getThrowable()(Code)
Returns the Throwable stored by the error page.



getTopWriter
public PrintWriter getTopWriter() throws IOException(Code)
Returns the top writer.



getVariableResolver
public javax.servlet.jsp.el.VariableResolver getVariableResolver()(Code)
Returns the variable resolver



init
public void init(PageContextImpl parent)(Code)



popAndReleaseBody
public JspWriter popAndReleaseBody() throws IOException(Code)
Pops the BodyContent from the JspWriter stack. the enclosing writer



popBody
public JspWriter popBody()(Code)
Pops the page body.



pushBody
public BodyContent pushBody()(Code)
Pushes the page body.



pushBody
public JspWriter pushBody(Writer out)(Code)
Pushes the page body.



releaseBody
public void releaseBody(BodyContentImpl out) throws IOException(Code)



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



Fields inherited from com.caucho.jsp.PageContextImpl
final static L10N L(Code)(Java Doc)
protected boolean _isFilled(Code)(Java Doc)

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)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.