com.serotonin.m2m2.module
Class DwrDefinition

java.lang.Object
  extended by com.serotonin.m2m2.module.ModuleElementDefinition
      extended by com.serotonin.m2m2.module.DwrDefinition

public abstract class DwrDefinition
extends ModuleElementDefinition

A DWR definition registers a DWR proxy.

Author:
Matthew Lohbihler

Constructor Summary
DwrDefinition()
           
 
Method Summary
abstract  java.lang.Class<? extends com.serotonin.m2m2.web.dwr.ModuleDwr> getDwrClass()
          The class of a DWR proxy.
 
Methods inherited from class com.serotonin.m2m2.module.ModuleElementDefinition
getModule, initialize, uninstall
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DwrDefinition

public DwrDefinition()
Method Detail

getDwrClass

public abstract java.lang.Class<? extends com.serotonin.m2m2.web.dwr.ModuleDwr> getDwrClass()
The class of a DWR proxy. Called once upon startup, the class is then registered in the DWR controller. May be null.

Returns:
the DWR proxy