|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.services.information.DynamicInformationProviderImpl
Provides dynamic information to Pluto Container: 1. getPortletURL 2. getRequestMimetype 3. getResponseMimetype 4. getResponseMimetypes 5. getPortletMode 6. getPreviousPortletMode 7. getWindowState 8. getPreviousWindowState 9. isPortletModeAllowed 10. isWindowStateAllowed 11. getSupportedPortletModes 12. getSupportedWindowStates 13. getAllParameters
Field Summary | |
(package private) javax.servlet.ServletConfig |
config
|
(package private) org.apache.jetspeed.request.RequestContext |
context
|
private static int |
NumberOfKnownMimetypes
|
(package private) javax.servlet.http.HttpServletRequest |
request
|
Constructor Summary | |
DynamicInformationProviderImpl(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletConfig config)
|
Method Summary | |
private Map |
getAllParameters(org.apache.pluto.om.window.PortletWindow portletWindow)
Deprecated. |
String |
getBasePortalURL()
|
org.apache.pluto.services.information.PortletActionProvider |
getPortletActionProvider(org.apache.pluto.om.window.PortletWindow window)
getPortletActionProvider |
javax.portlet.PortletMode |
getPortletMode(org.apache.pluto.om.window.PortletWindow portletWindow)
|
org.apache.pluto.services.information.PortletURLProvider |
getPortletURLProvider(org.apache.pluto.om.window.PortletWindow portletWindow)
|
String |
getRequestContentType()
|
org.apache.pluto.services.information.ResourceURLProvider |
getResourceURLProvider(org.apache.pluto.om.window.PortletWindow window)
getResourceURLProvider |
String |
getResponseContentType()
|
Iterator |
getResponseContentTypes()
|
Iterator |
getSupportedPortletModes()
|
Iterator |
getSupportedWindowStates()
|
javax.portlet.WindowState |
getWindowState(org.apache.pluto.om.window.PortletWindow portletWindow)
|
boolean |
isPortletModeAllowed(javax.portlet.PortletMode mode)
|
boolean |
isWindowStateAllowed(javax.portlet.WindowState state)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
javax.servlet.http.HttpServletRequest request
javax.servlet.ServletConfig config
org.apache.jetspeed.request.RequestContext context
private static final int NumberOfKnownMimetypes
Constructor Detail |
public DynamicInformationProviderImpl(javax.servlet.http.HttpServletRequest request, javax.servlet.ServletConfig config)
Method Detail |
public org.apache.pluto.services.information.PortletURLProvider getPortletURLProvider(org.apache.pluto.om.window.PortletWindow portletWindow)
getPortletURLProvider
in interface org.apache.pluto.services.information.DynamicInformationProvider
public String getRequestContentType()
public String getResponseContentType()
getResponseContentType
in interface org.apache.pluto.services.information.DynamicInformationProvider
public Iterator getResponseContentTypes()
getResponseContentTypes
in interface org.apache.pluto.services.information.DynamicInformationProvider
public javax.portlet.PortletMode getPortletMode(org.apache.pluto.om.window.PortletWindow portletWindow)
getPortletMode
in interface org.apache.pluto.services.information.DynamicInformationProvider
public javax.portlet.WindowState getWindowState(org.apache.pluto.om.window.PortletWindow portletWindow)
getWindowState
in interface org.apache.pluto.services.information.DynamicInformationProvider
public boolean isPortletModeAllowed(javax.portlet.PortletMode mode)
isPortletModeAllowed
in interface org.apache.pluto.services.information.DynamicInformationProvider
public boolean isWindowStateAllowed(javax.portlet.WindowState state)
isWindowStateAllowed
in interface org.apache.pluto.services.information.DynamicInformationProvider
public Iterator getSupportedPortletModes()
public Iterator getSupportedWindowStates()
public String getBasePortalURL()
private Map getAllParameters(org.apache.pluto.om.window.PortletWindow portletWindow)
portletWindow
-
public org.apache.pluto.services.information.PortletActionProvider getPortletActionProvider(org.apache.pluto.om.window.PortletWindow window)
getPortletActionProvider
getPortletActionProvider
in interface org.apache.pluto.services.information.DynamicInformationProvider
DynamicInformationProvider.getPortletActionProvider(org.apache.pluto.om.window.PortletWindow)
public org.apache.pluto.services.information.ResourceURLProvider getResourceURLProvider(org.apache.pluto.om.window.PortletWindow window)
getResourceURLProvider
getResourceURLProvider
in interface org.apache.pluto.services.information.DynamicInformationProvider
DynamicInformationProvider.getResourceURLProvider(org.apache.pluto.om.window.PortletWindow)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |