Uses of Interface
org.gatein.pc.api.spi.PortletInvocationContext
-
Packages that use PortletInvocationContext Package Description org.gatein.pc.api.invocation -
-
Uses of PortletInvocationContext in org.gatein.pc.api.invocation
Fields in org.gatein.pc.api.invocation declared as PortletInvocationContext Modifier and Type Field Description protected PortletInvocationContextPortletInvocation. ctxThe invocation context.Methods in org.gatein.pc.api.invocation that return PortletInvocationContext Modifier and Type Method Description PortletInvocationContextPortletInvocation. getContext()Constructors in org.gatein.pc.api.invocation with parameters of type PortletInvocationContext Constructor Description ActionInvocation(PortletInvocationContext ctx)EventInvocation(PortletInvocationContext ctx)PortletInvocation(PortletInvocationContext ctx)Create an invocation to a portlet.RenderInvocation(PortletInvocationContext ctx)ResourceInvocation(PortletInvocationContext ctx)
-