net.sf.jportlet.service
Interface PortletServiceConfig

All Known Implementing Classes:
PortletServiceConfigImpl

public interface PortletServiceConfig

Configuration of a PortletService

Author:
Herve Tchepannou

Method Summary
 java.lang.String getInitParameter(java.lang.String name)
          Return the value of an initialization parameter of the service
 java.util.Enumeration getInitParameterNames()
          Returns all the names of the initialization parameters
 net.sf.jportlet.service.PortletServiceContext getServiceContext()
          Returns the context of the service
 javax.servlet.ServletConfig getServletConfig()
          Return the configuration of the container servlet
 

Method Detail

getInitParameter

public java.lang.String getInitParameter(java.lang.String name)
Return the value of an initialization parameter of the service

Parameters:
name - name of the parameter
Returns:
Value of the parameter

getInitParameterNames

public java.util.Enumeration getInitParameterNames()
Returns all the names of the initialization parameters

Returns:
Enumeration

getServletConfig

public javax.servlet.ServletConfig getServletConfig()
Return the configuration of the container servlet


getServiceContext

public net.sf.jportlet.service.PortletServiceContext getServiceContext()
Returns the context of the service

Returns:


Copyright © 2002 Herve Tchepannou. All Rights Reserved.