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


org.w3c.jigsaw.frames.HTTPFrame
   org.w3c.jigsaw.frames.PostableFrame

All known Subclasses:   org.w3c.jigedit.tools.ToolsListerFrame,  org.w3c.jigedit.cvs.CvsFrame,  org.w3c.jigsaw.frames.SeeOtherFrame,  org.w3c.jigsaw.webdav.DAVFrame,  org.w3c.jigsaw.pagecompile.GeneratedFrame,  org.w3c.jigsaw.pics.LabelBureauFrame,  org.w3c.jigsaw.resources.PasswordEditorFrame,  org.w3c.jigedit.filters.PutListFrame,
PostableFrame
public class PostableFrame extends HTTPFrame (Code)
Handle POST.


Field Summary
protected static  intATTR_CONVERT_GET
    
protected static  intATTR_OVERIDE
    


Method Summary
public  Replyget(Request request)
     Get this resource body.
protected  HttpTokenListgetAllow()
    
public  booleangetConvertGetFlag()
     Get the 'convert GET to POST' flag.
public  booleangetOverrideFlag()
     Get the 'override multiple form field value' flag.
public  Replyhandle(Request request, URLDecoder data)
     Handle the form submission, after posted data parsing.
public  Replypost(Request request)
     Perform the post method.

Field Detail
ATTR_CONVERT_GET
protected static int ATTR_CONVERT_GET(Code)
Attribute index - Should we silently convert GET to POST methods ?



ATTR_OVERIDE
protected static int ATTR_OVERIDE(Code)
Attribute index - Should we override form values when multiple ?





Method Detail
get
public Reply get(Request request) throws ProtocolException, ResourceException(Code)
Get this resource body. If we are allowed to convert GET requests to POST, than we first check to see if there is some search string in the request, and continue with normal POST request processing.

If there is no search string, or if we are not allowed to convert GETs to POSTs, than we just invoke our super method, which will perform the appropriate job.
Parameters:
  request - The request to handle.
exception:
  ProtocolException - If request couldn't be processed.
exception:
  ResourceException - If the resource got a fatal error.




getAllow
protected HttpTokenList getAllow()(Code)
get the Allowed methods for this resource an HttpTokenList



getConvertGetFlag
public boolean getConvertGetFlag()(Code)
Get the 'convert GET to POST' flag.



getOverrideFlag
public boolean getOverrideFlag()(Code)
Get the 'override multiple form field value' flag.



handle
public Reply handle(Request request, URLDecoder data) throws ProtocolException(Code)
Handle the form submission, after posted data parsing.

This method ought to be abstract, but for reasonable reason, it will just dump (parsed) the form content back to the client, so that it can be used for debugging.
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




post
public Reply post(Request request) throws ProtocolException, ResourceException(Code)
Perform the post method.
Parameters:
  request - The request to handle.
exception:
  ProtocolException - If request couldn't be processed.
exception:
  ResourceException - If the resource got a fatal error.



Fields inherited from org.w3c.jigsaw.frames.HTTPFrame
protected static int ATTR_ALLOW_DEL(Code)(Java Doc)
protected static int ATTR_BROWSABLE(Code)(Java Doc)
protected static int ATTR_CHARSET(Code)(Java Doc)
protected static int ATTR_CONTENT_ENCODING(Code)(Java Doc)
protected static int ATTR_CONTENT_LANGUAGE(Code)(Java Doc)
protected static int ATTR_CONTENT_LENGTH(Code)(Java Doc)
protected static int ATTR_CONTENT_TYPE(Code)(Java Doc)
protected static int ATTR_ICON(Code)(Java Doc)
protected static int ATTR_ICONDIR(Code)(Java Doc)
protected static int ATTR_INDEX(Code)(Java Doc)
protected static int ATTR_INDEXES(Code)(Java Doc)
protected static int ATTR_MAXAGE(Code)(Java Doc)
protected static int ATTR_MD5(Code)(Java Doc)
protected static int ATTR_PUTABLE(Code)(Java Doc)
protected static int ATTR_QUALITY(Code)(Java Doc)
protected static int ATTR_RELOCATE(Code)(Java Doc)
protected static int ATTR_STYLE_LINK(Code)(Java Doc)
protected static int ATTR_TITLE(Code)(Java Doc)
final public static int COND_FAILED(Code)(Java Doc)
final public static int COND_OK(Code)(Java Doc)
final public static int COND_WEAK(Code)(Java Doc)
final public static String STATE_CONTENT_LOCATION(Code)(Java Doc)
protected boolean acceptRanges(Code)(Java Doc)
protected HttpTokenList allowed(Code)(Java Doc)
protected static MimeType browsetype(Code)(Java Doc)
HttpTokenList contentencoding(Code)(Java Doc)
HttpTokenList contentlanguage(Code)(Java Doc)
HttpInteger contentlength(Code)(Java Doc)
HttpMimeType contenttype(Code)(Java Doc)
protected DirectoryResource dresource(Code)(Java Doc)
HttpEntityTag etag(Code)(Java Doc)
protected FileResource fresource(Code)(Java Doc)
HttpDate lastmodified(Code)(Java Doc)
protected HtmlGenerator listing(Code)(Java Doc)
protected long listing_stamp(Code)(Java Doc)
HttpString md5Digest(Code)(Java Doc)

