Class ToolbarCellCompiler
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.cell.AbstractCellCompiler<ToolbarCell,N2oToolbarCell>
-
- net.n2oapp.framework.config.metadata.compile.cell.ToolbarCellCompiler
-
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<ToolbarCell,N2oToolbarCell,CompileContext<?,?>>,BaseSourceCompiler<ToolbarCell,N2oToolbarCell,CompileContext<?,?>>
@Component public class ToolbarCellCompiler extends AbstractCellCompiler<ToolbarCell,N2oToolbarCell>
-
-
Constructor Summary
Constructors Constructor Description ToolbarCellCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ToolbarCellcompile(N2oToolbarCell 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 ToolbarCell compile(N2oToolbarCell source, CompileContext<?,?> context, CompileProcessor p)
-
-