org.directwebremoting.servlet
Class DojoDtoAllHandler
java.lang.Object
org.directwebremoting.servlet.CachingHandler
org.directwebremoting.servlet.TemplateHandler
org.directwebremoting.servlet.JavaScriptHandler
org.directwebremoting.servlet.GeneratedJavaScriptHandler
org.directwebremoting.servlet.BaseDtoAllHandler
org.directwebremoting.servlet.DojoDtoAllHandler
- All Implemented Interfaces:
- Handler
public class DojoDtoAllHandler
- extends BaseDtoAllHandler
A handler for dtoall generation requests in the Dojo module format
- Author:
- Mike Wilson [mikewse at hotmail dot com]
|
Method Summary |
java.lang.String |
generateDtoAllScript(java.lang.String contextPath,
java.lang.String servletPath)
Generates the full dtoall script by decorating the DTO classes returned by the Remoter. |
void |
setDojoDtoBaseModulePath(java.lang.String modulePath)
Setter for the module path that DTO is on |
void |
setDojoDwrBaseModulePath(java.lang.String modulePath)
Setter for the module path that dtoall is on |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DojoDtoAllHandler
public DojoDtoAllHandler()
generateDtoAllScript
public java.lang.String generateDtoAllScript(java.lang.String contextPath,
java.lang.String servletPath)
- Generates the full dtoall script by decorating the DTO classes returned by the Remoter.
- Specified by:
generateDtoAllScript in class BaseDtoAllHandler
- Returns:
- string containing dtoall script
setDojoDwrBaseModulePath
public void setDojoDwrBaseModulePath(java.lang.String modulePath)
- Setter for the module path that dtoall is on
- Parameters:
modulePath - the modulePath to set
setDojoDtoBaseModulePath
public void setDojoDtoBaseModulePath(java.lang.String modulePath)
- Setter for the module path that DTO is on
- Parameters:
modulePath - the modulePath to set