Class UpdateNavigationalStateResponse

java.lang.Object
org.gatein.pc.api.invocation.response.PortletInvocationResponse
org.gatein.pc.api.invocation.response.UpdateNavigationalStateResponse

public class UpdateNavigationalStateResponse extends PortletInvocationResponse
Update the navigational state.
Version:
$Revision: 5477 $
Author:
Julien Viet
  • Field Details

    • publicNavigationalStateUpdates

      protected Map<String,String[]> publicNavigationalStateUpdates
      The update to the public parameters. Each entry having a zero length value must be interpeted as a public parameter removal otherwise it must be interpreted as a public parameter values update.
  • Constructor Details

    • UpdateNavigationalStateResponse

      public UpdateNavigationalStateResponse()
  • Method Details