Java Doc for RaveFacesContext.java in  » IDE-Netbeans » visualweb.api.designer » org » netbeans » modules » visualweb » jsfsupport » container » 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 » IDE Netbeans » visualweb.api.designer » org.netbeans.modules.visualweb.jsfsupport.container 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.netbeans.modules.visualweb.jsfsupport.container.RaveFacesContext

RaveFacesContext
public class RaveFacesContext extends FacesContext (Code)
RaveFacesContext provides a JSF context for design-time use
author:
   Robert Brewin
author:
   Winston Prakash - Modifications to support JSF 1.2
version:
   1.0



Constructor Summary
public  RaveFacesContext(ExternalContext context)
    

Method Summary
public  voidaddMessage(String clientId, FacesMessage message)
    
public  ApplicationgetApplication()
    
public  IteratorgetClientIdsWithMessages()
    
public  DesignContextgetDesignContext()
    
public  ELContextgetELContext()
    
public  ExternalContextgetExternalContext()
    
public  SeveritygetMaximumSeverity()
    
public  IteratorgetMessages()
    
public  IteratorgetMessages(String clientId)
    
public  RenderKitgetRenderKit()
    

Return the RenderKit instance for the render kit identifier specified on our UIViewRoot , if there is one.

public  booleangetRenderResponse()
    
public  booleangetResponseComplete()
    
public  ResponseStreamgetResponseStream()
    
public  ResponseWritergetResponseWriter()
    
public  UIViewRootgetViewRoot()
    

Return the component view that is associated with the this request.

public  voidrelease()
    
public  voidrenderResponse()
    
public  voidresetApplication()
    
public  voidresponseComplete()
    
public  voidsetCurrentInstance()
    
public  voidsetDesignContext(DesignContext liveContext)
    
public  voidsetResponseStream(ResponseStream responseStream)
    
public  voidsetResponseWriter(ResponseWriter responseWriter)
    
public  voidsetServletContext(ServletContext context)
    
public  voidsetViewRoot(UIViewRoot viewRoot)
    
public  voidunsetCurrentInstance()
    


Constructor Detail
RaveFacesContext
public RaveFacesContext(ExternalContext context)(Code)
Constructor for this faces context, initialized with an external context
Parameters:
  context - -- the context to use




Method Detail
addMessage
public void addMessage(String clientId, FacesMessage message)(Code)



getApplication
public Application getApplication()(Code)

Return the javax.faces.application.Application instance associated with this web application.




getClientIdsWithMessages
public Iterator getClientIdsWithMessages()(Code)
Return the external context



getDesignContext
public DesignContext getDesignContext()(Code)
Return the current DesignContext the DesignContext associated with this faces context



getELContext
public ELContext getELContext()(Code)



getExternalContext
public ExternalContext getExternalContext()(Code)
Return the external context the ExternalContext associated with this faces context



getMaximumSeverity
public Severity getMaximumSeverity()(Code)



getMessages
public Iterator getMessages()(Code)



getMessages
public Iterator getMessages(String clientId)(Code)



getRenderKit
public RenderKit getRenderKit()(Code)

Return the RenderKit instance for the render kit identifier specified on our UIViewRoot , if there is one.




getRenderResponse
public boolean getRenderResponse()(Code)

Return true if the renderResponse() method has been called for the current request.




getResponseComplete
public boolean getResponseComplete()(Code)

Return true if the responseComplete() method has been called for the current request.




getResponseStream
public ResponseStream getResponseStream()(Code)



getResponseWriter
public ResponseWriter getResponseWriter()(Code)



getViewRoot
public UIViewRoot getViewRoot()(Code)

Return the component view that is associated with the this request.




release
public void release()(Code)



renderResponse
public void renderResponse()(Code)



resetApplication
public void resetApplication()(Code)

Reset the Application instance returned by ApplicationFactory to a pristine instance, and release our cached reference so that the next call to getApplication() will get a new one.




responseComplete
public void responseComplete()(Code)



setCurrentInstance
public void setCurrentInstance()(Code)



setDesignContext
public void setDesignContext(DesignContext liveContext)(Code)
Set the current DesignContext
Parameters:
  liveContext -



setResponseStream
public void setResponseStream(ResponseStream responseStream)(Code)



setResponseWriter
public void setResponseWriter(ResponseWriter responseWriter)(Code)



setServletContext
public void setServletContext(ServletContext context)(Code)



setViewRoot
public void setViewRoot(UIViewRoot viewRoot)(Code)



unsetCurrentInstance
public void unsetCurrentInstance()(Code)



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