com.antiaction.mayhem.httpd.input
Class ContentURLEncoded

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

public class ContentURLEncoded
extends java.lang.Object
implements IContentParser

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

Version:
1.00
Author:
Nicholas Clarke

Constructor Summary
ContentURLEncoded()
           
 
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

ContentURLEncoded

public ContentURLEncoded()
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.