The oscar.Handler object defines the Oscar Handler namespace. Handler objects are used to execute actions (such as WFS AJAX requests) using a {<OpenLayers.Geometry>} object and a {oscar.ox.Theme} object.
| oscar. | The oscar.Handler object defines the Oscar Handler namespace. |
| Constructor | |
| oscar. | Initialize the handler object. |
| Functions | |
| execute | The execute method encapsulates the actual job to be done. |
| Constants | |
| CLASS_NAME - oscar. |
execute : function( geom, theme )
The execute method encapsulates the actual job to be done. All subclasses of the Oscar Handler should override this method to complete the its own business logic.
| Parameters: geom | {<OpenLayers.Geometry>} object. theme - {oscar.ox.Theme} object. |
The execute method encapsulates the actual job to be done.
execute : function( geom, theme )