Interface IWorkpageAwarePageBean

All Superinterfaces:
IDynamicContentBindingObject, IPageBean

public interface IWorkpageAwarePageBean extends 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 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 Details