Class FileUploadCellCompiler
java.lang.Object
net.n2oapp.framework.config.metadata.compile.cell.AbstractCellCompiler<FileUploadCell,N2oFileUploadCell>
net.n2oapp.framework.config.metadata.compile.cell.FileUploadCellCompiler
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<FileUploadCell,,N2oFileUploadCell, CompileContext<?, ?>> BaseSourceCompiler<FileUploadCell,N2oFileUploadCell, CompileContext<?, ?>>
@Component
public class FileUploadCellCompiler
extends AbstractCellCompiler<FileUploadCell,N2oFileUploadCell>
Компиляция ячейки загрузки файлов
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile(N2oFileUploadCell source, CompileContext<?, ?> context, CompileProcessor p) Methods inherited from class net.n2oapp.framework.config.metadata.compile.cell.AbstractCellCompiler
build, compileAction, compileSwitch
-
Constructor Details
-
FileUploadCellCompiler
public FileUploadCellCompiler()
-
-
Method Details
-
getSourceClass
-
compile
public FileUploadCell compile(N2oFileUploadCell source, CompileContext<?, ?> context, CompileProcessor p)
-