Class DialogBinder
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.action.DialogBinder
-
- All Implemented Interfaces:
CompiledClassAware,MetadataBinder<Dialog>,BaseMetadataBinder<Dialog>
@Component public class DialogBinder extends java.lang.Object implements BaseMetadataBinder<Dialog>
-
-
Constructor Summary
Constructors Constructor Description DialogBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dialogbind(Dialog dialog, BindProcessor p)java.lang.Class<? extends Compiled>getCompiledClass()
-
-
-
Method Detail
-
getCompiledClass
public java.lang.Class<? extends Compiled> getCompiledClass()
- Specified by:
getCompiledClassin interfaceCompiledClassAware
-
bind
public Dialog bind(Dialog dialog, BindProcessor p)
- Specified by:
bindin interfaceMetadataBinder<Dialog>
-
-