|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectus.monoid.web.AbstractContent
us.monoid.web.Content
us.monoid.web.FormContent
public class FormContent
Encapsulates form-data sent to web services. Currently only application/x-www-form-urlencoded is supported.
Field Summary |
---|
Fields inherited from class us.monoid.web.AbstractContent |
---|
CRLF |
Constructor Summary | |
---|---|
FormContent(String query)
|
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class us.monoid.web.Content |
---|
writeContent, writeHeader |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FormContent(String query)
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |