Uses of Class
org.gatein.pc.api.invocation.response.PortletInvocationResponse
-
Packages that use PortletInvocationResponse Package Description org.gatein.pc.api org.gatein.pc.api.invocation.response -
-
Uses of PortletInvocationResponse in org.gatein.pc.api
Methods in org.gatein.pc.api that return PortletInvocationResponse Modifier and Type Method Description PortletInvocationResponsePortletInvoker. invoke(PortletInvocation invocation)Invoke an operation on a specific portlet. -
Uses of PortletInvocationResponse in org.gatein.pc.api.invocation.response
Subclasses of PortletInvocationResponse in org.gatein.pc.api.invocation.response Modifier and Type Class Description classContentResponseData produced.classErrorResponseApplication level error.classFragmentResponseData produced.classHTTPRedirectionResponseRedirection to an HTTP location.classInsufficientPrivilegesResponseclassInsufficientTransportGuaranteeResponseclassRedirectionResponseRedirection to something.classRevalidateMarkupResponseclassSecurityErrorResponseclassSecurityResponseclassStreamResponseStream a result to the client directly.classUnavailableResponsePortlet exists but cannot be used.classUpdateNavigationalStateResponseUpdate the navigational state.
-