|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.mock.web.portlet.MockPortletConfig
public class MockPortletConfig
Mock implementation of the PortletConfig
interface.
Constructor Summary | |
---|---|
MockPortletConfig()
Create a new MockPortletConfig with a default MockPortletContext . |
|
MockPortletConfig(javax.portlet.PortletContext portletContext)
Create a new MockPortletConfig. |
|
MockPortletConfig(javax.portlet.PortletContext portletContext,
String portletName)
Create a new MockPortletConfig. |
|
MockPortletConfig(String portletName)
Create a new MockPortletConfig with a default MockPortletContext . |
Method Summary | |
---|---|
void |
addInitParameter(String name,
String value)
|
Map |
getContainerRuntimeOptions()
|
String |
getDefaultNamespace()
|
String |
getInitParameter(String name)
|
Enumeration |
getInitParameterNames()
|
javax.portlet.PortletContext |
getPortletContext()
|
String |
getPortletName()
|
Enumeration |
getProcessingEventQNames()
|
Enumeration |
getPublicRenderParameterNames()
|
Enumeration |
getPublishingEventQNames()
|
ResourceBundle |
getResourceBundle(Locale locale)
|
Enumeration |
getSupportedLocales()
|
void |
setResourceBundle(Locale locale,
ResourceBundle resourceBundle)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MockPortletConfig()
MockPortletContext
.
public MockPortletConfig(String portletName)
MockPortletContext
.
portletName
- the name of the portletpublic MockPortletConfig(javax.portlet.PortletContext portletContext)
portletContext
- the PortletContext that the portlet runs inpublic MockPortletConfig(javax.portlet.PortletContext portletContext, String portletName)
portletContext
- the PortletContext that the portlet runs inportletName
- the name of the portletMethod Detail |
---|
public String getPortletName()
getPortletName
in interface javax.portlet.PortletConfig
public javax.portlet.PortletContext getPortletContext()
getPortletContext
in interface javax.portlet.PortletConfig
public void setResourceBundle(Locale locale, ResourceBundle resourceBundle)
public ResourceBundle getResourceBundle(Locale locale)
getResourceBundle
in interface javax.portlet.PortletConfig
public void addInitParameter(String name, String value)
public String getInitParameter(String name)
getInitParameter
in interface javax.portlet.PortletConfig
public Enumeration getInitParameterNames()
getInitParameterNames
in interface javax.portlet.PortletConfig
public Enumeration getPublicRenderParameterNames()
getPublicRenderParameterNames
in interface javax.portlet.PortletConfig
public String getDefaultNamespace()
getDefaultNamespace
in interface javax.portlet.PortletConfig
public Enumeration getPublishingEventQNames()
getPublishingEventQNames
in interface javax.portlet.PortletConfig
public Enumeration getProcessingEventQNames()
getProcessingEventQNames
in interface javax.portlet.PortletConfig
public Enumeration getSupportedLocales()
getSupportedLocales
in interface javax.portlet.PortletConfig
public Map getContainerRuntimeOptions()
getContainerRuntimeOptions
in interface javax.portlet.PortletConfig
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |