Package org.eclnt.workplace.eximport
Class WorkplacePageBeanStateExtractor
java.lang.Object
org.eclnt.workplace.eximport.WorkplacePageBeanStateExtractor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyStateIntoPageBean
(IPageBean pageBean, WorkpageStartInfo wpsi) extractWorkpageStartInfo
(IPageBean pageBean) Creates aWorkpageStartInfo
instance that can be used to start this page bean as a new instance in a different environment, e.g. in a different browser.extractWorkpageStartInfo
(IWorkpage workpage) Creates aWorkpageStartInfo
instance out of the runtime instance of the work page.static void
initialize
(WorkplacePageBeanStateExtractor instance) instance()
-
Field Details
-
PARAM_EXTRACTEDSTATE
- See Also:
-
-
Constructor Details
-
WorkplacePageBeanStateExtractor
public WorkplacePageBeanStateExtractor()
-
-
Method Details
-
initialize
-
instance
-
extractWorkpageStartInfo
Creates aWorkpageStartInfo
instance that can be used to start this page bean as a new instance in a different environment, e.g. in a different browser. -
extractWorkpageStartInfo
Creates aWorkpageStartInfo
instance out of the runtime instance of the work page. -
applyStateIntoPageBean
-