com.centrasite.control.adapters.util
Interface PageLoadController

All Known Implementing Classes:
BrowseAdapter

public interface PageLoadController

Adapters may control on thier startup which page actually is loaded. Implement this interface to control the page load processing


Method Summary
 java.lang.String determinePageURL()
          Method is called AFTER initializing the adapter instance.
 void reactOnLayoutChange()
          Method is called if user is modifying page layout (eg is invoking column chooser)
 

Method Detail

determinePageURL

java.lang.String determinePageURL()
Method is called AFTER initializing the adapter instance. Ie after method initializehas been called.

Returns:
the URL of the page to start

reactOnLayoutChange

void reactOnLayoutChange()
Method is called if user is modifying page layout (eg is invoking column chooser)