Java Doc for GeneratedFrame.java in  » Web-Server » Jigsaw » org » w3c » jigsaw » pagecompile » 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 Server » Jigsaw » org.w3c.jigsaw.pagecompile 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.w3c.jigsaw.frames.PostableFrame
   org.w3c.jigsaw.pagecompile.GeneratedFrame

GeneratedFrame
abstract public class GeneratedFrame extends PostableFrame (Code)

version:
   $Revision: 1.11 $
author:
   Benoît Mahé (bmahe@w3.org)




Method Summary
public  Replyget(Request request)
     The default GET method.
abstract protected  voidget(Request request, Reply reply, PageCompileOutputStream out)
     All java code extracted between and from the jhtml page will be put in this method body.
public  booleangetConvertGetFlag()
     Get the 'convert GET to POST' flag.
public  Replyhandle(Request request, URLDecoder data)
     Handle the form submission, after posted data parsing.
public  ReplyInterfaceperform(RequestInterface req)
    
protected  voidpost(Request request, Reply reply, URLDecoder data, PageCompileOutputStream out)
     Handle the form submission, after posted data parsing.



Method Detail
get
public Reply get(Request request) throws ProtocolException, ResourceException(Code)
The default GET method.
Parameters:
  request - The request to handle.
exception:
  ProtocolException - If processsing the request failed.
exception:
  ResourceException - If the resource got a fatal error.



get
abstract protected void get(Request request, Reply reply, PageCompileOutputStream out) throws IOException(Code)
All java code extracted between and from the jhtml page will be put in this method body.
Parameters:
  request - the incomming request.
Parameters:
  reply - the reply.
Parameters:
  out - the output stream.
exception:
  IOException - if an IO error occurs.



getConvertGetFlag
public boolean getConvertGetFlag()(Code)
Get the 'convert GET to POST' flag. Always return false in GeneratedFrame, could be overriden. a boolean.



handle
public Reply handle(Request request, URLDecoder data) throws ProtocolException(Code)
Handle the form submission, after posted data parsing.
Parameters:
  request - The request proper.
Parameters:
  data - The parsed data content.
exception:
  ProtocolException - If form data processing failed.
See Also:   org.w3c.jigsaw.forms.URLDecoder



perform
public ReplyInterface perform(RequestInterface req) throws ProtocolException, ResourceException(Code)
Perform the request
Parameters:
  req - The request to handle.
exception:
  ProtocolException - If processsing the request failed.
exception:
  ResourceException - If the resource got a fatal error.



post
protected void post(Request request, Reply reply, URLDecoder data, PageCompileOutputStream out) throws ProtocolException, IOException(Code)
Handle the form submission, after posted data parsing. This methos always return "Method POST not allowed".
Parameters:
  request - The request proper.
Parameters:
  reply - The reply.
Parameters:
  data - The parsed data content.
Parameters:
  out - the output stream.
exception:
  ProtocolException - If form data processing failed.
exception:
  IOException - If an IO error occurs.
See Also:   org.w3c.jigsaw.forms.URLDecoder



Fields inherited from org.w3c.jigsaw.frames.PostableFrame
protected static int ATTR_CONVERT_GET(Code)(Java Doc)
protected static int ATTR_OVERIDE(Code)(Java Doc)

Methods inherited from org.w3c.jigsaw.frames.PostableFrame
public Reply get(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected HttpTokenList getAllow()(Code)(Java Doc)
public boolean getConvertGetFlag()(Code)(Java Doc)
public boolean getOverrideFlag()(Code)(Java Doc)
public Reply handle(Request request, URLDecoder data) throws ProtocolException(Code)(Java Doc)
public Reply post(Request request) throws ProtocolException, ResourceException(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.