|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.taursys.servlet.respond.AbstractResponder com.taursys.servlet.respond.ContentResponder
ContentResponder is abstract responder which has a contentType
Constructor Summary | |
ContentResponder()
Constructs a new ContentResponder |
Method Summary | |
java.lang.String |
getContentType()
Get the mime type for the response content. |
void |
setContentType(java.lang.String newContentType)
Set the mime type for the response content. |
Methods inherited from class com.taursys.servlet.respond.AbstractResponder |
getServletForm, respond, setServletForm |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContentResponder()
Method Detail |
public void setContentType(java.lang.String newContentType)
newContentType
- the mime type for the response content.public java.lang.String getContentType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |