Class PageContext
java.lang.Object
ru.cg.webbpm.modules.inject.AbstractInjectSupportBean
ru.cg.webbpm.modules.webkit.beans.PageContext
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
,InjectSupportBean
- Author:
- Abdulin Ildar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addRefInitializer
(Runnable refInitializer) findObjectContext
(String objectId) getId()
getParentContext
(String objectId) getPath()
<T> T
getScriptInObject
(String objectId, Class<T> scriptType) <T> Set<T>
getScriptsInChildren
(Class<T> scriptType) protected void
initContext
(ObjectContext[] rootObjects) protected void
initRefs()
protected void
void
protected void
start()
Methods inherited from class ru.cg.webbpm.modules.inject.AbstractInjectSupportBean
autowire, createBean, fromJson, getApplicationContext, getBean, getBeanFactory, setApplicationContext
-
Constructor Details
-
PageContext
public PageContext()
-
-
Method Details
-
setId
-
setPath
-
getPath
-
addRefInitializer
-
initContext
-
initRefs
protected void initRefs() -
start
protected void start() -
getParentContext
-
findObjectContext
- Throws:
PageObjectNotFoundException
-
getScriptInObject
-
getScriptsInChildren
-
getId
-