Package org.eclnt.workplace
Interface IWorkpageAwarePageBean
- All Superinterfaces:
IDynamicContentBindingObject
,IPageBean
Page bean that wants to receive information about its embedding into the
workplace.
There are two ways to pass the workplace environment information into a page bean: you may extend your page bean from class
When implementing this interface and when the instance is created by the workpage dispatcher then the method
There are two ways to pass the workplace environment information into a page bean: you may extend your page bean from class
WorkpageDispatchedPageBean
so that the IWorkpageDispatcher
instance is passed by the constructor. - Or you may implement this
interface.When implementing this interface and when the instance is created by the workpage dispatcher then the method
setWorkpageDispatcher(IWorkpageDispatcher)
is called directly after
the creation of the instance.-
Method Summary
Methods inherited from interface org.eclnt.jsfserver.pagebean.IPageBean
closePopup, getActualRootExpression, getPageModifier, getPageName, getRootExpressionUsedInPage, getStamp, onBeforeRendering, openModalPopup, openModelessPopup, setActualRootExpression
-
Method Details
-
setWorkpageDispatcher
-