| |
|
| java.lang.Object org.directwebremoting.servlet.HtmlCallHandler
HtmlCallHandler | public class HtmlCallHandler implements Handler(Code) | | A Handler standard DWR calls whose replies are HTML wrapped.
author: Joe Walker [joe at getahead dot ltd dot uk] |
htmlCallMarshaller | protected HtmlCallMarshaller htmlCallMarshaller(Code) | | The 'Plain Javascript' method by which objects are marshalled
|
remoter | protected Remoter remoter(Code) | | The bean to execute remote requests and generate interfaces
|
setHtmlCallMarshaller | public void setHtmlCallMarshaller(HtmlCallMarshaller htmlCallMarshaller)(Code) | | Setter for the HTML Javascript Marshaller
Parameters: htmlCallMarshaller - The new marshaller |
setRemoter | public void setRemoter(Remoter remoter)(Code) | | Setter for the remoter
Parameters: remoter - The new remoter |
|
|
|