Uses of Interface
org.gatein.pc.api.spi.ServerContext
-
Packages that use ServerContext Package Description org.gatein.pc.api.invocation -
-
Uses of ServerContext in org.gatein.pc.api.invocation
Fields in org.gatein.pc.api.invocation declared as ServerContext Modifier and Type Field Description protected ServerContextPortletInvocation. serverContextThe server context.Methods in org.gatein.pc.api.invocation that return ServerContext Modifier and Type Method Description ServerContextPortletInvocation. getServerContext()Methods in org.gatein.pc.api.invocation with parameters of type ServerContext Modifier and Type Method Description voidPortletInvocation. setServerContext(ServerContext serverContext)
-