org.jboss.portal.web
Class Body.Raw

java.lang.Object
  extended by org.jboss.portal.web.Body
      extended by org.jboss.portal.web.Body.Raw
Enclosing class:
Body

public static class Body.Raw
extends Body


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.portal.web.Body
Body.Form, Body.Raw
 
Method Summary
 java.io.InputStream getInputStream()
           
 java.io.BufferedReader getReader()
           
 
Methods inherited from class org.jboss.portal.web.Body
getCharacterEncoding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Throws:
java.io.IOException

getReader

public java.io.BufferedReader getReader()
                                 throws java.io.IOException
Throws:
java.io.IOException