Methods inherited from org.w3c.jigsaw.frames.HTTPFrame
public void addStyleSheet(HtmlGenerator g)(Code)(Java Doc)
public void attributeChanged(AttributeChangedEvent evt)(Code)(Java Doc)
public Reply browse(Request request) throws ProtocolException(Code)(Java Doc)
public boolean checkExpect(Request request)(Code)(Java Doc)
public int checkIfMatch(Request request)(Code)(Java Doc)
public int checkIfModifiedSince(Request request)(Code)(Java Doc)
public int checkIfNoneMatch(Request request)(Code)(Java Doc)
public int checkIfUnmodifiedSince(Request request)(Code)(Java Doc)
public boolean checkRequest(RequestInterface request)(Code)(Java Doc)
public int checkValidators(Request request)(Code)(Java Doc)
public boolean computeContainerListing(boolean refresh)(Code)(Java Doc)
public String computeETag()(Code)(Java Doc)
protected File computeTrashDir(File dir)(Code)(Java Doc)
protected File computeTrashFile(File file)(Code)(Java Doc)
public Reply createDefaultReply(Request request, int status)(Code)(Java Doc)
protected Reply createFileReply(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public Reply delete(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply deleteDirectoryResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply deleteFileResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply deleteMe(Request request) throws HTTPException(Code)(Java Doc)
protected Reply deleteOtherResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public Reply extended(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public Reply get(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected HttpTokenList getAllow()(Code)(Java Doc)
public boolean getAllowDeleteFlag()(Code)(Java Doc)
public boolean getBrowsableFlag()(Code)(Java Doc)
protected synchronized MimeType getBrowseType()(Code)(Java Doc)
public String getCharset()(Code)(Java Doc)
public String getContentEncoding()(Code)(Java Doc)
public String getContentLanguage()(Code)(Java Doc)
public int getContentLength()(Code)(Java Doc)
public MimeType getContentType()(Code)(Java Doc)
public Reply getDirectoryListing(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public DirectoryResource getDirectoryResource()(Code)(Java Doc)
protected Reply getDirectoryResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public HttpEntityTag getETag()(Code)(Java Doc)
public FileResource getFileResource()(Code)(Java Doc)
protected Reply getFileResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public String getHelpURL()(Code)(Java Doc)
public String getHelpURL(String topic)(Code)(Java Doc)
public String getIcon()(Code)(Java Doc)
public String getIconDirectory()(Code)(Java Doc)
public String getIndex()(Code)(Java Doc)
public String[] getIndexes()(Code)(Java Doc)
public boolean getMD5Flag()(Code)(Java Doc)
public long getMaxAge()(Code)(Java Doc)
protected Reply getOtherResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public boolean getPutableFlag()(Code)(Java Doc)
public double getQuality()(Code)(Java Doc)
public boolean getRelocateFlag()(Code)(Java Doc)
public String getStyleSheetURL()(Code)(Java Doc)
public String getTitle()(Code)(Java Doc)
public URL getURL(Request request)(Code)(Java Doc)
public Reply handleRangeRequest(Request request, HttpRange r) throws ProtocolException(Code)(Java Doc)
public Reply head(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply headDirectoryResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply headFileResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply headOtherResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public void initialize(Hashtable defs)(Code)(Java Doc)
public Reply link(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public boolean lookup(LookupState ls, LookupResult lr) throws ProtocolException(Code)(Java Doc)
protected boolean lookupDirectory(LookupState ls, LookupResult lr) throws ProtocolException(Code)(Java Doc)
protected boolean lookupFile(LookupState ls, LookupResult lr) throws ProtocolException(Code)(Java Doc)
protected boolean lookupOther(LookupState ls, LookupResult lr) throws ProtocolException(Code)(Java Doc)
protected boolean lookupResource(LookupState ls, LookupResult lr) throws ProtocolException(Code)(Java Doc)
public Reply options(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public ReplyInterface perform(RequestInterface req) throws ProtocolException, ResourceException(Code)(Java Doc)
protected ReplyInterface performFrames(RequestInterface request) throws ProtocolException, ResourceException(Code)(Java Doc)
public void pickleValues(Hashtable defs)(Code)(Java Doc)
public Reply post(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public Reply put(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply putFileResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply putOtherResource(Request request) throws ProtocolException(Code)(Java Doc)
public void registerOtherResource(FramedResource resource)(Code)(Java Doc)
public void registerResource(FramedResource resource)(Code)(Java Doc)
public synchronized void setValue(int idx, Object value)(Code)(Java Doc)
public Reply trace(Request request) throws HTTPException, ClientException(Code)(Java Doc)
public Reply unlink(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public double unsafeGetQuality()(Code)(Java Doc)
protected void updateCachedHeaders()(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.