Class ImageCellCompiler
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.cell.AbstractCellCompiler<N2oImageCell,N2oImageCell>
-
- net.n2oapp.framework.config.metadata.compile.cell.ImageCellCompiler
-
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<N2oImageCell,N2oImageCell,CompileContext<?,?>>,BaseSourceCompiler<N2oImageCell,N2oImageCell,CompileContext<?,?>>
@Component public class ImageCellCompiler extends AbstractCellCompiler<N2oImageCell,N2oImageCell>
Компиляция ячейки картинка
-
-
Constructor Summary
Constructors Constructor Description ImageCellCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N2oImageCellcompile(N2oImageCell source, CompileContext<?,?> context, CompileProcessor p)Class<? extends Source>getSourceClass()-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.cell.AbstractCellCompiler
build, compileAction, compileSwitch
-
-
-
-
Method Detail
-
compile
public N2oImageCell compile(N2oImageCell source, CompileContext<?,?> context, CompileProcessor p)
-
-