Class ScrollspyRegionCompiler
java.lang.Object
net.n2oapp.framework.config.metadata.compile.ComponentCompiler<D,S,PageContext>
net.n2oapp.framework.config.metadata.compile.region.BaseRegionCompiler<ScrollspyRegion,N2oScrollspyRegion>
net.n2oapp.framework.config.metadata.compile.region.ScrollspyRegionCompiler
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<ScrollspyRegion,,N2oScrollspyRegion, PageContext> BaseSourceCompiler<ScrollspyRegion,N2oScrollspyRegion, PageContext>
@Component
public class ScrollspyRegionCompiler
extends BaseRegionCompiler<ScrollspyRegion,N2oScrollspyRegion>
Компиляция региона с отслеживанием прокрутки
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile(N2oScrollspyRegion source, PageContext context, CompileProcessor p) protected Stringprotected StringСвойство содержащее React компонент по умолчаниюMethods inherited from class net.n2oapp.framework.config.metadata.compile.region.BaseRegionCompiler
build, compileRoute, createId, initContentMethods inherited from class net.n2oapp.framework.config.metadata.compile.ComponentCompiler
compileComponent
-
Constructor Details
-
ScrollspyRegionCompiler
public ScrollspyRegionCompiler()
-
-
Method Details
-
getSourceClass
-
createId
- Specified by:
createIdin classBaseRegionCompiler<ScrollspyRegion,N2oScrollspyRegion>
-
getSrcProperty
Description copied from class:ComponentCompilerСвойство содержащее React компонент по умолчанию- Overrides:
getSrcPropertyin classComponentCompiler<ScrollspyRegion,N2oScrollspyRegion, PageContext>
-
compile
-