|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.jportlet.impl.PortletConfigImpl
Implementation of PortletConfig
Constructor Summary | |
PortletConfigImpl(net.sf.jportlet.portlet.application.PortletProxy proxy,
javax.servlet.ServletConfig servletConfig,
net.sf.jportlet.portlet.application.PortletApplication application)
|
Method Summary | |
java.lang.String |
getInitParameter(java.lang.String name)
|
java.util.Enumeration |
getInitParameterNames()
|
net.sf.jportlet.portlet.PortletContext |
getPortletContext()
Returns the context of the portlet |
java.lang.String |
getPortletName()
Returns the name of the portlet |
javax.servlet.ServletContext |
getServletContext()
|
java.lang.String |
getServletName()
|
boolean |
supports(Portlet.Mode mode,
net.sf.jportlet.portlet.Client client)
Returns whether the portlet supports the given mode for the given client. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PortletConfigImpl(net.sf.jportlet.portlet.application.PortletProxy proxy, javax.servlet.ServletConfig servletConfig, net.sf.jportlet.portlet.application.PortletApplication application)
Method Detail |
public java.lang.String getInitParameter(java.lang.String name)
getInitParameter
in interface PortletConfig
ServletConfig.getInitParameter(java.lang.String)
public java.util.Enumeration getInitParameterNames()
getInitParameterNames
in interface PortletConfig
ServletConfig.getInitParameterNames()
public net.sf.jportlet.portlet.PortletContext getPortletContext()
PortletConfig
getPortletContext
in interface PortletConfig
PortletConfig.getPortletContext()
public java.lang.String getPortletName()
PortletConfig
getPortletName
in interface PortletConfig
PortletConfig.getPortletName()
public javax.servlet.ServletContext getServletContext()
getServletContext
in interface javax.servlet.ServletConfig
ServletConfig.getServletContext()
public java.lang.String getServletName()
getServletName
in interface javax.servlet.ServletConfig
ServletConfig.getServletName()
public boolean supports(Portlet.Mode mode, net.sf.jportlet.portlet.Client client)
PortletConfig
supports
in interface PortletConfig
mode
- client
-
PortletConfig.supports(net.sf.jportlet.portlet.Portlet.Mode, net.sf.jportlet.portlet.Client)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |