Method Summary |
|
public void | dispatch(ChibaEvent event) Dispatch a ChibaEvent to trigger some XForms processing such as updating
of values or execution of triggers. |
protected String | escape(String string) |
protected HttpRequestHandler | getNewInteractionHandler() return a new InteractionHandler. |
public void | handleEvent(Event event) listen to processor and add a DefaultChibaEventImpl object to the
EventQueue. |
public void | init() initialize the Adapter. |
public void | setContext(Map contextParams) passes Map containing arbitrary context parameters to the Adapter. |
public void | setUploadDestination(String destination) set the upload location. |
public void | shutdown() terminates the XForms processing. |