com.taursys.servlet.respond
Interface Responder

All Known Implementing Classes:
AbstractResponder

public interface Responder

Responder is a subcomponent used by a ServletForm to send the response

Version:
1.0
Author:
Marty Phelan

Method Summary
 void respond()
          Provide the appropriate response for the ServletForm.
 void setServletForm(ServletForm newServletForm)
          Set the ServletForm this subcomponent supports.
 

Method Detail

respond

public void respond()
             throws java.lang.Exception
Provide the appropriate response for the ServletForm. Example responses are:

Throws:
java.lang.Exception

setServletForm

public void setServletForm(ServletForm newServletForm)
Set the ServletForm this subcomponent supports. This method is normally invoked by the ServletForm when this subcomponent is attached to it via the setResponder method. You should not set this property.

Parameters:
newServletForm - the ServletForm this subcomponent supports.


Copyright © 2007 Martin T Phelan. All Rights Reserved.