|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.directwebremoting.servlet.HtmlCallHandler
public class HtmlCallHandler
A Handler standard DWR calls whose replies are HTML wrapped.
Field Summary | |
---|---|
protected HtmlCallMarshaller |
htmlCallMarshaller
The 'Plain Javascript' method by which objects are marshalled |
protected Remoter |
remoter
The bean to execute remote requests and generate interfaces |
Constructor Summary | |
---|---|
HtmlCallHandler()
|
Method Summary | |
---|---|
void |
handle(HttpServletRequest request,
HttpServletResponse response)
Handle a URL request that has been mapped to this Handler |
void |
setHtmlCallMarshaller(HtmlCallMarshaller marshaller)
Setter for the HTML Javascript Marshaller |
void |
setRemoter(Remoter remoter)
Setter for the remoter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected HtmlCallMarshaller htmlCallMarshaller
protected Remoter remoter
Constructor Detail |
---|
public HtmlCallHandler()
Method Detail |
---|
public void handle(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException
Handler
handle
in interface Handler
request
- The HTTP request dataresponse
- Where we write the HTTP response data
java.io.IOException
- If the write process failspublic void setHtmlCallMarshaller(HtmlCallMarshaller marshaller)
marshaller
- The new marshallerpublic void setRemoter(Remoter remoter)
remoter
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |