|
|||||||||||
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 com.taursys.servlet.respond.HTMLResponder
HTMLResponder provides rendering and sending Document as response.
Constructor Summary | |
HTMLResponder()
Constructs a new HTMLResponder and sets contentType to text/html. |
Method Summary | |
void |
respond()
Render the Components to the Document it as the response. |
Methods inherited from class com.taursys.servlet.respond.ContentResponder |
getContentType, setContentType |
Methods inherited from class com.taursys.servlet.respond.AbstractResponder |
getServletForm, setServletForm |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HTMLResponder()
Method Detail |
public void respond() throws java.lang.Exception
respond
in interface Responder
respond
in class AbstractResponder
java.lang.Exception
- generated by Components during rendering.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |