Uses of Class
com.sun.portal.portletcontainer.invoker.InvokerException
-
Packages that use InvokerException Package Description com.sun.portal.portletcontainer.invoker org.silverpeas.core.web.portlets.portal.portletwindow org.silverpeas.web.portlets.portal -
-
Uses of InvokerException in com.sun.portal.portletcontainer.invoker
Methods in com.sun.portal.portletcontainer.invoker that throw InvokerException Modifier and Type Method Description protected com.sun.portal.container.ChannelState
WindowInvoker. getCurrentWindowState(javax.servlet.http.HttpServletRequest request)
abstract String
WindowInvoker. getDefaultTitle()
abstract com.sun.portal.container.EntityID
WindowInvoker. getEntityID(javax.servlet.http.HttpServletRequest request)
URL
WindowInvoker. getErrorCodeURL(com.sun.portal.container.ErrorCode errorCode, javax.servlet.http.HttpServletRequest request)
Derived implementations can use this method to generate a error url if needed We return the URL based on the current modeabstract com.sun.portal.container.ChannelURLFactory
WindowInvoker. getPortletWindowURLFactory(String desktopURLPrefix, javax.servlet.http.HttpServletRequest request)
void
WindowInvoker. getResources(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Invokes the serveResource of the portlet.void
WindowInvoker. getResourcesInternal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
abstract List
WindowInvoker. getRoleList(javax.servlet.http.HttpServletRequest request)
String
WindowInvoker. getTitle()
Gets the title for the portletWindow.abstract Map
WindowInvoker. getUserInfoMap(javax.servlet.http.HttpServletRequest request)
abstract com.sun.portal.container.WindowRequestReader
WindowInvoker. getWindowRequestReader()
void
WindowInvoker. init(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Initializes the WindowInvoker.boolean
WindowInvoker. isEditable()
abstract boolean
WindowInvoker. isMarkupSupported(String contentType, String locale, com.sun.portal.container.ChannelMode mode, com.sun.portal.container.ChannelState state)
protected void
WindowInvoker. populateContainerRequest(com.sun.portal.container.ContainerRequest containerRequest, javax.servlet.http.HttpServletRequest request, List allowableWindowStates, List allowablePortletWindowModes)
Populates the ContainerRequest objectURL
WindowInvoker. processAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Invokes the processAction of the portlet.URL
WindowInvoker. processActionInternal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
protected URL
WindowInvoker. processModeChange(javax.servlet.http.HttpServletRequest request, com.sun.portal.container.ChannelMode portletWindowMode, com.sun.portal.container.ChannelState portletWindowState)
Assemble the URL to cause the desktop to be rendered with the new mode and window stateprotected com.sun.portal.container.ChannelState
WindowInvoker. processWindowStateChange(javax.servlet.http.HttpServletRequest request, com.sun.portal.container.ChannelState newWindowState, com.sun.portal.container.ChannelMode portletWindowMode, boolean authless)
Process window state changes.StringBuffer
WindowInvoker. render(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Gets the content for the portletWindow based on mode from the underlying container. -
Uses of InvokerException in org.silverpeas.core.web.portlets.portal.portletwindow
Methods in org.silverpeas.core.web.portlets.portal.portletwindow that throw InvokerException Modifier and Type Method Description String
PortletWindowInvoker. getDefaultTitle()
com.sun.portal.container.EntityID
PortletWindowInvoker. getEntityID(javax.servlet.http.HttpServletRequest request)
Implementation of the abstract method defined in the base class.static com.sun.portal.container.EntityID
PortletWindowInvokerUtils. getEntityID(com.sun.portal.container.PortletWindowContext pwc, String portletWindowName)
Returns the entityID.static String
PortletWindowInvokerUtils. getPortletTitle(String portletWindowName, com.sun.portal.container.PortletWindowContext pwc)
Returns the title of a portlet.static String
PortletWindowInvokerUtils. getPortletWindowTitle(com.sun.portal.container.PortletWindowContext pwc, String portletWindowName)
Returns the title of a portlet window.com.sun.portal.container.ChannelURLFactory
PortletWindowInvoker. getPortletWindowURLFactory(String desktopURLPrefix, javax.servlet.http.HttpServletRequest request)
Implementation of the abstract method defined in the base class.List
PortletWindowInvoker. getRoleList(javax.servlet.http.HttpServletRequest request)
Implementation of the abstract method defined in the base class.static Map
PortletWindowInvokerUtils. getRoleMap(com.sun.portal.container.PortletWindowContext pwc, String portletWindowName)
Gets the roleMap property for a portlet window.String
PortletWindowInvoker. getTitle()
Map
PortletWindowInvoker. getUserInfoMap(javax.servlet.http.HttpServletRequest request)
Implementation of the abstract method defined in the base class.static Map
PortletWindowInvokerUtils. getUserInfoMap(com.sun.portal.container.PortletWindowContext pwc, String portletWindowName)
Gets the userInfoMap property for a portlet window.com.sun.portal.container.WindowRequestReader
PortletWindowInvoker. getWindowRequestReader()
Implementation of the abstract method defined in the base class.void
PortletWindowInvoker. init(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
boolean
PortletWindowInvoker. isMarkupSupported(String contentType, String locale, com.sun.portal.container.ChannelMode mode, com.sun.portal.container.ChannelState state)
Implementation of the abstract method defined in the base class. -
Uses of InvokerException in org.silverpeas.web.portlets.portal
Methods in org.silverpeas.web.portlets.portal that throw InvokerException Modifier and Type Method Description URL
PortletContent. executeAction()
String
PortletContent. getDefaultTitle()
protected PortletContent
SPDesktopServlet. getPortletContentObject(String portletWindowName, javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
void
PortletContent. getResources()
protected List<String>
SPDesktopServlet. getVisiblePortletWindows(PortletRegistryContext portletRegistryContext)
Returns the list of visible portlet windows from the portlet registry.protected WindowInvoker
PortletContent. getWindowInvoker(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Constructors in org.silverpeas.web.portlets.portal that throw InvokerException Constructor Description PortletContent(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-