Package spark.http.matching
Class Body
java.lang.Object
spark.http.matching.Body
Represents the 'body'
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Body
create()
get()
boolean
isSet()
boolean
notSet()
void
serializeTo
(javax.servlet.http.HttpServletResponse httpResponse, SerializerChain serializerChain, javax.servlet.http.HttpServletRequest httpRequest) void
-
Field Details
-
-
Constructor Details
-
Body
private Body()
-
-
Method Details
-
create
-
notSet
public boolean notSet() -
isSet
public boolean isSet() -
get
-
set
-
serializeTo
public void serializeTo(javax.servlet.http.HttpServletResponse httpResponse, SerializerChain serializerChain, javax.servlet.http.HttpServletRequest httpRequest) throws IOException - Throws:
IOException
-