org.baswell.routes
Class RequestContent<ContentType>

java.lang.Object
  extended by org.baswell.routes.RequestContent<ContentType>
Type Parameters:
ContentType -

public class RequestContent<ContentType>
extends java.lang.Object

Convenience class for accessing the content of a request.


Method Summary
 ContentType get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public ContentType get()
                throws java.io.IOException,
                       RoutesException
Throws:
java.io.IOException
RoutesException