|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NavigationModelProvider
An interface for a provider of navigation models.
NavigationModelProvider provider = (NavigationModelProvider) aPortletContext.getService(com.ibm.portal.ibmportlet.service.model.NavigationModelProvider.class);
if (provider != null) {
NavigationModel model = provider.getNavigationModel(aRequest, aResponse);
...
}
Method Summary | |
---|---|
NavigationModel |
getNavigationModel(PortletRequest aRequest,
PortletResponse aResponse)
Deprecated. Returns the navigation model applicable in the current request. |
Method Detail |
---|
NavigationModel getNavigationModel(PortletRequest aRequest, PortletResponse aResponse) throws ModelException
aRequest
- the current requestaResponse
- the current response
ModelException
- in case the model cannot be obtained
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |