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 TypeMethodDescriptionvoidapplyStateIntoPageBean(IPageBean pageBean, WorkpageStartInfo wpsi) extractWorkpageStartInfo(IPageBean pageBean) Creates aWorkpageStartInfoinstance 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 aWorkpageStartInfoinstance out of the runtime instance of the work page.static voidinitialize(WorkplacePageBeanStateExtractor instance) instance()
-
Field Details
-
PARAM_EXTRACTEDSTATE
- See Also:
-
-
Constructor Details
-
WorkplacePageBeanStateExtractor
public WorkplacePageBeanStateExtractor()
-
-
Method Details
-
initialize
-
instance
-
extractWorkpageStartInfo
Creates aWorkpageStartInfoinstance 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 aWorkpageStartInfoinstance out of the runtime instance of the work page. -
applyStateIntoPageBean
-