Uses of Class
org.gatein.pc.api.PortletInvokerException
Packages that use PortletInvokerException
-
Uses of PortletInvokerException in org.gatein.pc.api
Subclasses of PortletInvokerException in org.gatein.pc.apiModifier and TypeClassDescriptionclassThrown by the portlet invoker when a portlet id that is not valid.classclassThrown by the portlet invoker when a portlet id does not exist.classMethods in org.gatein.pc.api that throw PortletInvokerExceptionModifier and TypeMethodDescriptionPortletInvoker.createClone(PortletStateType stateType, PortletContext portletContext) Clone a portlet.PortletInvoker.destroyClones(List<PortletContext> portletContexts) Destroy a cloned portlet.PortletInvoker.exportPortlet(PortletStateType stateType, PortletContext originalPortletContext) Exports a portlet from the invoker which can be used to recreate this portlet during an import portlet operation The returned portlet Id will be the portlet Id of the base portlet, not a cloned portlet Id If the portlet contains state, it will be returned regardless if the portlet invoker is set to persist state locally.PortletInvoker.getPortlet(PortletContext portletContext) Get information about a specific portlet.PortletInvoker.getPortlets()Return the set of portlet exposed.PortletInvoker.getProperties(PortletContext portletContext) Return all the properties of the specified portlet.PortletInvoker.getProperties(PortletContext portletContext, Set<String> keys) Return a subset of the properties of the specified portlet.PortletInvoker.getStatus(PortletContext portletContext) Returns the status of a specified#PortletContextor null if the portlet context does not have a relationship with this portlet invoker.PortletInvoker.importPortlet(PortletStateType stateType, PortletContext contextToImport) Imports a portlet into the invoker.PortletInvoker.invoke(PortletInvocation invocation) Invoke an operation on a specific portlet.PortletInvoker.setProperties(PortletContext portletContext, PropertyChange[] changes) Set the properties on the specified portlet.