Class ControllerRequest

java.lang.Object
org.gatein.pc.controller.request.ControllerRequest
Direct Known Subclasses:
ContainerRequest

public abstract class ControllerRequest extends Object
  • Method Details

    • getPageNavigationalState

      public abstract PageNavigationalState getPageNavigationalState()
      Returns the page navigational state or null if that kind of request cannot have one.
      Returns:
      the page state
    • invoke

      public abstract org.gatein.pc.api.invocation.response.PortletInvocationResponse invoke(ControllerContext controllerContext) throws org.gatein.pc.api.PortletInvokerException
      Throws:
      org.gatein.pc.api.PortletInvokerException