org.apache.beehive.netui.pageflow
Interface PageFlowContextActivator


public interface PageFlowContextActivator

This interface will create an object that will be put into the PageFlow context, it it doesn't already exist there.


Method Summary
 Object activate()
          This method will create the object and return it.
 

Method Detail

activate

Object activate()
This method will create the object and return it.