|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.gx.webmanager.handler.forms.handling.VotingHandler
public class VotingHandler
| Constructor Summary | |
|---|---|
VotingHandler()
|
|
| Method Summary | |
|---|---|
void |
doHandle(FormDefinition form,
State formState,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Processes the form. |
void |
init(FormComponentConfig config)
Passes the initialization parameters to the component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VotingHandler()
| Method Detail |
|---|
public void init(FormComponentConfig config)
throws InitializationException
FormComponent
init in interface FormComponentconfig - The FormComponentConfig object that contains
configutation information for this component.
InitializationException - If initialization failed
public void doHandle(FormDefinition form,
State formState,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws HandleException
Handler
doHandle in interface Handlerform - The definition of the form for which the submitted values
should be handled.formState - The session values for the formrequest - The http requestresponse - The http response
HandleException - If the form values could not be handled correctly
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||