Java Doc for DefaultHtmlPage.java in  » Web-Framework » webonswing » net » ar » webonswing » pages » 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 » Web Framework » webonswing » net.ar.webonswing.pages 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   net.ar.webonswing.pages.DefaultPage
      net.ar.webonswing.pages.DefaultHtmlPage

All known Subclasses:   examples.RadioButtonDemoPage,  examples.WebOnSwingDemo2Page,  net.ar.webonswing.managers.ui.TemplateManagerPage,  net.ar.webonswing.managers.ui.PersistenceManagerPage,  net.ar.webonswing.pages.SaveContextDefaultHtmlPage,  examples.TreeDemo2Page,  net.ar.webonswing.managers.ui.ComponentBackendPage,  net.ar.webonswing.managers.ui.CacheManagerPage,  net.ar.webonswing.pages.ExternalHtmlPage,  examples.inspector.PageInspectorPage,  examples.WebOnSwingDemoPage,  examples.CheckBoxDemoPage,  net.ar.webonswing.managers.ui.PageManagerPage,  examples.withtemplate.TemplateMenuDemoPage,
DefaultHtmlPage
public class DefaultHtmlPage extends DefaultPage implements HtmlPage(Code)


Field Summary
final public static  StringPERSISTED_DATA
    
protected  TagtheAfterFormScript
    
protected  TagtheBeforeFormScript
    
protected  ContributionContainertheContributionContainer
    
protected  MaptheRequestParameters
    
protected  StringtheRequestUrl
    
protected  booleanwindowInSession
    

Constructor Summary
public  DefaultHtmlPage()
    

Method Summary
public  voiddispatchEvents()
    
protected  StringgetCacheKey()
    
protected  voidgetContributions(VisualComponent aComponent)
    
protected  HtmlTemplategetHeadTemplate()
    
protected  HtmlTemplategetMainTemplate()
    
protected  ComponentRenderergetNewComponentRendererInstance()
    
protected  StringgetPageName()
    
public  MapgetPersistedData()
    
protected  StringgetPersistenceScript()
    
public  VisualWindowgetPersitableWindow()
    
public  StringgetUrl()
    
public  voidinit()
    
public  booleanisWindowInSession()
    
public  voidpersistValue(String aKey, Serializable aSerializable)
    
public  voidprepareFromRequest(HttpServletRequest aRequest)
    
public  voidprepareResponse(HttpServletResponse aResponse)
    
protected  voidprocessPersistedData()
    
public  voidprocessRequest(HttpServletRequest aRequest)
    
public  voidrenderPage(HttpServletResponse aResponse)
    
public  SerializablerestoreValue(String aKey)
    
protected  voidsetCacheKey(String aKey)
    
public  voidsetPersistedData(Map aData)
    
public  voidsetRequest(HttpServletRequest aRequest)
    
public  voidsetWindowInSession(boolean isWindowInSession)
    

Field Detail
PERSISTED_DATA
final public static String PERSISTED_DATA(Code)



theAfterFormScript
protected Tag theAfterFormScript(Code)



theBeforeFormScript
protected Tag theBeforeFormScript(Code)



theContributionContainer
protected ContributionContainer theContributionContainer(Code)



theRequestParameters
protected Map theRequestParameters(Code)



theRequestUrl
protected String theRequestUrl(Code)



windowInSession
protected boolean windowInSession(Code)




Constructor Detail
DefaultHtmlPage
public DefaultHtmlPage()(Code)




Method Detail
dispatchEvents
public void dispatchEvents()(Code)



getCacheKey
protected String getCacheKey()(Code)



getContributions
protected void getContributions(VisualComponent aComponent)(Code)



getHeadTemplate
protected HtmlTemplate getHeadTemplate()(Code)



getMainTemplate
protected HtmlTemplate getMainTemplate()(Code)



getNewComponentRendererInstance
protected ComponentRenderer getNewComponentRendererInstance()(Code)



getPageName
protected String getPageName()(Code)



getPersistedData
public Map getPersistedData()(Code)



getPersistenceScript
protected String getPersistenceScript()(Code)



getPersitableWindow
public VisualWindow getPersitableWindow()(Code)



getUrl
public String getUrl()(Code)



init
public void init()(Code)



isWindowInSession
public boolean isWindowInSession()(Code)



persistValue
public void persistValue(String aKey, Serializable aSerializable)(Code)



prepareFromRequest
public void prepareFromRequest(HttpServletRequest aRequest)(Code)



prepareResponse
public void prepareResponse(HttpServletResponse aResponse) throws Exception(Code)



processPersistedData
protected void processPersistedData()(Code)



processRequest
public void processRequest(HttpServletRequest aRequest)(Code)



renderPage
public void renderPage(HttpServletResponse aResponse) throws Exception(Code)



restoreValue
public Serializable restoreValue(String aKey)(Code)



setCacheKey
protected void setCacheKey(String aKey)(Code)



setPersistedData
public void setPersistedData(Map aData)(Code)



setRequest
public void setRequest(HttpServletRequest aRequest)(Code)



setWindowInSession
public void setWindowInSession(boolean isWindowInSession)(Code)



Fields inherited from net.ar.webonswing.pages.DefaultPage
protected VisualWindow theWindow(Code)(Java Doc)
protected String theWindowClassName(Code)(Java Doc)

Methods inherited from net.ar.webonswing.pages.DefaultPage
public VisualWindow getWindow()(Code)(Java Doc)
public void setWindow(VisualWindow window)(Code)(Java Doc)
public void setWindowClassName(String aWindowClassName)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.