|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.taursys.servlet.respond.AbstractResponder
AbstractResponder is a base class for most responders.
Constructor Summary | |
AbstractResponder()
Constructs a new AbstractResponder |
Method Summary | |
ServletForm |
getServletForm()
Get the ServletForm this subcomponent supports. |
abstract void |
respond()
Provide the appropriate response for the ServletForm. |
void |
setServletForm(ServletForm newServletForm)
Set the ServletForm this subcomponent supports. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractResponder()
Method Detail |
public abstract void respond() throws java.lang.Exception
respond
in interface Responder
java.lang.Exception
public ServletForm getServletForm()
public void setServletForm(ServletForm newServletForm)
setServletForm
in interface Responder
newServletForm
- the ServletForm this subcomponent supports.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |