|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.directwebremoting.servlet.InterfaceHandler
public class InterfaceHandler
A handler for interface generation requests
Field Summary | |
---|---|
protected java.lang.String |
interfaceHandlerUrl
What URL is this handler available on? |
protected Remoter |
remoter
The bean to execute remote requests and generate interfaces |
Constructor Summary | |
---|---|
InterfaceHandler()
|
Method Summary | |
---|---|
void |
handle(HttpServletRequest request,
HttpServletResponse response)
Handle a URL request that has been mapped to this Handler |
void |
setInterfaceHandlerUrl(java.lang.String interfaceHandlerUrl)
Setter for the URL that this handler available on |
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 Remoter remoter
protected java.lang.String interfaceHandlerUrl
Constructor Detail |
---|
public InterfaceHandler()
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 setRemoter(Remoter remoter)
remoter
- public void setInterfaceHandlerUrl(java.lang.String interfaceHandlerUrl)
interfaceHandlerUrl
- the interfaceHandlerUrl to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |