|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.directwebremoting.servlet.PlainCallHandler
public class PlainCallHandler
A Handler standard DWR calls whose replies are NOT HTML wrapped.
Constructor Summary | |
---|---|
PlainCallHandler()
|
Method Summary | |
---|---|
void |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle a URL request that has been mapped to this Handler |
void |
setPlainCallMarshaller(PlainCallMarshaller marshaller)
Setter for the Plain Javascript Marshaller |
void |
setRemoter(Remoter remoter)
Setter for the remoter |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlainCallHandler()
Method Detail |
---|
public void handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.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 setPlainCallMarshaller(PlainCallMarshaller marshaller)
marshaller
- The new marshallerpublic void setRemoter(Remoter remoter)
remoter
-
|
Copyright ? 2005 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |