com.pepper.platform.page
Interface PageInitializer


public interface PageInitializer

This interface class is the...

See Also:
PageTemplates, PageService

Method Summary
 void initializeData(Page newPage, String type, Object initData)
          Creates a new PageTemplates instance which is used by
 

Method Detail

initializeData

void initializeData(Page newPage,
                    String type,
                    Object initData)
                    throws Exception
Creates a new PageTemplates instance which is used by

Parameters:
newPage - the new Page that's to be intialized.
type - a String containing the page/section type.
initData - an Object which must contain a a HashMap; else an exception is thrown.
Throws:
Exception - if an error occurs in the plugin.


Copyright © 2006-2007 Pepper Computer, Inc. All Rights Reserved.