|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts2.portlet.servlet.PortletServletConfig
public class PortletServletConfig
Wrapper object exposing a PortletConfig as a ServletConfig instance.
Clients accessing this config object will in fact operate on the
PortletConfig object wrapped by this config object.
| Constructor Summary | |
|---|---|
PortletServletConfig(javax.portlet.PortletConfig portletConfig)
|
|
| Method Summary | |
|---|---|
String |
getInitParameter(String name)
|
Enumeration |
getInitParameterNames()
|
javax.portlet.PortletConfig |
getPortletConfig()
Get the wrapped PortletConfig instance. |
javax.servlet.ServletContext |
getServletContext()
Get the PortletContext as a PortletServletContext instance. |
String |
getServletName()
Will return the portlet name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortletServletConfig(javax.portlet.PortletConfig portletConfig)
| Method Detail |
|---|
public String getInitParameter(String name)
getInitParameter in interface javax.servlet.ServletConfigpublic Enumeration getInitParameterNames()
getInitParameterNames in interface javax.servlet.ServletConfigpublic javax.servlet.ServletContext getServletContext()
PortletContext as a PortletServletContext instance.
getServletContext in interface javax.servlet.ServletConfigServletConfig.getServletContext()public String getServletName()
getServletName in interface javax.servlet.ServletConfigServletConfig.getServletName()public javax.portlet.PortletConfig getPortletConfig()
PortletConfig instance.
PortletConfig instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||