com.arsdigita.bebop.portal
Interface PortalModelBuilder


public interface PortalModelBuilder

Acts as the go-between for Portals and PortalModels. A class implementing this interface, usually an anonymous inner class, is passed into Portal's constructor. Portal calls PortalModelBuilder's buildModel(com.arsdigita.bebop.PageState) method to get a PortalModel for the current request. See Portal for some sample code.

Author:
Justin Ross, James Parsons
See Also:
Portal, PortalModel, PortletRenderer, AbstractPortletRenderer

Field Summary
static String versionId
           
 
Method Summary
 PortalModel buildModel(PageState pageState)
          Build a PortalModel for the current request.
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Method Detail

buildModel

public PortalModel buildModel(PageState pageState)
Build a PortalModel for the current request.

Parameters:
pageState - represents the current request.


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC