|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.jportlet.impl.PortletServiceConfigImpl
Implementation of PortletServiceConfig
Constructor Summary | |
PortletServiceConfigImpl(java.lang.String prefix,
java.util.Properties serviceConfig,
javax.servlet.ServletConfig servletConfig,
net.sf.jportlet.portlet.application.PortletApplication application)
|
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PortletServiceConfigImpl(java.lang.String prefix, java.util.Properties serviceConfig, javax.servlet.ServletConfig servletConfig, net.sf.jportlet.portlet.application.PortletApplication application)
Method Detail |
public java.lang.String getInitParameter(java.lang.String name)
PortletServiceConfig
getInitParameter
in interface PortletServiceConfig
name
- name of the parameter
PortletServiceConfig.getInitParameter(java.lang.String)
public java.util.Enumeration getInitParameterNames()
PortletServiceConfig
getInitParameterNames
in interface PortletServiceConfig
PortletServiceConfig.getInitParameterNames()
public net.sf.jportlet.service.PortletServiceContext getServiceContext()
PortletServiceConfig
getServiceContext
in interface PortletServiceConfig
PortletServiceConfig.getServiceContext()
public javax.servlet.ServletConfig getServletConfig()
PortletServiceConfig
getServletConfig
in interface PortletServiceConfig
PortletServiceConfig.getServletConfig()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |