net.sf.jportlet.service.page
Interface PortletPageService

All Superinterfaces:
PortletService
All Known Implementing Classes:
PortletPageServiceImpl

public interface PortletPageService
extends PortletService

Author:
Herve Tchepannou

Field Summary
static java.lang.String NAME
           
 
Method Summary
 java.lang.String getPage(Portlet.Mode mode)
          Returns the path a the page to render for a given mode when the portlet is maximized
 
Methods inherited from interface net.sf.jportlet.service.PortletService
destroy, getServiceConfig, getServiceName, init
 

Field Detail

NAME

public static final java.lang.String NAME
Method Detail

getPage

public java.lang.String getPage(Portlet.Mode mode)
Returns the path a the page to render for a given mode when the portlet is maximized

Parameters:
mode -
Returns:
String


Copyright © 2002 Herve Tchepannou. All Rights Reserved.