com.arsdigita.bebop.portal
Interface PortalModelBuilder
- public interface PortalModelBuilder
Acts as the
go-between for Portal
s and PortalModel
s. 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
versionId
public static final String versionId
- See Also:
- Constant Field Values
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 21 2004:2337 UTC