Class ActionContext
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.context.BaseCompileContext<CompiledObject,N2oObject>
-
- net.n2oapp.framework.config.metadata.compile.context.ObjectContext
-
- net.n2oapp.framework.config.metadata.compile.context.ActionContext
-
- All Implemented Interfaces:
CompileContext<CompiledObject,N2oObject>
public class ActionContext extends ObjectContext
Контекст сборки объекта под конкретную операцию
-
-
Constructor Summary
Constructors Constructor Description ActionContext(String objectId, String operationId, String route)Создать контекст
-
Method Summary
-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.context.BaseCompileContext
equals, getCompiledClass, getCompiledId, getParams, getParentModelLink, getPathRouteMapping, getQueryRouteMapping, getRoute, getSourceClass, getSourceId, hashCode, setParentModelLink, setPathRouteMapping, setQueryRouteMapping, toString
-
-