|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PortletInvokerException in org.jboss.portal.portlet |
|---|
| Subclasses of PortletInvokerException in org.jboss.portal.portlet | |
|---|---|
class |
InvalidPortletIdException
Thrown by the portlet invoker when a portlet id that is not valid. |
class |
InvokerUnavailableException
|
class |
NoSuchPortletException
Thrown by the portlet invoker when a portlet id does not exist. |
class |
PortletCloneFailedException
|
| Methods in org.jboss.portal.portlet that throw PortletInvokerException | |
|---|---|
PortletContext |
PortletInvokerInterceptor.createClone(PortletContext portletContext)
|
PortletContext |
PortletInvoker.createClone(PortletContext portletContext)
Clone a portlet. |
java.util.List<DestroyCloneFailure> |
PortletInvokerInterceptor.destroyClones(java.util.List<PortletContext> portletContexts)
|
java.util.List<DestroyCloneFailure> |
PortletInvoker.destroyClones(java.util.List<PortletContext> portletContexts)
Destroy a cloned portlet. |
Portlet |
PortletInvokerInterceptor.getPortlet(PortletContext portletContext)
|
Portlet |
PortletInvoker.getPortlet(PortletContext portletContext)
Get information about a specific portlet. |
java.util.Set<Portlet> |
PortletInvokerInterceptor.getPortlets()
|
java.util.Set<Portlet> |
PortletInvoker.getPortlets()
Return the set of portlet exposed. |
PropertyMap |
PortletInvokerInterceptor.getProperties(PortletContext portletContext)
|
PropertyMap |
PortletInvoker.getProperties(PortletContext portletContext)
Return all the properties of the specified portlet. |
PropertyMap |
PortletInvokerInterceptor.getProperties(PortletContext portletContext,
java.util.Set<java.lang.String> keys)
|
PropertyMap |
PortletInvoker.getProperties(PortletContext portletContext,
java.util.Set<java.lang.String> keys)
Return a subset of the properties of the specified portlet. |
PortletInvocationResponse |
PortletInvokerInterceptor.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
PortletInvoker.invoke(PortletInvocation invocation)
Invoke an operation on a specific portlet. |
PortletContext |
PortletInvokerInterceptor.setProperties(PortletContext portletContext,
PropertyChange[] changes)
|
PortletContext |
PortletInvoker.setProperties(PortletContext portletContext,
PropertyChange[] changes)
Set the properties on the specified portlet. |
| Uses of PortletInvokerException in org.jboss.portal.portlet.aspects.portlet |
|---|
| Methods in org.jboss.portal.portlet.aspects.portlet that throw PortletInvokerException | |
|---|---|
PortletInvocationResponse |
CCPPInterceptor.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
SecureTransportInterceptor.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
ConsumerCacheInterceptor.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
PortletCustomizationInterceptor.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
LocalInterceptor.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
RequestAttributeConversationInterceptor.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
EventPayloadInterceptor.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
ContextDispatcherInterceptor.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
ValveInterceptor.invoke(PortletInvocation invocation)
|
| Uses of PortletInvokerException in org.jboss.portal.portlet.bridge |
|---|
| Methods in org.jboss.portal.portlet.bridge that throw PortletInvokerException | |
|---|---|
PortletInvocationResponse |
BridgeInterceptor.invoke(PortletInvocation invocation)
|
| Uses of PortletInvokerException in org.jboss.portal.portlet.container |
|---|
| Methods in org.jboss.portal.portlet.container that throw PortletInvokerException | |
|---|---|
PortletContext |
ContainerPortletInvoker.createClone(PortletContext portletContext)
|
java.util.List<DestroyCloneFailure> |
ContainerPortletInvoker.destroyClones(java.util.List<PortletContext> portletContexts)
|
PortletInvocationResponse |
PortletContainer.dispatch(PortletInvocation invocation)
Invoke the portlet container. |
Portlet |
ContainerPortletInvoker.getPortlet(PortletContext portletContext)
|
PropertyMap |
ContainerPortletInvoker.getProperties(PortletContext portletContext)
|
PropertyMap |
ContainerPortletInvoker.getProperties(PortletContext portletContext,
java.util.Set<java.lang.String> keys)
|
PortletInvocationResponse |
ContainerPortletDispatcher.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
ContainerPortletInvoker.invoke(PortletInvocation invocation)
|
PortletContext |
ContainerPortletInvoker.setProperties(PortletContext portletContext,
PropertyChange[] changes)
|
| Uses of PortletInvokerException in org.jboss.portal.portlet.controller |
|---|
| Methods in org.jboss.portal.portlet.controller that throw PortletInvokerException | |
|---|---|
PortletInvocationResponse |
PortletControllerContext.invoke(ActionInvocation actionInvocation)
|
PortletInvocationResponse |
PortletControllerContext.invoke(java.util.List<javax.servlet.http.Cookie> requestCookies,
EventInvocation eventInvocation)
|
PortletInvocationResponse |
PortletControllerContext.invoke(java.util.List<javax.servlet.http.Cookie> requestCookies,
RenderInvocation renderInvocation)
|
PortletInvocationResponse |
PortletControllerContext.invoke(ResourceInvocation resourceInvocation)
|
ControllerResponse |
PortletController.process(PortletControllerContext controllerContext,
ControllerRequest controllerRequest)
|
PortletInvocationResponse |
PortletController.render(PortletControllerContext controllerContext,
java.util.List<javax.servlet.http.Cookie> cookies,
PortletPageNavigationalState pageNavigationalState,
java.lang.String windowId)
|
| Uses of PortletInvokerException in org.jboss.portal.portlet.controller.impl |
|---|
| Methods in org.jboss.portal.portlet.controller.impl that throw PortletInvokerException | |
|---|---|
protected abstract Portlet |
AbstractPortletControllerContext.getPortlet(java.lang.String windowId)
|
PortletInvocationResponse |
AbstractPortletControllerContext.invoke(ActionInvocation actionInvocation)
|
PortletInvocationResponse |
AbstractPortletControllerContext.invoke(java.util.List<javax.servlet.http.Cookie> requestCookies,
EventInvocation eventInvocation)
|
PortletInvocationResponse |
AbstractPortletControllerContext.invoke(java.util.List<javax.servlet.http.Cookie> requestCookies,
RenderInvocation renderInvocation)
|
protected abstract PortletInvocationResponse |
AbstractPortletControllerContext.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
AbstractPortletControllerContext.invoke(ResourceInvocation resourceInvocation)
|
| Uses of PortletInvokerException in org.jboss.portal.portlet.federation.impl |
|---|
| Methods in org.jboss.portal.portlet.federation.impl that throw PortletInvokerException | |
|---|---|
PortletContext |
FederatingPortletInvokerService.createClone(PortletContext compoundPortletContext)
|
PortletContext |
FederatedPortletInvokerService.createClone(PortletContext compoundPortletContext)
|
java.util.List<DestroyCloneFailure> |
FederatingPortletInvokerService.destroyClones(java.util.List<PortletContext> portletContexts)
|
java.util.List<DestroyCloneFailure> |
FederatedPortletInvokerService.destroyClones(java.util.List<PortletContext> portletContexts)
|
Portlet |
FederatingPortletInvokerService.getPortlet(PortletContext compoundPortletContext)
|
Portlet |
FederatedPortletInvokerService.getPortlet(PortletContext compoundPortletContext)
|
java.util.Set<Portlet> |
FederatingPortletInvokerService.getPortlets()
|
java.util.Set<Portlet> |
FederatedPortletInvokerService.getPortlets()
|
PropertyMap |
FederatingPortletInvokerService.getProperties(PortletContext compoundPortletContext)
|
PropertyMap |
FederatedPortletInvokerService.getProperties(PortletContext compoundPortletContext)
|
PropertyMap |
FederatingPortletInvokerService.getProperties(PortletContext compoundPortletContext,
java.util.Set<java.lang.String> keys)
|
PropertyMap |
FederatedPortletInvokerService.getProperties(PortletContext compoundPortletContext,
java.util.Set<java.lang.String> keys)
|
PortletInvocationResponse |
FederatingPortletInvokerService.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
FederatedPortletInvokerService.invoke(PortletInvocation invocation)
|
PortletContext |
FederatingPortletInvokerService.setProperties(PortletContext compoundPortletContext,
PropertyChange[] changes)
|
PortletContext |
FederatedPortletInvokerService.setProperties(PortletContext compoundPortletContext,
PropertyChange[] changes)
|
| Uses of PortletInvokerException in org.jboss.portal.portlet.impl.jsr168 |
|---|
| Methods in org.jboss.portal.portlet.impl.jsr168 that throw PortletInvokerException | |
|---|---|
PortletInvocationResponse |
PortletContainerImpl.dispatch(PortletInvocation invocation)
|
| Uses of PortletInvokerException in org.jboss.portal.portlet.management |
|---|
| Methods in org.jboss.portal.portlet.management that throw PortletInvokerException | |
|---|---|
PortletInvocationResponse |
PortletContainerManagementInterceptorImpl.invoke(PortletInvocation invocation)
|
| Uses of PortletInvokerException in org.jboss.portal.portlet.portal.jsp |
|---|
| Methods in org.jboss.portal.portlet.portal.jsp that throw PortletInvokerException | |
|---|---|
void |
ControllerFilter.doFilter(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.FilterChain chain)
|
protected Portlet |
PagePortletControllerContext.getPortlet(java.lang.String windowId)
|
PortletInvocationResponse |
PagePortletControllerContext.invoke(PortletInvocation invocation)
|
| Constructors in org.jboss.portal.portlet.portal.jsp that throw PortletInvokerException | |
|---|---|
PagePortletControllerContext(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
PortletInvoker invoker,
javax.servlet.ServletContext servletContext,
PortalPrepareResponse prepareResponse)
|
|
PortalPrepareResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
|
PortalRenderResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PagePortletControllerContext portletControllerContext,
PortletPageNavigationalState pageNavigationalState,
PortalPrepareResponse prepareResponse)
|
|
PortalResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
|
| Uses of PortletInvokerException in org.jboss.portal.portlet.state.consumer |
|---|
| Methods in org.jboss.portal.portlet.state.consumer that throw PortletInvokerException | |
|---|---|
PortletContext |
ConsumerPortletInvoker.createClone(PortletContext portletContext)
|
java.util.List<DestroyCloneFailure> |
ConsumerPortletInvoker.destroyClones(java.util.List<PortletContext> portletContexts)
|
Portlet |
ConsumerPortletInvoker.getPortlet(PortletContext portletContext)
|
java.util.Set<Portlet> |
ConsumerPortletInvoker.getPortlets()
|
PropertyMap |
ConsumerPortletInvoker.getProperties(PortletContext portletContext)
|
PropertyMap |
ConsumerPortletInvoker.getProperties(PortletContext portletContext,
java.util.Set<java.lang.String> keys)
|
PortletInvocationResponse |
ConsumerPortletInvoker.invoke(PortletInvocation invocation)
|
PortletContext |
ConsumerPortletInvoker.setProperties(PortletContext portletContext,
PropertyChange[] changes)
|
| Uses of PortletInvokerException in org.jboss.portal.portlet.state.producer |
|---|
| Methods in org.jboss.portal.portlet.state.producer that throw PortletInvokerException | |
|---|---|
PortletContext |
ProducerPortletInvoker.createClone(PortletContext portletContext)
|
java.util.List<DestroyCloneFailure> |
ProducerPortletInvoker.destroyClones(java.util.List<PortletContext> portletContexts)
|
Portlet |
ProducerPortletInvoker.getPortlet(PortletContext portletContext)
|
PropertyMap |
ProducerPortletInvoker.getProperties(PortletContext portletContext)
|
PropertyMap |
ProducerPortletInvoker.getProperties(PortletContext portletContext,
java.util.Set<java.lang.String> keys)
|
PortletInvocationResponse |
ProducerPortletInvoker.invoke(PortletInvocation invocation)
|
PortletContext |
ProducerPortletInvoker.setProperties(PortletContext portletContext,
PropertyChange[] changes)
|
| Uses of PortletInvokerException in org.jboss.portal.portlet.test.controller |
|---|
| Methods in org.jboss.portal.portlet.test.controller that throw PortletInvokerException | |
|---|---|
protected Portlet |
PortletControllerContextImpl.getPortlet(java.lang.String windowId)
|
java.util.Collection<Portlet> |
PortletControllerContextImpl.getPortlets()
|
PortletInvocationResponse |
PortletControllerContextImpl.invoke(PortletInvocation invocation)
|
PortletInvocationResponse |
RendererContext.render(java.util.List<javax.servlet.http.Cookie> cookies,
PortletPageNavigationalState pageNavigationalState,
java.lang.String windowId)
|
PortletInvocationResponse |
AbstractRendererContext.render(java.util.List<javax.servlet.http.Cookie> cookies,
PortletPageNavigationalState pageNavigationalState,
java.lang.String windowId)
|
| Constructors in org.jboss.portal.portlet.test.controller that throw PortletInvokerException | |
|---|---|
RendererContextImpl(PortletControllerContextImpl portletControllerContext)
|
|
| Uses of PortletInvokerException in org.jboss.portal.portlet.test.tck |
|---|
| Methods in org.jboss.portal.portlet.test.tck that throw PortletInvokerException | |
|---|---|
protected Portlet |
TCKPortletControllerContext.getPortlet(java.lang.String windowId)
|
java.util.Set<Portlet> |
TCKPortletControllerContext.getPortlets()
|
protected PortletInvocationResponse |
TCKPortletControllerContext.invoke(PortletInvocation invocation)
|
| Constructors in org.jboss.portal.portlet.test.tck that throw PortletInvokerException | |
|---|---|
TCKRendererContext(TCKPortletControllerContext portletControllerContext,
TCKPortletPageNavigationalState tckPageNavigationalState)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||