Class SimplePageBinder
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.page.PageBinder<SimplePage>
-
- net.n2oapp.framework.config.metadata.compile.page.SimplePageBinder
-
- All Implemented Interfaces:
CompiledClassAware,MetadataBinder<SimplePage>,BaseMetadataBinder<SimplePage>
@Component public class SimplePageBinder extends PageBinder<SimplePage>
Связывание данных на простой странице
-
-
Constructor Summary
Constructors Constructor Description SimplePageBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimplePagebind(SimplePage page, BindProcessor p)java.lang.Class<? extends Compiled>getCompiledClass()-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.page.PageBinder
bindPage
-
-
-
-
Method Detail
-
bind
public SimplePage bind(SimplePage page, BindProcessor p)
-
getCompiledClass
public java.lang.Class<? extends Compiled> getCompiledClass()
-
-