Class OpenPageCompiler
java.lang.Object
net.n2oapp.framework.config.metadata.compile.action.AbstractActionCompiler<D,S>
net.n2oapp.framework.config.metadata.compile.action.AbstractOpenPageCompiler<LinkAction,N2oOpenPage>
net.n2oapp.framework.config.metadata.compile.action.OpenPageCompiler
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<LinkAction,,N2oOpenPage, CompileContext<?, ?>> BaseSourceCompiler<LinkAction,N2oOpenPage, CompileContext<?, ?>>
Компиляция open-page
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile(N2oOpenPage source, CompileContext<?, ?> context, CompileProcessor p) protected voidinitPageRoute(LinkAction compiled, String route, Map<String, ModelLink> pathMapping, Map<String, ModelLink> queryMapping) Methods inherited from class net.n2oapp.framework.config.metadata.compile.action.AbstractOpenPageCompiler
collectParentLinks, constructContext, getRefreshDatasourceId, initDefaults, initDefaultsDatasource, initPageContext, initToolbarBySubmitOperation, validatePathAndRouteMethods inherited from class net.n2oapp.framework.config.metadata.compile.action.AbstractActionCompiler
compileAction, getLocalDatasourceId, getLocalModel, getModelFromComponentScope, getPageId, initId, initMappings, initParentRoutePathMappings
-
Constructor Details
-
OpenPageCompiler
public OpenPageCompiler()
-
-
Method Details
-
getSourceClass
-
compile
-
initPageRoute
protected void initPageRoute(LinkAction compiled, String route, Map<String, ModelLink> pathMapping, Map<String, ModelLink> queryMapping) - Specified by:
initPageRoutein classAbstractOpenPageCompiler<LinkAction,N2oOpenPage>
-