Uses of Class
net.n2oapp.framework.config.metadata.compile.context.BaseCompileContext
-
Packages that use BaseCompileContext Package Description net.n2oapp.framework.config.compile.pipeline net.n2oapp.framework.config.metadata.compile.context -
-
Uses of BaseCompileContext in net.n2oapp.framework.config.compile.pipeline
Subclasses of BaseCompileContext in net.n2oapp.framework.config.compile.pipeline Modifier and Type Class Description classDummyCompileContext<S>Вспомогательный контекст сборки -
Uses of BaseCompileContext in net.n2oapp.framework.config.metadata.compile.context
Subclasses of BaseCompileContext in net.n2oapp.framework.config.metadata.compile.context Modifier and Type Class Description classActionContextКонтекст сборки объекта под конкретную операциюclassDialogContextКонтекст компиляции диалога подтверждения действияclassDrawerPageContextclassHeaderContextclassModalPageContextclassObjectContextКонтекст сборки объектаclassPageContextclassQueryContextclassRegionContextclassWidgetContextКонтекст сборки виджетаConstructors in net.n2oapp.framework.config.metadata.compile.context with parameters of type BaseCompileContext Constructor Description BaseCompileContext(java.lang.String route, BaseCompileContext<D,S> context)BaseCompileContext(BaseCompileContext<D,S> context)
-