com.antiaction.mayhem.httpd.input
Class ContentMultipartFormData

java.lang.Object
  extended by com.antiaction.mayhem.httpd.input.ContentMultipartFormData
All Implemented Interfaces:
IContentParser

public class ContentMultipartFormData
extends java.lang.Object
implements IContentParser

Parser for content-type: application/x-www-form-urlencoded.

Version:
1.00
Author:
Nicholas Clarke

Constructor Summary
ContentMultipartFormData()
           
 
Method Summary
 boolean accept(HttpServletRequestImpl req)
           
 boolean init(java.util.Properties props)
           
 boolean parseContent(HttpServletRequestImpl req)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentMultipartFormData

public ContentMultipartFormData()
Method Detail

init

public boolean init(java.util.Properties props)
Specified by:
init in interface IContentParser

accept

public boolean accept(HttpServletRequestImpl req)
Specified by:
accept in interface IContentParser

parseContent

public boolean parseContent(HttpServletRequestImpl req)
                     throws java.io.IOException
Specified by:
parseContent in interface IContentParser
Throws:
java.io.IOException


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.