|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.silverpeas.portlets.portal.SPDesktopServlet
public class SPDesktopServlet
Constructor Summary | |
---|---|
SPDesktopServlet()
|
Method Summary | |
---|---|
protected PortletContent |
getPortletContentObject(String portletWindowName,
javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected PortletWindowData |
getPortletWindowDataObject(javax.servlet.http.HttpServletRequest request,
PortletContent portletContent,
PortletRegistryContext portletRegistryContext,
String spContext)
|
protected com.sun.portal.container.ChannelMode |
getPortletWindowMode(javax.servlet.http.HttpServletRequest request,
String portletWindowName)
Gets the mode of the portlet window identified by the specified name. |
protected com.sun.portal.container.ChannelMode |
getPortletWindowModeFromSavedData(javax.servlet.http.HttpServletRequest request,
String portletWindowName)
Returns the portlet window mode for the portlet window from the PortletWindowData that is in the session. |
protected com.sun.portal.container.ChannelState |
getPortletWindowState(javax.servlet.http.HttpServletRequest request,
String portletWindowName)
Gets the state of the portlet window identified by the specified name. |
protected com.sun.portal.container.ChannelState |
getPortletWindowStateFromSavedData(javax.servlet.http.HttpServletRequest request,
String portletWindowName)
Returns the portlet window state for the portlet window from the PortletWindowData that is in the session. |
protected String |
getPresentationURI(javax.servlet.http.HttpServletRequest request)
|
protected List<String> |
getVisiblePortletWindows(PortletRegistryContext portletRegistryContext)
Returns the list of visible portlet windows from the portlet registry. |
void |
init(javax.servlet.ServletConfig config)
Reads the DriverConfig.properties file. |
protected void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SPDesktopServlet()
Method Detail |
---|
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
config
- the ServletConfig Object
javax.servlet.ServletException
protected void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
service
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected List<String> getVisiblePortletWindows(PortletRegistryContext portletRegistryContext) throws InvokerException
portletRegistryContext
- the PortletRegistryContext Object
InvokerException
protected com.sun.portal.container.ChannelState getPortletWindowState(javax.servlet.http.HttpServletRequest request, String portletWindowName)
request
- the HttpServletRequest ObjectportletWindowName
- the name of the portlet window
protected com.sun.portal.container.ChannelMode getPortletWindowMode(javax.servlet.http.HttpServletRequest request, String portletWindowName)
request
- the HttpServletRequest ObjectportletWindowName
- the name of the portlet window
protected com.sun.portal.container.ChannelState getPortletWindowStateFromSavedData(javax.servlet.http.HttpServletRequest request, String portletWindowName)
request
- the HttpServletRequest ObjectportletWindowName
- the name of the portlet window
protected com.sun.portal.container.ChannelMode getPortletWindowModeFromSavedData(javax.servlet.http.HttpServletRequest request, String portletWindowName)
request
- the HttpServletRequest ObjectportletWindowName
- the name of the portlet window
protected PortletContent getPortletContentObject(String portletWindowName, javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws InvokerException
InvokerException
protected PortletWindowData getPortletWindowDataObject(javax.servlet.http.HttpServletRequest request, PortletContent portletContent, PortletRegistryContext portletRegistryContext, String spContext) throws PortletRegistryException
PortletRegistryException
protected String getPresentationURI(javax.servlet.http.HttpServletRequest request)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |