| jsx3.lang.Object org.directwebremoting.proxy.io.Context jsx3.lang.Object
All known Subclasses: jsx3.gui.Alerts, jsx3.gui.HotKey, jsx3.util.EventDispatcher, jsx3.gui.matrix.EditMask, jsx3.app.Model, jsx3.lang.System, jsx3.app.Settings, jsx3.gui.Form, jsx3.app.AddIn, jsx3.chart.PointRenderer, jsx3.html.FontTag, jsx3.app.UserSettings, jsx3.app.Cache, jsx3.xml.Cacheable, jsx3.xml.Template, jsx3.app.Server, jsx3.gui.Event, jsx3.gui.matrix.ColumnFormat, jsx3.net.Form, jsx3.gui.Interactive, jsx3.gui.Heavyweight, jsx3.net.Request, jsx3.app.DOM, jsx3.html.Tag, jsx3.net.Service,
Object | public class Object extends Context (Code) | | author: Joe Walker [joe at getahead dot org] author: DRAPGEN - Dwr Reverse Ajax Proxy GENerator |
Method Summary | |
public void | ignoreReturn() If we need to execute a (drapgen generated) function that looks like a
setter, but that returns some data we have a problem because DWR assumes
that it is a getter and doesn't add the final ScriptBuffer, so this
temporary function will do just that. |
Object | public Object(Context parent, String extension, ScriptProxy scriptProxy)(Code) | | All reverse ajax proxies need context to work from
Parameters: parent - The parent context Parameters: extension - The script to take us from the parent to this object Parameters: scriptProxy - The new script proxy |
ignoreReturn | public void ignoreReturn()(Code) | | If we need to execute a (drapgen generated) function that looks like a
setter, but that returns some data we have a problem because DWR assumes
that it is a getter and doesn't add the final ScriptBuffer, so this
temporary function will do just that.
This is a bit of a nasty hack that I hope we can get rid of
|
Methods inherited from jsx3.lang.Object | public void ignoreReturn()(Code)(Java Doc)
|
|
|